mirror of
https://github.com/bradgrantham/apple2e.git
synced 2024-11-16 23:17:22 +00:00
remove debug print for $6000
This commit is contained in:
parent
6f92ffa096
commit
992864d5a0
@ -817,8 +817,6 @@ struct MAINboard : board_base
|
||||
}
|
||||
virtual bool write(int addr, unsigned char data)
|
||||
{
|
||||
if(addr == 0x6000)
|
||||
printf("$6000 = $%02X\n", data);
|
||||
#if 0
|
||||
if(text_page1.write(addr, data) ||
|
||||
text_page1x.write(addr, data) ||
|
||||
|
Loading…
Reference in New Issue
Block a user