more cleanup and fixing

This commit is contained in:
mrdudz
2015-07-12 16:40:52 +02:00
parent 891cb97b2f
commit 9e1d39a409
13 changed files with 159 additions and 268 deletions

View File

@@ -5,7 +5,6 @@
.import vdc_init
.export initconio
.export _conio_init
.constructor initconio, 24
@@ -46,8 +45,6 @@ set_palette:
stz VCE_DATA_LO
stz VCE_DATA_HI
; so it will get linked in
_conio_init:
rts
;----------------------------------------------------------------------------