Update gconst.h

This commit is contained in:
polluks2
2023-05-17 20:24:36 +02:00
committed by GitHub
parent dd58c7ff50
commit 19436f5159

View File

@@ -4,14 +4,14 @@
reassembled by Maciej 'YTM/Elysium' Witkowiak reassembled by Maciej 'YTM/Elysium' Witkowiak
*/ */
/* Here are constants which didn't fit into any other cathegory... */ /* Here are constants which didn't fit into any other category... */
#ifndef _GCONST_H #ifndef _GCONST_H
#define _GCONST_H #define _GCONST_H
#define NULL 0 #define NULL ((void *) 0)
#define FALSE NULL
#define TRUE 0xff #define TRUE 0xff
#define FALSE ~TRUE
#define MOUSE_SPRNUM 0 #define MOUSE_SPRNUM 0
#define DISK_DRV_LGH 0x0d80 #define DISK_DRV_LGH 0x0d80