mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
gr-sim: fix zero page addresses
somehow read the monitor listing wrong
This commit is contained in:
parent
6fb8ad2143
commit
8024a2bad4
@ -23,11 +23,10 @@ static int debug=0;
|
||||
unsigned char ram[RAMSIZE];
|
||||
|
||||
/* Zero page addresses */
|
||||
#define GBASL 40
|
||||
#define GBASH 41
|
||||
#define MASK 50
|
||||
#define COLOR 56
|
||||
|
||||
#define GBASL 0x26
|
||||
#define GBASH 0x27
|
||||
#define MASK 0x2E
|
||||
#define COLOR 0x30
|
||||
|
||||
|
||||
static SDL_Surface *sdl_screen=NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user