This commit is contained in:
thamugadi 2021-10-01 04:29:25 +01:00
parent 07e612be64
commit b7151b8a6e
2 changed files with 4 additions and 1 deletions

1
boot.c
View File

@ -38,7 +38,6 @@ void main(void)
{
get_io_type();
init();
clearscreen(0x81, 0x83);
for(;;);
}

View File

@ -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