PET screen memory is at $8000, not $0800
This commit is contained in:
parent
8902730756
commit
a54b4bebde
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#elif defined(__CBM610__)
|
||||
# define SCREEN_RAM ((unsigned char*)0xD000)
|
||||
#elif defined(__PET__)
|
||||
# define SCREEN_RAM ((unsigned char*)0x0800)
|
||||
# define SCREEN_RAM ((unsigned char*)0x8000)
|
||||
#elif defined(__VIC20__)
|
||||
# define SCREEN_RAM ((unsigned char*)0x1000)
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue