A new version of the firmware for the interface 1541 Ultimate is released. This version runs on both version of the Ultimate 1541 cartridge.
Version 2.4 includes the fixes that TLR made to the firmware, and adds the following features:
- CRT load (just by selecting the file, not on boot time)
- EasyFlash support (reading only, writing is not needed IMHO)
- Flashing and running custom FPGAs (Ultimate-II only), especially for those who want to do FPGA development without JTAG cable. FPGA bitfile will be flashed into the spare area of the Flash memory device, and the FPGA is booted from there. So there is no risk of bricking your device. (Flashing needs to be done for every boot still, optimizations will follow.)
For the rest, a lot of work has been done ‘under the hood’; especially in preparation of a native command interface to control the Ultimate from I/O space. But since this is not yet ready, it’s not included (=not enabled) in the 2.4 firmware.
Download:
source: 1541ultimate.net
SD2IEC is a hardware mass storage device using an SD/MMC card and interfacing with the IEC bus. It is based on the ATmega644 or ATmega1284p microcontroller from the Atmel AVR microcontroller family.
The most prominent use of SD2IEC is emulation/replacement of a Commodore-1541 disk drive for a C64. Hardware and the microcontroller’s firmware is available as open source (GPL).
Changelog:
2011-12-18 – release 0.10.2
- Bugfix: End of generated raw directory was incorrect.
- Bugfix: Various compilation fixes when fastloaders are disabled.
- ULoad M3 automatically exits when ATN becomes active.
- Minor code space improvements.
- New fastloader: ELoad Version 1 (EasyProg)
Download:
source: sd2iec.de gitweb forum thread c64-wiki
Turbo Chameleon 64 is an extremely user-friendly cartridge that can be used without opening the computer. It is just plugged to the expansion port of the C64.
The Turbo Chameleon 64 cartridge can also be operated as a stand-alone unit (since it’s basically an FPGA computer like the C-One or the Minimig in a C64 cartridge case), replacing the computer, the floppy drive and the heavy power supply.
When used as a stand-alone unit, a USB power adapter or active USB hub can be used as a power source.
Changelog:
Differences from Beta-6f to Beta-6g:
- Implemented bit-fade in SID when no waveform is selected.
- Implemented bit-fade in SID when reading write-only registers.
- Added bits to detect in menu when disk-images need update after write actions by the emulated drives.
- Implemented “door” on emulated drive, when open drive will read dummy bytes.
- Fixed CPU instruction timing bugs discovered when comparing emulated 6510 against real 6510.
- CPU irq/nmi timing fixes.
- Implemented bit-fade on I/O port of emulated 6510.
- Fixed SID stereo mapping for D500 and D700.
- Four timers added at addresses D0AA to D0AD for menu (it can’t use CIA timers when freezing).
Download: Firmware Chameleon Beta 6g (1493)
source: syntiac.com
This is an AVR MMC/SD boot loader compatible with HolgerBootloader2. Based on a heavily modified version of ChaN’s FatFs library.
SD2IEC is a hardware mass storage device using an SD/MMC card and interfacing with the IEC bus. It is based on the ATmega644 or ATmega1284p microcontroller from the Atmel AVR microcontroller family.
The most prominent use of SD2IEC is emulation/replacement of a Commodore-1541 disk drive for a C64. Hardware and the microcontroller’s firmware is available as open source (GPL).
Changelog:
2011-09-12 – release 0.2
- Added petSD configuration.
Download: SD2Iec bootLoader v0.2 (1579)
source: sd2iec.de gitweb forum thread c64-wiki
This is a custom firmware build for the 1541 Ultimate II by Daniel Kahlin (tlr).
This version of the firmware addresses a few things that needed improvements.
Full History:
- Rebased to the 2.3 release. (svn r88)
- Rebased to the 2.2 release. (svn r71)
- Added GPL 3.0 license as stated by Gideon in the 1541 Ultimate-II (Fixes Bug 110 “License file (GPL) missing in source repository.”)
- Fixed filename length in print out during DMA loading.
- Added “Real Run” for files inside .d64 files which mounts, loads and runs using the BASIC prompt.
- Added “Run Tape” for .tap files which mounts tap and does LOAD/RUN using the BASIC prompt.
- Added “Run Disk” for .d64 and .g64 files which mounts, loads and runs “*” using the BASIC prompt.
- Added detection of cyclic links in .d64 directories and files. (Fixes Bug 94 “Hang when entering diskimage.”)
- Added sanity check of sector links in .d64 directories and files.
- Search until end of directory, even when hitting files with t=0. (Fixes Bug 98 “No dir listing with DEL file linked to T0, S0.”)
- Based on the 2.1 release. (svn r65)
- RUN/LOAD/mount has been reworked to hopefully be more clean. (Fixes Bug 109 “CLR/HOME ctrl code sometimes visible on running file from browser.”)
- Made DMA loading simulate the look of normal loading.
- Corrected mixup of disk id. (Fixes Bug 79 “id1 & id2 mixed in disk_image.cc (Skate or Die disk/sector id bug)”)
- Cherry-picked fix for SDCard rename from trunk. (svn r66) (Fixes Bug 105 “Renaming SDCard via U-Menu corrupts root directory.”)
- Submenues can now be exited using CRSR-left in addition to R/S. (Implements Wish 77 “Exit submenu using CRSR-left in file browser.”)
Download: 1541 Ultimate II Unofficial firmware v2.3 (tlr) (1358)
source: 1541ultimate.net
A new version of the firmware for the interface 1541 Ultimate is released. This version runs on both version of the Ultimate 1541 cartridge.
Major improvement in latest release:
- REU fixed.
- Timing module for cartridge slot simplified to make things work on an SX-64.
- D64 listing corrected for some non-conformant files.
- Most audio options disabled for Ultimate-I.
- A lot of small things modified under the hood (not yet visible as feature for the user.)
- Some testing done on both Ultimate-I as well as Ultimate-II.
Download: 1541 Ultimate II Firmware (1191)
Download: 1541 Ultimate I (Plus) Firmware (1099)
source: 1541ultimate.net
Turbo Chameleon 64 is an extremely user-friendly cartridge that can be used without opening the computer. It is just plugged to the expansion port of the C64.
The Turbo Chameleon 64 cartridge can also be operated as a stand-alone unit (since it’s basically an FPGA computer like the C-One or the Minimig in a C64 cartridge case), replacing the computer, the floppy drive and the heavy power supply.
When used as a stand-alone unit, a USB power adapter or active USB hub can be used as a power source.
Changelog:
Differences from Beta-6c to Beta-6d:
- Cartridge emulations.
- Turbo speed increase: Eliminated one clock cycle from critical path.
- Turbo speed increase: Writes to memory concurrent with next instruction fetch.
- Turbo speed increase: MMU caches last used CPU slot.
Download: Firmware Chameleon Beta 6d (1527)
source: syntiac.com
Turbo Chameleon 64 is an extremely user-friendly cartridge that can be used without opening the computer. It is just plugged to the expansion port of the C64.
The Turbo Chameleon 64 cartridge can also be operated as a stand-alone unit (since it’s basically an FPGA computer like the C-One or the Minimig in a C64 cartridge case), replacing the computer, the floppy drive and the heavy power supply.
When used as a stand-alone unit, a USB power adapter or active USB hub can be used as a power source.
Changelog:
Differences from Beta-5b to Beta-6:
- Fixed RAM mirrors for 1541 drive emulation.
- Fixed reading from emulated SID.
- New cartridge emulations.
- Disk track lengths set to 6256, 6672, 7144 or 7696 bytes.
- Implemented disk-change with button.
- Input latch emulation in VIA emulation.
- Implemented SDR register in CIA.
- Implemented real IEC bus disable bit.
- VIC-II timing fixed for mode bits (MCM, BMM and ECM)
Differences from Beta-6 to Beta-6b:
- 1541 emulation: fixed IEC timing. All known speedloader problems are gone now.
- 1541 emulation: VIA6522 timer fixes.
- 1541 emulation: VIA6522 register r/w fixes.
- New cartridge emulations.
Differences from Beta-6b to Beta-6c:
- Auto speed option for turbo feature. Slows down on IEC bus accesses.
- PS/2 Page up/Page down alias for F1, F7. Easier navigation in the File-Browser.
Download: Turbo Chameleon 64 beta firmware v6c (1520)
source: syntiac.com
This is a GUI for programming Alien Flash cartridge via USB and for transferring D64 / PRG files.
Download (binary): Alien Flash cartridge GUI (948)
Download (sources): Alien Flash cartridge GUI (863)
source: noname.c64.org lemon64.org wiki
A new version of the firmware for the interface 1541 Ultimate II is released. This version only runs on the Ultimate-II! Release for Ultimate-I (MK1) will come very soon.
Major improvement in latest release:
- MAJOR bug fix: Updater caused to unit to fail when “Force update” was selected on the first batch Black boards (with Atmel Flash)…
- Updater updated: Now possible to clear all configuration pages in flash.
- Issue fixed with configuration of objects that did not have a config page yet (write/effectuate decoupled).
- Issue fixed with re-freezing into an empty D64 (or file with headers but no items); caused a blank screen.
- Version number of FPGA increased [to $A6], because REU was fixed. (See previous commit).
- Simulation environment set up for REU.
- REU verify bug fixed. More testcases to be added.
- …/target/simulation/sim/$ make reu_tc_1.gui will start ModelSim with the REU testcase.
- Missing simulation package added.
- SdCard cannot be renamed, of course… fixed…
- Build of MK1 firmware fixed, using the 250E FPGA.
- Makefile changed to output a warning when ISE locations from the project is used, instead of your own.
- Tested on ‘clean’ system with Xilinx ISE 13.1 installed.
- Missing file added: sid_mapper.vhd. Why did nobody notice this? :D
download: 1541ultimate.net
Turbo Chameleon 64 is an extremely user-friendly cartridge that can be used without opening the computer. It is just plugged to the expansion port of the C64.
The Turbo Chameleon 64 cartridge can also be operated as a stand-alone unit (since it’s basically an FPGA computer like the C-One or the Minimig in a C64 cartridge case), replacing the computer, the floppy drive and the heavy power supply.
When used as a stand-alone unit, a USB power adapter or active USB hub can be used as a power source.
Changelog:
Beta-5 to Beta-5a:
- Fix crash when turbo limit is set in menu without activating turbo. (or when disabling active turbo with button while a limit is set)
- Fix D030 mirror of the turbo bit emulating C128 2Mhz mode with Chameleon turbo.
Beta-5a to Beta-5b:
- Eliminate spurious resets by masking reset line in standalone mode.
- Fix keyboard matrix so joysticks are properly emulated (IR, numpad) in standalone mode.
- Block normal button functions in menu mode (only exception is reboot by pressing 0.7s on right button)
source: syntiac.com
The SIO2SD is a device that allows you to load games/applications into any 8-bit Atari XL/XE computers via SIO interface from SD/MMC cards.
Changelog:
RC4 -> RC5
- Changes in SD initialization routines (“card init error” should appear much less frequently)
- SD speed is choosen automatically (SD speed option was removed)
- Fixed card insertion/removal logic.
- Added ability to go directly to setup when card is not present (using dbl-shift)
source: sio2sd-dev.gucio.pl
Turbo Chameleon 64 is an extremely user-friendly cartridge that can be used without opening the computer. It is just plugged to the expansion port of the C64.
The Turbo Chameleon 64 cartridge can also be operated as a stand-alone unit (since it’s basically an FPGA computer like the C-One or the Minimig in a C64 cartridge case), replacing the computer, the floppy drive and the heavy power supply.
When used as a stand-alone unit, a USB power adapter or active USB hub can be used as a power source.
Changelog:
- Framebuffer writes now use MMU.
- Framebuffer writes can be switched off (buffer can be used by software)
- Cartridge buttons emulated on PS/2 keyboard (F11,F12 and PrintScreen)
- Chameleon can use real BASIC and Kernal ROMs in machine in cartridge mode.
- Emulated IEC bus can be disconnected from C64 (Chameleon is drive emu)
- FLI bug fixed.
- Added Stereo SID support.
- Turbo feature added.
- Relative CPU speed displayed in VGA debug bar.
source: syntiac.com
The HxC Floppy Drive Emulator is a software and hardware system created by jfdn aka Jeff.
The aim of this project is to replace the floppy disk drive by an electronic device emulating the floppy disk drive (list of supported Computer/Hardware).
There are two differents emulators:
- A USB version which allows to connect the floppy disk drive interface of the computer to a PC via a USB cable.
- A SDCARD version which allows to emulate floppy disks which images are stored in a SDCARD.
Release notes for the SD HxCFloppyEmulator firmware upgrade v1.6.0.0:
- File browser.
- Direct access mode.
- HFE file renaming Function.
- New boot/power up mode.
- Autoboot/file selector program boot mode enhanced.
- Write support.
- Various bugs corrected and code enhancement.
- … full release notes here
source: hxc2001.free.fr
The SIO2SD is a device that allows you to load games/applications into any 8-bit Atari XL/XE computers via SIO interface from SD/MMC cards.
Changelog:
RC3 -> RC4
- Fixed SIO routines (mainly incompatibilities with software made for TOMS turbo)
source: sio2sd-dev.gucio.pl
Recent Comments