Added init functions for opl and cms subsystems
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1698
This commit is contained in:
parent
74b2f10fe6
commit
30e64fda9b
1 changed files with 6 additions and 1 deletions
|
@ -19,8 +19,13 @@
|
|||
#ifndef _HARDWARE_H_
|
||||
#define _HARDWARE_H_
|
||||
|
||||
class Section;
|
||||
enum OPL_Mode {
|
||||
OPL_none,OPL_cms,OPL_opl2,OPL_dualopl2,OPL_opl3
|
||||
};
|
||||
|
||||
|
||||
void OPL_Init(Section* sec,OPL_Mode,Bitu rate);
|
||||
void CMS_Init(Section* sec,Bitu rate);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue