indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
42 stars 19 forks source link

Remove GEOS #107

Closed Frosty-J closed 6 months ago

Frosty-J commented 7 months ago

This is untested!!!! But you can see what I'm going for. GEOS doesn't exist in current ROMs and trying to run it will just give a syntax error.

indigodarkwolf commented 6 months ago

I see that x16emu also removed all built-in support for GEOS as well, so I don't think anyone is going to be testing or running GEOS in the near future. I've double-checked the code, and it looks like you caught everything outside of README.md. Thanks for this!