mirror of
https://github.com/ksherlock/marlene.git
synced 2024-12-31 09:32:22 +00:00
fix bug in + character
This commit is contained in:
parent
eb3ab28a81
commit
0485d9a15c
@ -124,13 +124,13 @@ CHAR_SPACE START
|
|||||||
|
|
||||||
;+
|
;+
|
||||||
|
|
||||||
dc b'0000001100000000'
|
dc b'0000000000000000'
|
||||||
dc b'0000001100000000'
|
dc b'0000001100000000'
|
||||||
dc b'0000001100000000'
|
dc b'0000001100000000'
|
||||||
dc b'0011111111110000'
|
dc b'0011111111110000'
|
||||||
dc b'0000001100000000'
|
dc b'0000001100000000'
|
||||||
dc b'0000001100000000'
|
dc b'0000001100000000'
|
||||||
dc b'0000001100000000'
|
dc b'0000000000000000'
|
||||||
dc b'0000000000000000'
|
dc b'0000000000000000'
|
||||||
|
|
||||||
;,
|
;,
|
||||||
|
Loading…
Reference in New Issue
Block a user