diff options
Diffstat (limited to 'source/main.c')
-rw-r--r-- | source/main.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source/main.c b/source/main.c index 0610a6f..46eccfe 100644 --- a/source/main.c +++ b/source/main.c @@ -33,9 +33,7 @@ #include "snapshot.h" #include "snap.h" -#ifndef DSSPEC_VERSION -#define DSSPEC_VERSION "DEV " __TIME__ "/" __DATE__ -#endif +#define DSSPEC_VERSION "DEVEL" #ifndef TRUE #define TRUE 1 @@ -238,7 +236,7 @@ int main(int argc, char *argv[]) Z80 *z80; int quit = FALSE; - gfxInit(GSP_RGB565_OES, GSP_RGB565_OES, false); + gfxInit(GSP_RGB565_OES, GSP_RGB565_OES, FALSE); FB_Init(); |