1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-13 03:29:36 +00:00

TAB to space conversion

This commit is contained in:
Olli Savia 2018-06-30 16:25:43 +03:00
parent d5bc751f54
commit 635a99c083
6 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
; C128 kernal functions
;
.include "cbm_kernal.inc"
.include "cbm_kernal.inc"
.export C64MODE
.export SWAPPER

View File

@ -4,7 +4,7 @@
; C16 kernal functions
;
.include "cbm_kernal.inc"
.include "cbm_kernal.inc"
.export CINT
.export IOINIT

View File

@ -4,7 +4,7 @@
; C64 kernal functions
;
.include "cbm_kernal.inc"
.include "cbm_kernal.inc"
.export CINT
.export IOINIT

View File

@ -4,7 +4,7 @@
; CBM610 kernal functions
;
.include "cbm_kernal.inc"
.include "cbm_kernal.inc"
.export CINT
.export IOINIT

View File

@ -4,7 +4,7 @@
; CBM610 kernal functions
;
.include "cbm_kernal.inc"
.include "cbm_kernal.inc"
.export CINT
.export IOINIT

View File

@ -4,7 +4,7 @@
; VIC20 kernal functions
;
.include "cbm_kernal.inc"
.include "cbm_kernal.inc"
.export CINT
.export IOINIT