Skip to content

Commit

Permalink
Fixed mixed case being inverted as to what should be normal for the ROM
Browse files Browse the repository at this point in the history
  • Loading branch information
ChartreuseK committed Nov 19, 2017
1 parent 6feb3e0 commit 13f963b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions constants.s
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ MODE1_INV EQU $20
BAUD_MAX EQU 6 ; 9600 max

SCUM_UPPER EQU -$40
SCUM_MIXED EQU -$40
SCUM_MIXEDINV EQU -$00
SCUM_MIXED EQU -$00
SCUM_MIXEDINV EQU -$40
SCLM_UPPER EQU -$60
SCLM_MIXED EQU -$20
SCLM_MIXEDINV EQU -$60
SCLM_MIXED EQU -$60
SCLM_MIXEDINV EQU -$20
2 changes: 2 additions & 0 deletions petterm.s
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
; 0.2.1
; - Added control key support (OFF/RVS key)
; - Added ability to re-open menu (CLR/HOME key)
; 0.2.2
; - Inverted mixed-case, was backwards compared with real hardware.
;
; Written for the DASM assembler
;-----------------------------------------------------------------------
Expand Down

0 comments on commit 13f963b

Please sign in to comment.