Add GothicDM DOSbox raw OPL capture file.

Subversion-branch: /research
Subversion-revision: 1493
This commit is contained in:
Simon Howard 2009-04-03 18:06:12 +00:00
parent 401de76a45
commit 8c23c48bb7
2 changed files with 12 additions and 0 deletions

View file

@ -59,6 +59,18 @@ void init(void)
fprintf(stderr, "Adlib not detected\n");
exit(-1);
}
// reset timers
write_reg(4, 0x60);
write_reg(4, 0x80);
// "Allow FM chips to control the waveform of each operator":
write_reg(1, 0x20);
// fm mode
write_reg(8, 0x40);
}
void play_file(char *filename)

BIN
opl/droplay/gothicdm.dro Normal file

Binary file not shown.