EWM Update: It Boots!

Ok that escalated quickly. I have a ‘game loop’ in SDL now and some basic rendering of text page 1. It boots! With a BASIC prompt! And I can type random stuff that results in a ?SYNTAX ERROR so something good must be happening.

It Boots!

For some reason it thinks that the forward slash is being typed continuously. Not sure what is happening there. I am probably not understanding correctly how KBD ($C000) and STROBE ($C010) should work. That will be a good task for the weekend.

If you are interested in playing around with my emulator, you can find the project at github.com/st3fan/ewm.

Most of my professional and personal work is Open Source. You can find many projects at github.com/st3fan - feel free to leave a bug report or open a feature request.