clean up debug scroll for Jump Bug

This commit is contained in:
dinkc64 2015-09-10 02:43:49 +00:00
parent 511903827f
commit 1d3c72d166
1 changed files with 11 additions and 1 deletions

View File

@ -841,7 +841,17 @@ void __fastcall JumpbugZ80Write(UINT16 a, UINT8 d)
AY8910Write(0, 0, d);
return;
}
case 0x2600:
case 0x6000:
case 0x6001:
case 0x6803:
case 0x6805:
case 0xb000:
case 0xb004:
// ??? unknown writes
return;
case 0x6002:
case 0x6003:
case 0x6004: