OpenSWE1R / openswe1r

An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
https://openswe1r.github.io/
GNU General Public License v2.0
315 stars 26 forks source link

Fix KVM interface #23

Open JayFoxRox opened 6 years ago

JayFoxRox commented 6 years ago

The KVM interface has a ton of issues so it's non functional. This should be fixed to create a quicker (and less resource hungry) solution than Unicorn-Engine.

TODO:

JayFoxRox commented 6 years ago

The KVM interface has actually been usable for a long time, but most of the above issues remain. I intend to look at this tomorrow soon, so I can hopefully reproduce some other issues I'm having with #71 , which are incredibly hard to debug.

More specifically I intend to look at getting rid of the bios.

JayFoxRox commented 6 years ago

I have KVM running without a bios now, which is important for usability. I'll probably create a PR soon.