This is a MiST port of TurboGrafx16 by srg320.
- SuperGrafx support
- CD-ROM support
- Saves
- 384K, 768K, Populous and SF2 special ROM mapper support
- Multitap up to 5 controllers (4 reported to work)
- 6 buttons controller support
Copy the *.rbf
file to the root of the SD card.
You can rename the file to core.rbf
if you want the MiST to load it automatically at startup.
Copy the PCE ROMS to the TGFX16 folder to automatically list them when you select the Load options in the OSD menu. TurboGrafx-16 titles should use .pce file extension, SuperGrafx ROMS have to be .sgx files.
You'll need a recent firmware (at least 210525) for CD support.
- Load *.BIN,*.PCE,*.SGX: Loads a ROM in TurboGrafx-16 or SuperGrafx mode (depends on the extension).
- Mount CD *.CUE: Mounts a CUE file as a CDROM image. Invalid or unsupported files will show an error message.
- Mount *.SAV: Mounts a SAV file as a read-write storage for CD games which supports it.
- Write Save RAM: Writes back the contents of the save RAM to the SD Card.
- Arcade Card: Adds extra RAM for CD Games.
- Scanlines: activate scanlines - best used in VGA mode (won't work in TV mode).
- 6 Buttons: Enables/disables 6 buttons controller support. Some games doesn't like active 6 buttons.
- Multitap: Enables Multitap device for supporting up to 5 joysticks/gamepads in some games.
Only CUE files with single image file (FILE keyword) are supported!
Some CD-ROM files have split BIN files (such as the archive in the cloud redump files). Combine them with old program "CDmage 1.02.1 Beta 5" (Windows 32bit) to create one BIN file, steps: open CUE, Save and use defaults. Or you can use CHDMAN from MAME:
chdman createcd -i input.cue -o output.chd
After that, CHD files can be converted to the required format:
chdman extractcd -i input.chd -o output.cue -ob output.img
- Load a BIOS (usually syscard3.pce) with the first OSD option (as it would be a normal HuCard). Hint: move and rename the syscard3.pce file to tgfx16.rom in the root directory, and the BIOS will auto-load with the core. A BIOS file with .sgx extension will allow the use the CD in SuperGrafx mode.
- Mount the CUE file via the "Mount CD" option
- Optionally mount a SAV file (size: 2KB - 2048 byte). Before the first use, it must be formatted from the BIOS menu. Use the "Write Save RAM" option to save its contents to the SD Card. Generate SAV files with the following Windows command (BIN in this is for the CD-ROM titles only):
`for %f in (*.bin) do fsutil file createnew "%~nf.sav" 2048`
- Start the game with RUN
- Original core by Torlus
- Alastair Robinson's updates
- MiSTer improvements, CPU, VDP rewrite and CD support by srg320
- MiST port by Gyurco
- Turbo Chameleon port by robinsonb5
- You can switch TV/VGA mode with pressing the middle MiST button for 2 seconds, or with the scandoubler_disable setting in mist.ini.
- YPbPr output can be activated via the ypbpr option in mist.ini, or by pressing the middle and right buttons on MiST simultaneously.