Update puce6502.h

This commit is contained in:
ArthurFerreira2 2020-09-06 23:34:52 +02:00 committed by GitHub
parent 28fa0f62bc
commit ad586e79f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ typedef enum {false, true} bool;
#define BK2START 0xD000
#define BK2SIZE 0x1000
#define SL6START 0xC600
#define SL6SIZE 0x00FF
#define SL6SIZE 0x0100
uint8_t ram[RAMSIZE]; // 48K of ram in $000-$BFFF
uint8_t rom[ROMSIZE]; // 12K of rom in $D000-$FFFF