Fix default slot. Improve linedrawing.

This commit is contained in:
Bobbi Webber-Manners 2024-08-06 23:19:18 -04:00
parent 9eb26504c8
commit 2f38e066e7
2 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
.exportzp eth_init_default = 3 ; Apple 2 default slot
.exportzp eth_init_default = 5 ; Apple 2 default slot

View File

@ -1958,19 +1958,21 @@ ltsc;_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _a _b _c _d _e _f
.byt $00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00,$00 ; 5_
; --- normal -------------------------------------------------------
; ◆ ▒ ␉ ␌ ␍ ␊ ° ± ␤ ␋ ┘ ┐ ┌ └ ┼ ⎺
; ◆ ▒ ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ⎸ ' ' _ ⎿ ⎿ ⎺
; ◆ ▒ ␉ ␌ ␍ ␊ ° ± ␤ ␋ ┘ ┐ ┌ └ ┼ ⎺
.ifndef videx
; ◆ ▒ ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ⎸ ' ' _ ⎿ ⎿ ⎺
.byt $5b,$56,$a0,$a0,$a0,$a0,$a0,$a0,$a0,$a0,$5f,$a0,$9f,$54,$54,$4c ; 6_
.else
.byt $5b,$56,$a0,$a0,$a0,$a0,$a0,$a0,$a0,$a0,$19,$1c,$16,$13,$54,$4c ; 6_
; ' ' ▒ ␉ ␌ ␍ ␊ ' ' ' ' ' ' ' ' ┘ ┐ ┌ └ ┼ ⎺
.byt $a0,$7f,$09,$0b,$0c,$0a,$a0,$a0,$a0,$a0,$19,$1c,$16,$13,$1f,$4c ; 6_
.endif
; ⎻ ─ ⎼ ⎽ ├ ┤ ┴ ┬ │ ≤ ≥ π ≠ £ · ' '
; ─ _ _ _ ⎿ ⎸ ⎿ _ ⎸ ' ' ' ' ' ' ' ' ' ' ' ' ' '
; ⎻ ─ ⎼ ⎽ ├ ┤ ┴ ┬ │ ≤ ≥ π ≠ £ · ' '
.ifndef videx
; ─ _ _ _ ⎿ ⎸ ⎿ _ ⎸ ' ' ' ' ' ' ' ' ' ' ' ' ' '
.byt $53,$9f,$9f,$9f,$54,$5f,$54,$9f,$5f,$a0,$a0,$a0,$a0,$a0,$a0,$a0 ; 7_
.else
.byt $53,$1a,$9f,$9f,$54,$5f,$54,$9f,$15,$a0,$a0,$a0,$a0,$a0,$a0,$a0 ; 7_
; ─ ─ _ _ ⎿ ⎸ ┴ _ │ ' ' ' ' ' ' ' ' ' ' ' ' ' '
.byt $53,$1a,$9f,$9f,$54,$5f,$1b,$9f,$15,$a0,$a0,$a0,$a0,$a0,$a0,$a0 ; 7_
.endif
; -------------------------------------