Skip to content

Turbo and video improvements

Compare
Choose a tag to compare
@agg23 agg23 released this 27 Oct 14:29
· 22 commits to master since this release
9e97a0f

Adds support for turbo buttons (the X and Y buttons by default) with configurable speed just like the real controller, a raw RGB color palette option, rewritten video handling, and several other fixes.

Video should now be always centered on the screen, regardless of the games' resolution. If you find an example where this is not the case, please let me know.


Installation instructions

Easy mode

I highly recommend the updater tools by @mattpannella and @RetroDriven. If you're running Windows, use the RetroDriven GUI, or if you prefer the CLI, use the mattpannella tool. Either of these will allow you to automatically download and install openFPGA cores onto your Analogue Pocket. Go donate to them if you can

Manual mode

Download the core by clicking on the agg23.*.zip file down below.

To install the core, copy the Assets, Cores, and Platform folders over to the root of your SD card. Please note that Finder on macOS automatically replaces folders, rather than merging them like Windows does, so you have to manually merge the folders.


Donations

If you are able to, please donate to the various developers of this core:

If you like the porting work I'm doing, you can also donate to me:

Changelog

  • fix (#5): Initialize BRAM like an initialized memory card
  • feat (#6): Added raw RGB setting
  • feat: Add turbo buttons (#4) matching real turbos
  • fix: Switch to video linebuffer (#11)
  • chore: Remove overscan option