mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-23 11:31:41 +00:00
don't {Pre,Post}fix Project Preprocessor macro with __
This commit is contained in:
parent
02a4feba78
commit
44f06dfb48
@ -22,7 +22,7 @@
|
||||
#endif
|
||||
|
||||
// Virtual machine is an Apple ][ (not an NES, etc...)
|
||||
#define __APPLE2_VM__ 1
|
||||
#define APPLE2_VM 1
|
||||
|
||||
/* Symbol naming issues */
|
||||
#ifdef NO_UNDERSCORES
|
||||
|
@ -2118,7 +2118,7 @@ E(cpu65_run)
|
||||
movzbLQ SN(cpu65_current)+4, XY_Reg_X
|
||||
movb SN(cpu65_current)+5, Y_Reg
|
||||
movb SN(cpu65_current)+6, SP_Reg_L
|
||||
#ifdef __APPLE2_VM__
|
||||
#ifdef APPLE2_VM
|
||||
// Apple //e machine specific set stack point to ALTZP (or not)
|
||||
movLQ SN(base_stackzp), _XAX
|
||||
subLQ $SN(apple_ii_64k), _XAX
|
||||
|
Loading…
Reference in New Issue
Block a user