add OPN chip

pretty much copy-paste from YM2610B code

next up: even more blatant copy-paste in 2608
This commit is contained in:
tildearrow 2022-05-11 03:29:03 -05:00
parent 431b6b5957
commit ab969c1da0
8 changed files with 1329 additions and 1 deletions

View file

@ -834,6 +834,8 @@ const int availableSystems[]={
DIV_SYSTEM_YMU759,
DIV_SYSTEM_DUMMY,
DIV_SYSTEM_SOUND_UNIT,
DIV_SYSTEM_OPN,
DIV_SYSTEM_PC98,
DIV_SYSTEM_OPLL,
DIV_SYSTEM_OPLL_DRUMS,
DIV_SYSTEM_VRC7,