Common include file is now cbm_kernal.inc
This commit is contained in:
parent
42e9b971c5
commit
96e6a0a114
6 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
; C128 kernal functions
|
||||
;
|
||||
|
||||
.include "cbmkernal.inc"
|
||||
.include "cbm_kernal.inc"
|
||||
|
||||
.export C64MODE
|
||||
.export SWAPPER
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
; C16 kernal functions
|
||||
;
|
||||
|
||||
.include "cbmkernal.inc"
|
||||
.include "cbm_kernal.inc"
|
||||
|
||||
.export CINT
|
||||
.export IOINIT
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
; C64 kernal functions
|
||||
;
|
||||
|
||||
.include "cbmkernal.inc"
|
||||
.include "cbm_kernal.inc"
|
||||
|
||||
.export CINT
|
||||
.export IOINIT
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
; CBM610 kernal functions
|
||||
;
|
||||
|
||||
.include "cbmkernal.inc"
|
||||
.include "cbm_kernal.inc"
|
||||
|
||||
.export CINT
|
||||
.export IOINIT
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
; CBM610 kernal functions
|
||||
;
|
||||
|
||||
.include "cbmkernal.inc"
|
||||
.include "cbm_kernal.inc"
|
||||
|
||||
.export CINT
|
||||
.export IOINIT
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
; VIC20 kernal functions
|
||||
;
|
||||
|
||||
.include "cbmkernal.inc"
|
||||
.include "cbm_kernal.inc"
|
||||
|
||||
.export CINT
|
||||
.export IOINIT
|
||||
|
|
Loading…
Add table
Reference in a new issue