Skip to content

Commit 1d0199f

Browse files
committed
apple2: shift parens to right, one pixel.
1 parent f602faf commit 1d0199f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apple2/font.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ uint8_t font[]={
1616
0xA0,0x20,0x40,0x80,0xA0,0x00, /* % 0x25 */
1717
0x40,0xA0,0x40,0xA0,0x60,0x00, /* & 0x26 */
1818
0x80,0x80,0x00,0x00,0x00,0x00, /* ' 0x27 */
19-
0x40,0x80,0x80,0x80,0x40,0x00, /* ( 0x28 */
20-
0x80,0x40,0x40,0x40,0x80,0x00, /* ) 0x29 */
19+
0x20,0x40,0x40,0x40,0x20,0x00, /* ( 0x28 */
20+
0x40,0x20,0x20,0x20,0x40,0x00, /* ) 0x29 */
2121
0xa0,0x40,0xe0,0x40,0xa0,0x00, /* * 0x2a */
2222
0x00,0x40,0xe0,0x40,0x00,0x00, /* + 0x2b */
2323
0x00,0x00,0x00,0x40,0x80,0x00, /* , 0x2c */

0 commit comments

Comments
 (0)