mirror of
https://github.com/cc65/cc65.git
synced 2025-04-03 15:29:44 +00:00
Update gconst.h
This commit is contained in:
parent
dd58c7ff50
commit
19436f5159
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user