Hi,
I would like to work with one .asm file for both PAL60 & NTSC versions - I was hoping someone who understands DASM macros might be able to suggest how to go about this.
I would like to be able to do something like:
DEF NTSC
;DEF PAL
IFDEF NTSC
Var1 = $1
Var2 = $2
ENDIF
IFDEF PAL
Var1 = $99
Var2 = $9A
ENDIF
I hope this makes sense, and any help would be greatly appreciated...














