SCREEN_PTR does only contain the offset apparently (unlike on other cbm systems), so we need extra handling
This commit is contained in:
@@ -26,10 +26,6 @@
|
||||
.include "pet.inc"
|
||||
.elseif .def(__VIC20__)
|
||||
.include "vic20.inc"
|
||||
.elseif .def(__C65__)
|
||||
.include "c65.inc"
|
||||
.elseif .def(__MEGA65__)
|
||||
.include "mega65.inc"
|
||||
.endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user