mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-08 16:07:14 +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];
|
unsigned char ram[RAMSIZE];
|
||||||
|
|
||||||
/* Zero page addresses */
|
/* Zero page addresses */
|
||||||
#define GBASL 40
|
#define GBASL 0x26
|
||||||
#define GBASH 41
|
#define GBASH 0x27
|
||||||
#define MASK 50
|
#define MASK 0x2E
|
||||||
#define COLOR 56
|
#define COLOR 0x30
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static SDL_Surface *sdl_screen=NULL;
|
static SDL_Surface *sdl_screen=NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user