**DO NOT BUILD THIS ONE**
This commit is contained in:
parent
84891cc4e5
commit
14760e0669
2 changed files with 28 additions and 3 deletions
|
|
@ -33,7 +33,32 @@ enum DivSystem {
|
|||
DIV_SYSTEM_YM2612,
|
||||
DIV_SYSTEM_TIA,
|
||||
DIV_SYSTEM_SAA1099,
|
||||
DIV_SYSTEM_AY8930
|
||||
DIV_SYSTEM_AY8930,
|
||||
DIV_SYSTEM_VIC20,
|
||||
DIV_SYSTEM_PET,
|
||||
DIV_SYSTEM_SNES,
|
||||
DIV_SYSTEM_OPLL,
|
||||
DIV_SYSTEM_FDS,
|
||||
DIV_SYSTEM_MMC5,
|
||||
DIV_SYSTEM_N163,
|
||||
DIV_SYSTEM_OPN,
|
||||
DIV_SYSTEM_PC98,
|
||||
DIV_SYSTEM_OPL,
|
||||
DIV_SYSTEM_OPL2,
|
||||
DIV_SYSTEM_OPL3,
|
||||
DIV_SYSTEM_MULTIPCM,
|
||||
DIV_SYSTEM_PCSPKR,
|
||||
DIV_SYSTEM_POKEY,
|
||||
DIV_SYSTEM_RF5C68,
|
||||
DIV_SYSTEM_SWAN,
|
||||
DIV_SYSTEM_OPZ,
|
||||
DIV_SYSTEM_POKEMINI,
|
||||
DIV_SYSTEM_SEGAPCM,
|
||||
DIV_SYSTEM_VBOY,
|
||||
DIV_SYSTEM_VRC7,
|
||||
DIV_SYSTEM_YM2610B,
|
||||
DIV_SYSTEM_SFX_BEEPER,
|
||||
DIV_SYSTEM_YM2612_EXT,
|
||||
};
|
||||
|
||||
struct DivSong {
|
||||
|
|
@ -222,4 +247,4 @@ struct DivSong {
|
|||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue