Skip to content

f256k-r6: Updated the firmware to latest version.

Latest
Compare
Choose a tag to compare
@dtremblay dtremblay released this 04 May 13:13
· 4 commits to master since this release

Update the firmware to the most recent release.
Fixed the text rendering when double X is set (register $D001) to mimic machine.

F256K on MAME Instructions

Place the executable in a desired folder.
Create a sub-folder named "roms" and place the f256k.zip file in it, without decompressing.

Open a terminal window, such as "cmd" on Windows or bash in Linux.

For help, type ./f256 -h. On Windows, type .\f256.exe -h.
For usage info, type ./f256 -showusage. On Windows, type .\f256.exe -showusage.
To run in fullscreen mode, type ./f256 f256k. On Windows, type .\f256.exe f256k.

To use the provided SD card image, add -harddisk sdcard.img with the appropriate filename, of course.

To run in "windowed" mode, add -window -resolution 800x600 to get a resolution of 800 by 600.

You will have to study the MAME key codes to see how to get debugging going (backtick `` is the default).

You can turn off sound by adding -sound none to the command.