1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-05 01:25:44 +00:00

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
*/
/* 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
#define _GCONST_H
#define NULL 0
#define FALSE NULL
#define NULL ((void *) 0)
#define TRUE 0xff
#define FALSE ~TRUE
#define MOUSE_SPRNUM 0
#define DISK_DRV_LGH 0x0d80