mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-11 14:30:08 +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
|
#endif
|
||||||
|
|
||||||
// Virtual machine is an Apple ][ (not an NES, etc...)
|
// Virtual machine is an Apple ][ (not an NES, etc...)
|
||||||
#define __APPLE2_VM__ 1
|
#define APPLE2_VM 1
|
||||||
|
|
||||||
/* Symbol naming issues */
|
/* Symbol naming issues */
|
||||||
#ifdef NO_UNDERSCORES
|
#ifdef NO_UNDERSCORES
|
||||||
|
@ -2118,7 +2118,7 @@ E(cpu65_run)
|
|||||||
movzbLQ SN(cpu65_current)+4, XY_Reg_X
|
movzbLQ SN(cpu65_current)+4, XY_Reg_X
|
||||||
movb SN(cpu65_current)+5, Y_Reg
|
movb SN(cpu65_current)+5, Y_Reg
|
||||||
movb SN(cpu65_current)+6, SP_Reg_L
|
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)
|
// Apple //e machine specific set stack point to ALTZP (or not)
|
||||||
movLQ SN(base_stackzp), _XAX
|
movLQ SN(base_stackzp), _XAX
|
||||||
subLQ $SN(apple_ii_64k), _XAX
|
subLQ $SN(apple_ii_64k), _XAX
|
||||||
|
Loading…
x
Reference in New Issue
Block a user