mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-03-19 20:29:21 +00:00
Removed commented out code.
This commit is contained in:
parent
780a9c751e
commit
fc8547a0a9
@ -25,7 +25,7 @@ videx = 1
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; TODO for VIDEX
|
||||
; - Why no cursor at login prompt?
|
||||
; - Why no cursor at login prompt? Works after a hw scroll. Why?
|
||||
; - Keybindings for { } \ ` ~ _ -- Maybe use Escape prefix ??
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
@ -1465,13 +1465,10 @@ VidexSetVec
|
||||
txa ; Column -> A
|
||||
adc xVector
|
||||
sta xVector
|
||||
;sta cVector ; For cursor
|
||||
sta BASL ; Store LSByte
|
||||
lda xVector+1
|
||||
adc #00 ; Now xVector has start + row * 80 + col
|
||||
pha
|
||||
;and #$3f ; Mask out top two bits
|
||||
;sta cVector+1 ; For cursor
|
||||
|
||||
and #$06 ; Mask to get bits 9,10
|
||||
asl ; Multiply by 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user