Archivio

Posts Tagged ‘firmware’

SD2Snes Firmware v1.9.0 released (SA-1 support)

18 December 2018 Nessun commento

Ikari ha rilasciato il nuovo firmware per la SD2Snes la Flash Cartridge per Super Nintendo/Famicom. Le istruzioni per l’aggiornamento le potete trovare qui.

Changelog:

  • SA-1 support by RedGuy! Big thanks to RedGuy again :) This was a really tight fit for the FPGA so there’s a little catch – MSU1 is not available for SA-1 games.
  • Also from RedGuy comes partial SRAM detection for some known games (SuperFX & SA-1). This calculates a ROM CRC and chooses to monitor only specific regions in cartridge RAM for changes. This enables automatic saving without having to resort to periodic saving, reducing wear on the SD card.
  • SNES CPU <-> PPU clock phase alignment. This is a long standing issue on a sub-CPU-cycle base inside the SNES. HDMA to certain registers can cause flickering sprite slabs to appear when CPU and PPU are out of phase after a cart-side reset (which does not reset the PPUs). This fixes the notorious flickering of characters with the giant frog attack in Chrono Trigger, sprites in Kirby Super Star, characters behind the text box in Star Ocean, and probably more. See https://github.com/RedGuyyyy/sd2snes/issues/6 for technical details.
  • Added an option to always go back to menu on reset, regardless of whether it’s a short or long reset.
  • LED brightness setting (16 levels)
  • Added an option to choose whether you want to start a game with or without cheats enabled (of those that are marked as enabled in the YAML file). You can enable / disable them later using the L+R+Start+A / L+R+Start+B button combinations if you have in-game buttons enabled.
  • Disable Satellaview emulation when a real Satellaview base unit is detected to avoid bus fighting and facilitate Satellaview development.
  • System Information now shows the currently effective video mode (50 or 60 Hz).
  • Fixes:
    • Control signal edges are detected a bit earlier, improving stability on some consoles (Github Issues)
    • Fix timing of auto region patching. This should solve cross-issues with Super Scope games because they rely on the same register that is also used to read the console region.
    • Fix brightness patching / limiting for games that use HDMA to alter the brightness register. (e.g. Star Fox)
    • Fix an occasional imaginary access cycle carried out by the FPGA after reconfiguration. This fixes lockups when loading games with dedicated FPGA files, i.e. SuperFX, SA-1, OBC-1.
    • Fix SuperCIC pair mode entry for consoles with ≤ 3.072MHz CIC clock (notably GPM revisions). (Github Issue)
    • S-RTC register state is reset when the console is reset.

Download:

source: sd2snes.de

UK1541 (Ultimate Killer) Firmware Update 2.0.1.11-2018

Aggiornamento firmware per l’interfaccia UK1541 l’emulatore di Floppy Drive 1541 per Commodore 64 ed emula perfettamente la CPU 6502 e VIA utilizzate nel Floppy Drive 1541. L’interfaccia e’ stata progettata da Krzysztof Switajski aka Kisiel/ICON.

Changelog:

  • Core6502 update 2.0.1.11-2018 with major improvements for VIA emulation.

Download:

source: wiki.projekt64.filety.pl

USB Stick STM32 (Gotek) HxC Firmware v3.1.32.1a

20 November 2018 Nessun commento

Jean-François DEL NERO (la persona che sta dietro lo sviluppo dell’emulatore Floppy HxC SD) ha recentemente rilasciato una versione del firmware HxC compatibile con il chip STM32 utilizzato nel Floppy Drive Gotek.

Questo significa che possiamo godere di quasi tutte le features che il firmware HxC supporta anche per l’economico Floppy Drive Gotek.

Il bootloader per convertire il floppy drive Gotek in HxC compatibile va acquistato sul sito di HXC 2001 inviando un’email a Jean-François DEL NERO. Il prezzo del bootloader e’ di 10 euro una tantum per ogni Gotek che si vuole aggiornare/convertire. Gli aggiornamenti successivi del software sono gratuti e possono essere fatti da chiavetta USB.

The HXC Usb (Gotek) firmware supports: + many more….

USB Stick STM32 (Gotek) HxC Floppy Emulator Firmware v3.1.25.1a -> v3.1.32.1a cumulative changelog:

  • Menu subsystem refactored.
  • Smaller code size with more features.
  • Menu OLED and sound parameters (Video Inverse, contrast, step sound) are now taking effect immediately.
  • Code optimizations.
  • CPC DSK : Write cache flush timeout set to 2 seconds.
  • Once again more code size optimizations!
  • More code size optimizations.
  • STM32 startup / init functions refactored (WIP).
  • Flash memory code size reduced.
  • Inversed Floppy Ribbon detection at power-up : “rib” (7 segments display) or “Floppy ribbon reversed !” (LCD/OLed display) message printed at power-up if the floppy ribbon is not connected properly.
  • Fix a regression introduced into the v3.1.28.1a : Fix normal and indexed mode possible browsing issues (unexpected wrap to index 0). Please update !
  • OLED screen : Standby/screen saver mode – The screen is now dimmed to a minimal level. The standby delay can be changed into the setting menu.
  • OLED screen : New Menu entry – “Video” Polarity mode (Normal/Inverse).
  • Files Browser : All Files/Folders with the hidden attribut set are not shown anymore… (Hide Windows/MAC system folders).
  • Push buttons Auto-repeat : Better/Smoother rate changes. Rate changes delays adjusted.
  • Thomson *.FD file support : Faster Loading (sectors interleave factor fixed).
  • Fix the “clear settings”/reset factory function.

This is only a little part of the changelog. The original one is very long and you can read it here. (instruction manual here)

Download: USB Stick STM32 (Gotek) HxC Firmware v3.1.32.1a (874)

source: hxc2001.com

U64/Ultimate-64 Aggiornamento Firmware – v1.0B

19 November 2018 Nessun commento

E’ stato rilasciato un nuovo aggiornamento firmware per l’ultimate-64 di Gideon.

Differences with previous official release V1.06:

  • SID has been improved quite a bit:
    • The internal SID is now consistently referenced as “UltiSID”, to avoid confusion with other SID products.
    • Various bugs, like the phase of the filters, and the routing of Voice 3 when the VOICE3OFF bit was set have been corrected.
    • A number of SID filter curves have now been implemented and can now be chosen from the configuration menu.
    • The resonance can be changed to two different settings.
    • Combined waveforms can now be selected between 6581 and 8580.
    • Internal bus charge in the SID is now emulated.
  • The 6502 core has been improved. All ‘stable’ illegal instructions are now fully operational:
    • SLO $07 $17 $03 $13 $0F $1F $1B
    • RLA $27 $37 $23 $33 $2F $3F $3B
    • SRE $47 $57 $43 $53 $4F $5F $5B
    • RRA $67 $77 $63 $73 $6F $7F $7B
    • SAX $87 $97 $83 $8F
    • LAX $A7 $B7 $A3 $B3 $AF
    • DCP $C7 $D7 $C3 $D3 $CF $DF $DB
    • ISC $E7 $F7 $E3 $F3 $EF $FF $FB
    • ANC $0B
    • ANC $2B
    • ALR $4B
    • ARR $6B (including decimal mode!)
    • SBX $CB
    • SBC $EB
    • LAS $BB
    • LAX $AB is stable with constant 00.
  • U64 settings are now restored when the machine resets. This resets the SID settings after using Auto Config + internal SID player.

Download:

source: ultimate64.com

Rilasciata la nuova versione delle DiagROM v1.1 per Amiga

Cosa sono le DiagROM?

Le DiagROM sono delle ROM diagnostiche per gli Home Computer della serie Commodore Amiga. Queste ROM tornano molto utili in alcune sistuazioni, tipo quando il computer non esegue correttamente il boot o si blocca.

Changelog:

  • New memory-detection routine that hopefully finds more memory.
  • A600/1200/4000 IDE detection.
  • Some bugfixes. (look at releasedata for more info)
  • Powerup extras:
    • press left mousebutton at power on, Screen will be disabled and IF there is fastmem present, fastmem will be used instead of chipmem. Serial console is only option.
    • if you press right mousebutton at poweron. Computer will use the beginning of detected ramblock instead of end.
    • (you can combine both buttons at boot)
  • fire on joystick at power on:
    • Serialport output is disabled. this to make the machine to start with broken Paula. DiagROM also tries to detect broken paula at start and will disable serial if detected. (this detection is far from 100%)

Download: DiagoROM v1.1 Stable (801)

source: diagrom.com

TheC64 Mini Aggiornamento Firmware v1.1.4

Gli aggiornamenti del firmware per il THEC64 Mini forniscono nuove funzionalità e / o correggono eventuali problemi tecnici.

Si consiglia sempre di utilizzare l’ultima versione del firmware.

Version 1.1.4 – Changes:

  • Corrects a recent firmware issue that prevented joysticks like the Logitech F710 from being detected.

Please be aware there is currently a 256 item limit (files and/or folders) to assist improved USB memory stick performance.

Download: TheC64 Mini Firmware v1.1.4 (1812)

source: thec64.com

TheC64 Mini Aggiornamento Firmware v1.1.2

Gli aggiornamenti del firmware per il THEC64 Mini forniscono nuove funzionalità e / o correggono eventuali problemi tecnici.

Si consiglia sempre di utilizzare l’ultima versione del firmware.

Version 1.1.2 – Changes:

  • Fixes an issue where some USB directory layouts result in an empty file list.
  • Amended USB behaviour to help resolve issues users experienced with some USB memory sticks when using the File Loader.

Please be aware there is currently a 256 item limit (files and/or folders) to assist improved USB memory stick performance.

Download: TheC64 Mini Firmware v1.1.2 (898)

source: thec64.com

TheC64 Mini Aggiornamento Firmware v1.1.0

Gli aggiornamenti del firmware per il THEC64 Mini forniscono nuove funzionalità e / o correggono eventuali problemi tecnici.

Si consiglia sempre di utilizzare l’ultima versione del firmware.

Version 1.1.0 – Changes:

  • New File Loader functionality. Please see File Loader for full details.
  • Further improvements to response times.
  • Fixing one small issue with the German Virtual Keyboard.
  • Adding the missing help function in ‘Avenger’ to a joystick button.

Download: TheC64 Mini Firmware v1.1.0 (1213)

source: thec64.com

Ultimate-64/u2/u2p Aggiornamento Firmware – v1.06 / v3.3 / v3.3 v1

7 October 2018 3 commenti

E’ stato rilasciato un nuovo aggiornamento firmware per l’ultimate-64 / Ultimate 1541 II / Ultimate 1541 II+ di Gideon e miglioramenti di Markus.

Changelog of Ultimate-64 / 1541 Ultimate 2+ by Gideon

    • NEW: Audio Mixer
    • 1541 Ultimate II+ only:
      • NEW: External Audio In
    • 1541 Ultimate II and II+ only:
      • Can now be used in Ultimate 64
    • Ultimate 64 only:
      • SpeedDOS Parallel Cable (needs e.g. DolpinDOS roms)
      • Interface type: Ultimate Menu picture overlay (HDMI-only)
      • USB keyboard support. Like earlier firmware, press scroll/lock to enter/exit the Ultimate menu.
      • Replacement of Charrom and BASIC.
    • Display *.64 files as a directory via FTP:
      • Every chosen FTP username enables this feature (*.d64 are shown as directory AND as *.d64 files)
      • The username “d64″ deactivates the listing of *.d64 files (*.d64 are only shown as directory)
      • The username “d642″ disables this feature completely, (*.d64 are only shown as files)

.. and there are many improvements not present in the changelog.

Note for the Ultimate 64:

You will need a kernel, basic and character rom after the upgrade. These roms are not included in the update. These roms are distributed with vice-emu, but you can also find them on zimmermans.net.

For instance, you could use these roms: 901225-01.bin (char), 901226.bin (basic) and 901227-03.bin (kernal). Roms with the .rom extension should also work.

Changelog of Ultimate-64 / 1541 Ultimate 2 / 1541 Ultimate 2+ by Markus

Changes in this release (compared to 3.3):

  • You can now flash more alternative kernals and floppy roms (1541 Ultimate II+: 2, Ultimate 64: 3).
  • Kernals and floppy roms can be loaded without flashing
  • Pressing the following keys while turning on the Ultimate 64 will change the video mode to
    • D => DVI
    • H => HDMI
    • R => RGB
    • C => Composite/S-Video
  • Fix writing to kernal via TCP Port 64 on Ultimate 64
  • Fix Fast Reset on “Original” Kernal on Ultimate 64

Download:

source: ultimate64.com github.com/markusC64

Rilasciato Vampire GOLD2.10 Core per V600 v2 (.1) & V500 v2(+)

Rilasciato il nuovo firmware per la Vampire GOLD2.10 Core hardware V600 v2(.1) & V500 v2(+) e nuovi Saga Driver v1.4.

Vampire GOLD2.10 Changelog:

  • Added 4 different IDE speeds (V500)
  • Fixed SBCD instruction
  • Fixed ChipRAM detection
  • Improved CIA timings (V600)

SAGA Driver v1.4 Changelog:

  • Updated VControl to 1.6
  • Updated VampireSN for Vampire V4
  • Updated SDNet to 1.92
  • Updated V2ExpEth to 1.92

Download: Vampire Core & Saga Driver (1228)

source: apollo-accelerators.com

SD2Snes Firmware v1.8.0 released (SuperFX support)

Ikari ha rilasciato il nuovo firmware per la SD2Snes la Flash Cartridge per Super Nintendo/Famicom. Le istruzioni per l’aggiornamento le potete trovare qui.

Changelog:

  • SuperFX support by RedGuy! This is the duck’s guts. What an accomplishment. Big thanks to RedGuy!
  • EXPERIMENTAL brightness patching for S-CPUN based consoles (1CHIP/Jr). The patching is comprised of two parts:
    • 1CHIP transient fix – tries to alleviate some graphical issues with 1CHIP consoles where it reacts unfavorably to sudden changes to the brightness register. This fixes the shadow in Air Strike Patrol, warped scanlines in Rudra’s Treasure, and faded scanlines at the top of the screen on certain Capcom games when the console is equipped with a de-ghosting fix involving the replacement of the C11 capacitor.
    • Brightness limit – can be used to limit brightness on consoles where the stock RGB levels are too high.
  • NOTE: There are known problems with games that use DMA to set the brightness register. Notably Star Fox and some MSU1 video players. You should disable it if you intend to play those. For now I’m releasing it as is because I still think it can be useful (and I’ll be gone for two weeks and didn’t want to delay this release any further :-D)
  • Added ExLoROM support (LoROM > 32Mbits)
  • The In-game hook is now disabled by default.
  • Touched up the menu a bit – dependent settings are printed in grey if the higher-level setting is disabled
  • Changed the version numbering by eliminating the eternal leading zero. The last digit can now be used for small revisions or fixes.

Some minor fixes are still outstanding which I will address in a couple of weeks after I have returned from vacation.

Download:

source: sd2snes.de

USB Stick STM32 (Gotek) HxC Firmware v3.1.25.1a

Jean-François DEL NERO (la persona che sta dietro lo sviluppo del Floppy emulator HxC SD) ha recentemente rilasciato una versione del firmware HxC compatibile con il chip STM32 utilizzato nel Floppy Drive Gotek.

Questo significa che possiamo godere di quasi tutte le features che il firmware HxC supporta anche per l’economico Floppy Drive Gotek.

Il bootloader per convertire il floppy drive Gotek in HxC compatibile va acquistato sul sito di HXC 2001 inviando un’email a Jean-François DEL NERO. Il prezzo del bootloader e’ di 10 euro una tantum per ogni Gotek che si vuole aggiornare/convertire. Gli aggiornamenti successivi del software sono gratuti e possono essere fatti da chiavetta USB.

The HXC Usb (Gotek) firmware supports: + many more….

USB Stick STM32 (Gotek) HxC Floppy Emulator Firmware v3.1.22.1a -> v3.1.25.1a cumulative changelog:

  • TI99/4A : V9T9/DSK Loader -> Better disk layout detection.
  • OLED screen setting sanity check: Do not allow more than 21 characters per line.
  • 2 Digits screen Gotek: Fix embedded config menu.
  • HFE files: Fix MPC60 MkII formatted images write support regression. May also fix possible write issues on HFE files with some others machines/disk formats. Update recommended.
  • 7 segments Gotek: New menu entry : 5 -> Auto select delay setting.
  • Floppy Interface initialized before the screen. (Fix Emu Emulator second drive detection issue).
  • Amiga ID support enabled by default (HD ADF support).
  • Internal improvements.
  • “Double steps per increment” rotary support added.
  • New menu entries: Head settling time. (7 digits gotek meny entry number 6). Rotary type. (7 digits gotek menu entry number 7 – 0=Single Step, 1=Double Step, 3=Disable.).

This is only a little part of the changelog. The original one is very long and you can read it here. (instruction manual here)

Download: USB Stick STM32 (Gotek) HxC Firmware v3.1.25.1a (943)

source: hxc2001.com

TheC64 Mini Aggiornamento Firmware v1.0.8

Firmware upgrades for THEC64 Mini provide new features and/or correct any technical issues.

We always recommend that you use the latest version of the firmware.

Version 1.0.8 – Changes:

  • Includes firmware optimisations and improvements to THEC64 input response times.

Download: TheC64 Mini Firmware v1.0.8 (1087)

source: thec64.com

Ultimate-II – II+ & U64: Nuovo aggiornamento non ufficiale v3.2a v1

E’ stato rilasciato un nuovo aggiornamento firmware per l’interfaccia 1541 Ultimate-II+ / 1541 Ultimate-II e la nuova motherboard C64 Ultimate 64 di Gideon.

Changes in this release (compared to 3.2a):

  • Fast Reset for C64.
  • Improved d64 filesystem.
  • Poweroff function for the U64.
  • FTP Bugfix.
  • Bugfix in Paste function of the file browser.

How to update?

  • For the 1541 Ultimate-II:
    • Navigate to the unzipped file ‘3.2a_180411+_v1.audio.u2u‘ or ‘3.2a_180411+_v1.dualdrive.u2u‘ and select “Run Update”
  • For the 1541 Ultimate-II+:
    • Navigate to the ‘3.2a_180411._v1.u2p‘ file, and select “Run Update”.
  • For the Ultimate 64:
    • Navigate to the ‘3.2a_180411._v1.u64‘ file, and select “Run Update”.

Please note that the Ultimate 64 Firmware is build using a blob containing version 1.02 of the FPGA.

Download: 1541 Ultimate-II / Ultimate-II+ / U64 v3.2a v1 (969)

source: facebook.com github.com

TheC64 Mini Aggiornamento Firmware v1.0.7

Gli aggiornamenti del firmware per THEC64 Mini forniscono nuove funzionalità e/o correggono eventuali bug software.

Si consiglia sempre di utilizzare l’ultima versione del firmware.

Version 1.0.7 – Changes:

  • Fixes an issue encountered on some two-player games when using two USB joysticks

Download: TheC64 Mini Firmware v1.0.7 (1141)

source: thec64.com