mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-12-28 05:29:54 +00:00
remove support for KickC 0.8.3
This commit is contained in:
parent
ffc1ebdfb7
commit
a13d336916
@ -4,15 +4,9 @@
|
||||
#define POKE(a,b) (*((byte *)(a))=(byte)(b))
|
||||
#define PEEK(a) (*((byte *)(a)))
|
||||
|
||||
#ifdef KICKC_NIGHTLY
|
||||
#define HIBYTE(c) (BYTE1(c))
|
||||
#define LOBYTE(c) (BYTE0(c))
|
||||
#define EXPORT __export
|
||||
#else
|
||||
#define HIBYTE(c) (>(c))
|
||||
#define LOBYTE(c) (<(c))
|
||||
#define EXPORT export
|
||||
#endif
|
||||
|
||||
#define NOP asm { nop }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user