added pattern table viewer

This commit is contained in:
Lauchmelder 2022-03-04 14:16:41 +01:00
parent aef80e42fb
commit 9856e730fd
No known key found for this signature in database
GPG key ID: C2403C69D78F011D
11 changed files with 157 additions and 37 deletions

View file

@ -164,6 +164,8 @@ void Bus::WriteCPU(Word addr, Byte val)
{
if (0x0000 <= addr && addr < 0x2000)
{
if (addr == 0x0348)
volatile int jdfkdf = 3;
RAM[addr & 0x7FF] = val;
}
else if (0x2000 <= addr && addr < 0x4000)