Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom speed and files (suggestion) #209

Open
willimbio opened this issue Mar 24, 2024 · 2 comments
Open

Zoom speed and files (suggestion) #209

willimbio opened this issue Mar 24, 2024 · 2 comments

Comments

@willimbio
Copy link

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
Copy link

Eeems commented Mar 24, 2024

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants