1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00

Merge branch 'atari7800conio' of github.com:karrika/cc65 into atari7800conio

This commit is contained in:
Karri Kaksonen 2022-04-19 10:34:21 +03:00
commit f44af28a31
7 changed files with 10 additions and 10 deletions

View File

@ -161,8 +161,8 @@ umula0:
jsr mono_gotoy jsr mono_gotoy
jsr popa jsr popa
jsr mono_gotox jmp mono_gotox
rts
.endproc .endproc
.proc mono_gotoxy .proc mono_gotoxy
@ -197,8 +197,8 @@ umula0:
.segment "ONCE" .segment "ONCE"
mono_init_cursor: mono_init_cursor:
lda #0 lda #0
jsr calccursorzone jmp calccursorzone
rts
;----------------------------------------------------------------------------- ;-----------------------------------------------------------------------------
; force the init constructor to be imported ; force the init constructor to be imported