mirror of
https://github.com/chocolate-doom/research.git
synced 2024-11-10 07:11:34 +00:00
Add GothicDM DOSbox raw OPL capture file.
Subversion-branch: /research Subversion-revision: 1493
This commit is contained in:
parent
401de76a45
commit
8c23c48bb7
2 changed files with 12 additions and 0 deletions
|
@ -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
BIN
opl/droplay/gothicdm.dro
Normal file
Binary file not shown.
Loading…
Reference in a new issue