aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader
AgeCommit message (Collapse)Author
2024-08-09Update FLASH.inosanni
2024-08-09Update FLASH.inosanni
2024-08-09Update FLASH.inosanni
2024-08-09Update FLASH.inosanni
2024-08-08Update SNES.inosanni
2024-08-08Update FLASH.inosanni
2024-08-08Update FLASH.inosanni
2024-08-07Add new options to SNES CFI repro menusanni
2024-08-06Flash: Change unknown 29GL flash size to 8MBsanni
2024-08-05Merge pull request #1009 from partlyhuman/firmware-lynx-flash-rebasedsanni
Adds flash cartridge support to Atari Lynx firmware
2024-08-04Adds flash cartridge support to Atari Lynx firmwareRoger Braunstein
2024-08-02Enable Internal Pull-ups for MDsanni
https://github.com/sanni/cartreader/issues/1007
2024-08-01Atari 5200 UpdatesAndy 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-31added Atari Jaguar DumpingGreg Dole
2024-07-31Add read-only mode for flashroms with unknown IDsanni
2024-07-31Output clock signal during self testsanni
2024-07-31Allow for flash ID error to be ignoredsanni
2024-07-29SMS UpdatesAndy 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-26Fix for VRC2B Famicom CartsAndy 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-24Fix 16bit flashrom writersanni
2024-07-24Update PCE.inoPsyK0p4T
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-19Update FLASH.inosanni
2024-07-19Flash: Add progress bar to read/verify/blankcheck flashromsanni
2024-07-13GBA: Fix writing file smaller than 4MBV14.0sanni
2024-07-13Fix Serial Monitor errors/warningssanni
2024-07-12Update GBA.inosanni
2024-07-12GBA: Add option to dump F0088H0 reprosanni
2024-07-10GBA: Add bank mapping to F0088H0 reprosanni
2024-07-09Update GBA.inosanni
2024-07-09GBA: Fix Blankcheck functionsanni
2024-07-08Add new modules (thx to skaman)sanni
2024-07-08GBA: Add basic support for F0088H0 flashsanni
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-08Merge pull request #982 from partlyhuman/firmware-atari-lynxsanni
Atari Lynx firmware 1.0
2024-07-07Removes refactored out methodRoger Braunstein
2024-07-07Further optimize detection, combine loopsRoger Braunstein
2024-07-07Completely eliminates extra stack-allocated buffersRoger Braunstein
2024-07-07Cherry-picking firmware changes only for Lynx supportRoger Braunstein
Updating header comments Better blocksize detection, cleanups
2024-07-0513.5 Fix SFM flash menuV13.5sanni
https://github.com/sanni/cartreader/issues/980
2024-07-03Update Cart_Reader.inoV13.4sanni
2024-07-03Update Cart_Reader.inosanni
2024-07-02Update PCW.inosakman55
Minor cleanup
2024-07-02Update VECTREX.inosakman55
Minor cleanup
2024-07-02Fix color cycling when idlesanni
2024-07-01fix issue #973 - remove obsolete debugging leftoversmesgr9000
2024-07-01Merge pull request #977 from partlyhuman/pce-tg16-flashingsanni
Adds support for flashing reproduction HuCards
2024-06-30Alternate fixRoger Braunstein
2024-06-30Fixes compilation of SNES w/o FLASH option, update commentRoger Braunstein
2024-06-30Add support for Dezaemon 3D 768KB save (thx to saturnu)sanni
https://github.com/saturnu/cartreader/commit/fff9a57a92a9d87303fd6df6b7d2ba8cbf33ff52 (This is untested)
2024-06-30Fix reading Bahamut Lagoon English Translation SRAM (thx to Cowboyjunkie)sanni
https://github.com/sanni/cartreader/issues/917
2024-06-30Add progressbar to flashrom programmersanni
Only tested with 29F032 and 29LV640 but should still work for all since it was just copy&paste.