thejpster / monotron-apps

Demo apps for Monotron which run from RAM
3 stars 1 forks source link

Hiscore list #4

Open icefoxen opened 5 years ago

icefoxen commented 5 years ago

Incorporates the other PR I made, and adds some more functionality.

Not yet sure if it works, since I don't have arm-none-eabi-gcc installed and can't even see if it compiles. XD So I wanted to make this a separate PR 'cause it's a little more likely to break everything.

icefoxen commented 5 years ago

I THINK that commit should do it; as I said, this is all untested.

thejpster commented 5 years ago

So this suggests I need to write an emulator for Monotron using ggez to allow testing of Monotron apps on a PC ;)

Bonus points if it uses QEMU to execute Armv7em machine code rather than cross compiling!

thejpster commented 5 years ago

I've pushed some changes to master you need to pick up. Once you have those, this builds, but crashes after the "GAME OVER" screen.

Sadly I've been unable to get GDB to debug things in RAM.

thejpster commented 5 years ago

If you pull master, you can now test on Linux :)