Skip to content

Commit 014a6cd

Browse files
authored
update logo to fix left side artifact on A3 (#149)
1 parent 841ffa6 commit 014a6cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/apple2/logo.hgr

0 Bytes
Binary file not shown.

src/apple2/screen.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ void screen_init(void)
132132
#endif
133133
clrscr();
134134
#ifndef __ORCAC__
135-
POKE(0x2000,0x80); // \
136-
POKE(0x2001,0x80); // > Overwrite JMP
137-
POKE(0x2002,0x80); // /
135+
POKE(0x2000,0x00); // \
136+
POKE(0x2001,0x00); // > Overwrite JMP
137+
POKE(0x2002,0x00); // /
138138
if (get_ostype() == APPLE_IIIEM) // Satan Mode
139139
{
140140
POKE(0xC057,0); // GRAPH

0 commit comments

Comments
 (0)