Moved C128 specific definitions to cbm_kernal.inc
This commit is contained in:
@@ -4,6 +4,13 @@
|
|||||||
; Commodore kernal functions
|
; Commodore kernal functions
|
||||||
;
|
;
|
||||||
|
|
||||||
|
.if .def(__C128__)
|
||||||
|
; C128 Extended jump table
|
||||||
|
C64MODE := $FF4D
|
||||||
|
SWAPPER := $FF5F
|
||||||
|
SETBNK := $FF68
|
||||||
|
.endif
|
||||||
|
|
||||||
.if .def(__C64__) || .def(__C128__) || .def(__C16__)
|
.if .def(__C64__) || .def(__C128__) || .def(__C16__)
|
||||||
CINT := $FF81
|
CINT := $FF81
|
||||||
IOINIT := $FF84
|
IOINIT := $FF84
|
||||||
|
|||||||
@@ -49,12 +49,3 @@
|
|||||||
.export SCREEN
|
.export SCREEN
|
||||||
.export PLOT
|
.export PLOT
|
||||||
.export IOBASE
|
.export IOBASE
|
||||||
|
|
||||||
|
|
||||||
;-----------------------------------------------------------------------------
|
|
||||||
; All functions are available in the kernal jump table
|
|
||||||
|
|
||||||
; Extended jump table
|
|
||||||
C64MODE = $FF4D
|
|
||||||
SWAPPER = $FF5F
|
|
||||||
SETBNK = $FF68
|
|
||||||
|
|||||||
Reference in New Issue
Block a user