diff --git a/boot.c b/boot.c index 201d0ac..f2a893d 100644 --- a/boot.c +++ b/boot.c @@ -38,7 +38,6 @@ void main(void) { get_io_type(); init(); - clearscreen(0x81, 0x83); for(;;); } diff --git a/load.fth b/load.fth index 5493228..7c56e1c 100644 --- a/load.fth +++ b/load.fth @@ -11,10 +11,14 @@ variable run -1 run ! +fba 100 dump + fba beige-vram = if ." Beige" cr 7000 0 do 0BE i beige-vram + c! loop then fba mac99-vram = if ." mac99" cr 7000 0 do 05A i mac99-vram + c! loop then fba beige-vram diff fba mac99-vram diff and if ." Hardware not supported." cr 0 run ! then +fba 100 dump + run @ 0 = if 1 0 do 0 +loop then