Commit 5717fca
committed
map_editor: PRINT CHR$(14) at boot for ASCII underscore glyph
C64 default charset is upper/graphics so file paths like
'level1_cave.json' rendered the underscore as a back-arrow
(position 95 in upper/graphics = leftward arrow). Switching to
upper/lowercase via CHR$(14) maps that slot to a real underscore,
matching the on-disk path text the editor is showing.1 parent ea84275 commit 5717fca
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
0 commit comments