mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
core, implement GG stereo
This commit is contained in:
parent
fa4e0531d4
commit
70efc52db8
9 changed files with 112 additions and 80 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue