mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-27 19:51:48 +01:00
fixed Z80/PSG synchronization
This commit is contained in:
parent
9e0ed2567e
commit
11d8b55139
@ -195,7 +195,7 @@ void zbank_write_vdp(uint32 address, uint32 data)
|
||||
|
||||
case 0x10: /* PSG */
|
||||
case 0x14:
|
||||
if (address & 1) psg_write(0, data);
|
||||
if (address & 1) psg_write(1, data);
|
||||
else zbank_unused_w(address, data);
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user