calc84maniac / tiboyce

A Game Boy emulator for the TI-84 Plus CE and TI-83 Premium CE.
https://calc84maniac.github.io/tiboyce/
GNU General Public License v3.0
375 stars 22 forks source link

Zoom speed and files (suggestion) #209

Open willimbio opened 8 months ago

willimbio commented 8 months ago

I like the zoom feature on the emulator, but it barely speeds the game up, is there anyway you can make it faster?

I also have a question about the converted rom files, why is there like a million of them?

Eeems commented 8 months ago

I also have a question about the converted rom files, why is there like a million of them?

Max file sizes require the roms to be split into multiple appvars.

calc84maniac commented 8 months ago

Currently the turbo mode goes as fast as possible, according to the configured frameskip. You can make it go somewhat faster by increasing the maximum frameskip, but anything more would require additional optimizations in the emulator (which I'd like to work on at some point).

As for the converted ROM files, that's due to a limitation of TI's filesystem which only allows files a bit smaller than 64KB. Being able to compress ROMs is something I want to look into for the future, but it might make the games run noticeably slower because there's not enough RAM to decompress the whole ROM at once.