Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-09 | Update FLASH.ino | sanni | |
2024-08-09 | Update FLASH.ino | sanni | |
2024-08-09 | Update FLASH.ino | sanni | |
2024-08-09 | Update FLASH.ino | sanni | |
2024-08-08 | Update SNES.ino | sanni | |
2024-08-08 | Update FLASH.ino | sanni | |
2024-08-08 | Update FLASH.ino | sanni | |
2024-08-07 | Add new options to SNES CFI repro menu | sanni | |
2024-08-06 | Flash: Change unknown 29GL flash size to 8MB | sanni | |
2024-08-05 | Merge pull request #1009 from partlyhuman/firmware-lynx-flash-rebased | sanni | |
Adds flash cartridge support to Atari Lynx firmware | |||
2024-08-04 | Adds flash cartridge support to Atari Lynx firmware | Roger Braunstein | |
2024-08-02 | Enable Internal Pull-ups for MD | sanni | |
https://github.com/sanni/cartreader/issues/1007 | |||
2024-08-01 | Atari 5200 Updates | Andy Miles | |
1. Added CRC database lookup for ROM dump validation and file renaming 2. Added delays to improve successful ROM dumping. Especially helps with 2-chip ROMs 3. Fixed database mapper config for Star Trek (not a 2-chip ROM) | |||
2024-07-31 | added Atari Jaguar Dumping | Greg Dole | |
2024-07-31 | Add read-only mode for flashroms with unknown ID | sanni | |
2024-07-31 | Output clock signal during self test | sanni | |
2024-07-31 | Allow for flash ID error to be ignored | sanni | |
2024-07-29 | SMS Updates | Andy Miles | |
1. SMS cart size detection algorithm is updated based on bank count instead of multiples of detected cart size from the header. 2. SMS cart size detection is only invoked if the "TMR SEGA" header is parsed for non-JP carts. 3. Manual selection of ROM size is now present in the SMS/GG menus to allow for manual override as detection algorithm does not work correctly for Cloud Master and Penguin Land US SMS carts. 4. SG-1000 Operation menu now allows for reset instead of relying on a power cycle. | |||
2024-07-26 | Fix for VRC2B Famicom Carts | Andy Miles | |
Instead of bank switching on a single bank and reading 1024 bytes at a time, this update switches 8 banks at a time and reads 8 KiB per iteration. The hypothesis is that the timing between bank switching and reading 1024 bytes at a time is insufficient for the mapper while reading in batches of 8 KiB allows for enough time for the data to be switched and accessible. This change fixes the ability to dump the following VRC2B Famicom cartridges: B27B8CF4 -> Contra (Japan).nes 49123146 -> Getsu Fuuma Den (Japan).nes AC9895CC -> Dragon Scroll - Yomigaerishi Maryuu (Japan).nes Also verified a VRC4E Famicom Cartridge: C1FBF659 -> Akumajou Special - Boku Dracula-kun (Japan).nes | |||
2024-07-24 | Fix 16bit flashrom writer | sanni | |
2024-07-24 | Update PCE.ino | PsyK0p4T | |
Various changes - restore Reset option in PCE menu - fix wrong file creation location when reading multiple games in a row - simplified crc search | |||
2024-07-19 | Update FLASH.ino | sanni | |
2024-07-19 | Flash: Add progress bar to read/verify/blankcheck flashrom | sanni | |
2024-07-13 | GBA: Fix writing file smaller than 4MBV14.0 | sanni | |
2024-07-13 | Fix Serial Monitor errors/warnings | sanni | |
2024-07-12 | Update GBA.ino | sanni | |
2024-07-12 | GBA: Add option to dump F0088H0 repro | sanni | |
2024-07-10 | GBA: Add bank mapping to F0088H0 repro | sanni | |
2024-07-09 | Update GBA.ino | sanni | |
2024-07-09 | GBA: Fix Blankcheck function | sanni | |
2024-07-08 | Add new modules (thx to skaman) | sanni | |
2024-07-08 | GBA: Add basic support for F0088H0 flash | sanni | |
No bank switching yet so ROM limited to 16MB. Uses flash commands found [here](https://github.com/lesserkuma/FlashGBX/blob/master/FlashGBX/config/fc_AGB_6600M0U0BE.txt) | |||
2024-07-08 | Merge pull request #982 from partlyhuman/firmware-atari-lynx | sanni | |
Atari Lynx firmware 1.0 | |||
2024-07-07 | Removes refactored out method | Roger Braunstein | |
2024-07-07 | Further optimize detection, combine loops | Roger Braunstein | |
2024-07-07 | Completely eliminates extra stack-allocated buffers | Roger Braunstein | |
2024-07-07 | Cherry-picking firmware changes only for Lynx support | Roger Braunstein | |
Updating header comments Better blocksize detection, cleanups | |||
2024-07-05 | 13.5 Fix SFM flash menuV13.5 | sanni | |
https://github.com/sanni/cartreader/issues/980 | |||
2024-07-03 | Update Cart_Reader.inoV13.4 | sanni | |
2024-07-03 | Update Cart_Reader.ino | sanni | |
2024-07-02 | Update PCW.ino | sakman55 | |
Minor cleanup | |||
2024-07-02 | Update VECTREX.ino | sakman55 | |
Minor cleanup | |||
2024-07-02 | Fix color cycling when idle | sanni | |
2024-07-01 | fix issue #973 - remove obsolete debugging leftover | smesgr9000 | |
2024-07-01 | Merge pull request #977 from partlyhuman/pce-tg16-flashing | sanni | |
Adds support for flashing reproduction HuCards | |||
2024-06-30 | Alternate fix | Roger Braunstein | |
2024-06-30 | Fixes compilation of SNES w/o FLASH option, update comment | Roger Braunstein | |
2024-06-30 | Add support for Dezaemon 3D 768KB save (thx to saturnu) | sanni | |
https://github.com/saturnu/cartreader/commit/fff9a57a92a9d87303fd6df6b7d2ba8cbf33ff52 (This is untested) | |||
2024-06-30 | Fix reading Bahamut Lagoon English Translation SRAM (thx to Cowboyjunkie) | sanni | |
https://github.com/sanni/cartreader/issues/917 | |||
2024-06-30 | Add progressbar to flashrom programmer | sanni | |
Only tested with 29F032 and 29LV640 but should still work for all since it was just copy&paste. |