1
0
Fork 0

Add an adlib command register to the gus

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1812
This commit is contained in:
Sjoerd van der Berg 2004-06-07 14:41:20 +00:00
parent 464bba5819
commit f6938602bd
2 changed files with 10 additions and 11 deletions

View file

@ -26,6 +26,7 @@ enum OPL_Mode {
void OPL_Init(Section* sec,Bitu base,OPL_Mode mode,Bitu rate);
void CMS_Init(Section* sec,Bitu base,Bitu rate);
extern Bit8u adlib_commandreg;
#endif