mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-08 08:30:01 +00:00
Fixed copy cursor appearance in MODE 0/1
This commit is contained in:
parent
31768fefd6
commit
fd4cf02b09
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -261,7 +261,10 @@ SHRCHAR640 PHY ; Preserve Y
|
||||
|
||||
* Write character to SHR screen
|
||||
* On entry: A - character to write
|
||||
SHRPRCHAR LDX VDUPIXELS ; Pixels per byte
|
||||
SHRPRCHAR CMP #128 ; Check char in range
|
||||
BCC :INRANGE
|
||||
LDA #127 ; If not, use block char
|
||||
:INRANGE LDX VDUPIXELS ; Pixels per byte
|
||||
CPX #$02 ; 2 is 320-mode (MODE 1)
|
||||
BNE :S1
|
||||
JMP SHRPRCH320
|
||||
|
@ -920,7 +920,6 @@ VDU20LP STA TXTFGD,X ; Clear all colours
|
||||
VDU17 LDA VDUQ+8
|
||||
CMP #$C0
|
||||
BCS VDU17BORDER
|
||||
* TO DO *
|
||||
JSR HGRSETTCOL
|
||||
JMP SHRSETTCOL
|
||||
VDU17BORDER AND #$0F
|
||||
|
Loading…
Reference in New Issue
Block a user