1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +00:00

rename KEYBDV_wrapper to KEYBDV_handler

This commit is contained in:
Christian Groessler 2013-08-27 10:21:42 +02:00
parent 881ac93b6c
commit 68fc4a1b15
2 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@
.include "atari.inc"
.export _cgetc,setcursor
.import KEYBDV_wrapper
.import KEYBDV_handler
.import cursor,mul40
_cgetc:
@ -17,17 +17,17 @@ _cgetc:
.if .not .defined(__ATARIXL__)
jsr @1
.else
jsr KEYBDV_wrapper
jsr KEYBDV_handler
.endif
ldx #0
rts
.if .not .defined(__ATARIXL__)
@1: lda KEYBDV+5
@1: lda KEYBDV+5
pha
lda KEYBDV+4
pha
rts
rts
.endif
.proc setcursor

View File

@ -15,7 +15,7 @@ DEBUG = 1
.import __CHARGEN_START__
.export sram_init
.export KEYBDV_wrapper
.export KEYBDV_handler
.export CIO_handler
.export SIO_handler
.export SETVBV_handler
@ -859,7 +859,7 @@ orgbuf_to_dbuf:
;---------------------------------------------------------
KEYBDV_wrapper:
KEYBDV_handler:
lda #>(kret-1)
pha