libretro / vice-libretro

Versatile Commodore 8-bit Emulator
GNU General Public License v2.0
40 stars 70 forks source link

Add REU core option for x128 #437

Closed vaguerant closed 2 years ago

vaguerant commented 2 years ago

921715e66c86aed76afbe6c9a92b20f1b3790640 added core options for RAM Expansion Units to C64-based cores, but C128 got left out of the party. This brings the x128 emutype in-line with the others.

This is particularly useful right now thanks to mrsid's brand new Sonic the Hedgehog 1 C64 port, which requires an REU of 256KB or greater (with 512KB, you can load the entire game into the REU on start). While the game of course runs on C64, using the C128 reduces the in-game slowdown.

sonninnos commented 2 years ago

Cool, thanks!