-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
I compiled both demo.asm
and ostext.asm
, and I used this command to load them into the emulator:
./bin/emu -l demo 0xC000 -l ostext 0 -m kb -m screen -r realtime
However, the SDL window is blank:
You can see the output of the terminal, the files are being correctly loaded and there are no errors. I'm not sure what's causing this, I just built with make
, and I had all dependencies installed (at least make did not throw any error).
Metadata
Metadata
Assignees
Labels
No labels