
A new version of the firmware for the Kung Fu Flash Cartridge by Kim Jørgensen is released.
Changelog:
- Improve search text editor and allow joystick input. Thanks mwedmark.
- Improve disk emulation with support for block read/write and custom vectors. Thanks CommFor.
- It is now possible to enter a search string using the joystick. Press fire and up to start the editor and edit the text with the following joystick controls:
- Up/down: Select a character
- Left/right: Change cursor position
- Fire and left: Delete
- Fire and down: Clear search
- Fire and right: Space
- Fire and Up: Insert
Download:
source: github.com/KimJorgensen/KungFuFlash

The return of the Hybrid Sid Player by xAD/Nightfall & Gianluca Renzi (RetroBit Lab)
Based on the Project and Hardware Schematic by Markus Gritsch released in the years 2011-2015 on the forum dangerousprototypes. Thanks Markus.
Changelog:
v1.19 – 22/5/2022
Added:
- Added the horizontal scroll of the sid filenames list.
- The maximum allowed length of the sid file including extension is 48 characters, the small oled can display a maximum of 20 characters, so this feature is useful with very long file names. The function is activated with the MODE key when you are in browsing files mode, once the 48 characters are reached, the scroll resets and repositions the display of the file from the beginning until the next pressing of the MODE key.
Updated:
- Added a new parameter to the configuration file (config.ini).
- Choose the default SID Socket on bootup. This configuration is not mandatory.
Below is an excerpt from the “config.ini” file.
# Choose the default SID Socket on bootup (1:Socket #1 – 2:Socket #2) – default: 1
DEFAULT_SID_SOCKET=1
Fixed:
- Wrong emulation for the NOP opcode. %-)
- I noticed this problem with a SID made by Hermit of Samar Productions, SIDRIP Alliance, Singular that uses a SID Player written by him. SID Tune: MSK Cover-XF End (https://csdb.dk/release/?id=214247) This SID Player uses several illegal opcodes and i immediately thought of an emulation problem of these illegal opcodes, instead it was the NOP opcode that had problems. I point out that i listen at random 7XX favorite songs at least 1 hour a day and i never noticed any problems. :-D Anyway, Fixed.
- Max entries per directory.

A new version of the firmware for the Kung Fu Flash Cartridge by Kim Jørgensen is released.
Changelog:
- Fix timing problems on some C64s (since v1.38). Thanks chris
Note:
Disk emulation is now active by default when launching PRGs. If this is not desired or if the PRG requires EF3 USB support then the old load option is still available in the file options menu (shift+return or long press fire).
A lot of changes has been made to optimize the C64/KFF communication. Please let me know if you detect any broken functionality in this release
Download:
source: github.com/KimJorgensen/KungFuFlash

The return of the Hybrid Sid Player by xAD/Nightfall & Gianluca Renzi (RetroBit Lab)
Based on the Project and Hardware Schematic by Markus Gritsch released in the years 2011-2015 on the forum dangerousprototypes. Thanks Markus.
Changelog:
v1.18 – 28/1/2022
Fixed:
- When you are in Manual mode of playing SID the timeout timer wrongly are also increased into a variable but this timer works only for the modes: auto/random/intro.
- Wrong STATIC variable for the debug via serial. the serial debug don’t works correctly in some part of the code. %-)
- Wrong variable for the Timeout check if the time is longer then 99 seconds. %-)
Updated:
- Freed and remapped to another destination the MCU pins of PAUSE and FFWD buttons to use them with the CS for the SID #2 and R/W because we needed 2 MCU pins 5v tolerant and there aren’t many left :/
- Described some parts of the source code.
- Added new parameters to the configuration file (config.ini).
- Playback timeout in seconds of the .SID files for AUTO/RANDOM and INTRO modes.
- Configure the best baudrate for the debug via Serial.
- Disable or Enable the visualization of the VU-METER for the 3 sid voices.
Below is an excerpt from the “config.ini” file.
# Serial Debug Baudrate – default: 115200
SERIAL_BAUDRATE=115200
# Set the Timeout in Seconds for the AUTO/RANDOM playing mode – default: 2 minutes
AUTORND_TIMEOUT=120
# Set the Timeout in Seconds for the INTRO playing mode – default: 15 seconds
INTRO_TIMEOUT=15
# Write 0 if you want to disable the visualization of the vu-meter for the 3 x sid voices.
# Default: 1
SID_VUMETER=1
Recent Comments