1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

atarixl: fix compilation problem when CHARGEN_RELOC is defined

This commit is contained in:
Christian Groessler 2020-10-30 15:01:47 +01:00
parent aad17a6f05
commit 39c0abed54
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
SHRAM_HANDLERS = 1
.include "atari.inc"
.include "romswitch.inc"
.import __CHARGEN_START__
.export set_VTIMR1_handler

View File

@ -11,6 +11,7 @@
SHRAM_HANDLERS = 1
.include "atari.inc"
.include "romswitch.inc"
.import __CHARGEN_START__
.export set_VTIMR2_handler