mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
atarixl: fix compilation problem when CHARGEN_RELOC is defined
This commit is contained in:
parent
aad17a6f05
commit
39c0abed54
@ -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…
Reference in New Issue
Block a user