mirror of
https://github.com/cc65/cc65.git
synced 2026-04-22 01:16:54 +00:00
Updated to use cbm_kernal.inc. Whitespace cleanups
This commit is contained in:
committed by
Oliver Schmidt
parent
e69bc65cf1
commit
aeff90ca90
@@ -7,6 +7,7 @@
|
||||
.export _cgetc
|
||||
.import cursor
|
||||
|
||||
.include "cbm_kernal.inc"
|
||||
.include "plus4.inc"
|
||||
|
||||
|
||||
|
||||
+1
-5
@@ -6,10 +6,6 @@
|
||||
|
||||
.export _clrscr
|
||||
|
||||
.include "plus4.inc"
|
||||
.include "cbm_kernal.inc"
|
||||
|
||||
_clrscr = CLRSCR
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user