We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841ffa6 commit 906d311Copy full SHA for 906d311
src/apple2/logo.hgr
0 Bytes
src/apple2/screen.c
@@ -132,9 +132,9 @@ void screen_init(void)
132
#endif
133
clrscr();
134
#ifndef __ORCAC__
135
- POKE(0x2000,0x80); // \
136
- POKE(0x2001,0x80); // > Overwrite JMP
137
- POKE(0x2002,0x80); // /
+ POKE(0x2000,0x00); // \
+ POKE(0x2001,0x00); // > Overwrite JMP
+ POKE(0x2002,0x00); // /
138
if (get_ostype() == APPLE_IIIEM) // Satan Mode
139
{
140
POKE(0xC057,0); // GRAPH
0 commit comments