diff --git a/src/apple2/logo.hgr b/src/apple2/logo.hgr index c6120c9..d15057f 100644 Binary files a/src/apple2/logo.hgr and b/src/apple2/logo.hgr differ diff --git a/src/apple2/screen.c b/src/apple2/screen.c index f939581..491b237 100644 --- a/src/apple2/screen.c +++ b/src/apple2/screen.c @@ -132,9 +132,9 @@ void screen_init(void) #endif clrscr(); #ifndef __ORCAC__ - POKE(0x2000,0x80); // \ - POKE(0x2001,0x80); // > Overwrite JMP - POKE(0x2002,0x80); // / + POKE(0x2000,0x00); // \ + POKE(0x2001,0x00); // > Overwrite JMP + POKE(0x2002,0x00); // / if (get_ostype() == APPLE_IIIEM) // Satan Mode { POKE(0xC057,0); // GRAPH