From c75bf9cf646b2596fa2a8aad5fc07762192c96bf Mon Sep 17 00:00:00 2001 From: aramya <22577625+thamugadi@users.noreply.github.com> Date: Thu, 30 Sep 2021 18:22:55 +0100 Subject: [PATCH] clearscreen --- boot.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/boot.c b/boot.c index a767215..201d0ac 100644 --- a/boot.c +++ b/boot.c @@ -57,11 +57,6 @@ void clearscreen(unsigned char a, unsigned char b) void noisescreen(void) { init(); - switch(IO_TYPE) - { - case beige: p_vram = __VRAM__BEIGE; - case mac99: p_vram = __VRAM__MAC99; - } for (unsigned int i = 0; i<0x200000; i++) { *p_vram = *(p_bios+0x2F0000+i);