atarixl: fix compilation problem when CHARGEN_RELOC is defined
This commit is contained in:
parent
aad17a6f05
commit
39c0abed54
2 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
SHRAM_HANDLERS = 1
|
||||
.include "atari.inc"
|
||||
.include "romswitch.inc"
|
||||
.import __CHARGEN_START__
|
||||
.export set_VTIMR1_handler
|
||||
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
SHRAM_HANDLERS = 1
|
||||
.include "atari.inc"
|
||||
.include "romswitch.inc"
|
||||
.import __CHARGEN_START__
|
||||
.export set_VTIMR2_handler
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue