core, implement GG stereo

This commit is contained in:
kub 2024-01-21 21:41:31 +01:00
parent fa4e0531d4
commit 70efc52db8
9 changed files with 112 additions and 80 deletions

View file

@ -241,6 +241,8 @@ static void z80_sms_out(unsigned short a, unsigned char d)
case 0x00:
if ((PicoIn.AHW & PAHW_GG) && a < 0x8) // GG I/O area
Pico.ms.io_gg[a] = d;
if ((PicoIn.AHW & PAHW_GG) && a == 0x6)
SN76496Config(d);
break;
case 0x01:
if ((PicoIn.AHW & PAHW_GG) && a < 0x8) { // GG I/O area