1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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