and here's your ZX beeper

no real hardware yet
specs of this dispatch may change at any time to fit a driver
This commit is contained in:
tildearrow 2022-05-14 00:22:23 -05:00
parent 0a0ddfa661
commit 895765b68a
7 changed files with 453 additions and 3 deletions

View file

@ -101,7 +101,7 @@ const char* insTypes[DIV_INS_MAX]={
"Konami SCC/Bubble System WSG",
"FM (OPZ)",
"POKEY",
"PC Beeper",
"Beeper",
"WonderSwan",
"Atari Lynx",
"VERA",
@ -831,6 +831,7 @@ const int availableSystems[]={
DIV_SYSTEM_AY8910,
DIV_SYSTEM_AMIGA,
DIV_SYSTEM_PCSPKR,
DIV_SYSTEM_SFX_BEEPER,
DIV_SYSTEM_YMU759,
DIV_SYSTEM_DUMMY,
DIV_SYSTEM_SOUND_UNIT,