don't {Pre,Post}fix Project Preprocessor macro with __

This commit is contained in:
Aaron Culliney 2014-06-21 13:46:02 -07:00
parent 02a4feba78
commit 44f06dfb48
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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