aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
3 daysMerge pull request #1054 from gemarcano/long_press_serialsanni
Cleanups for SERIAL_MONITOR interface, and support "long press" with SERIAL_MONITOR
3 daysUpdate Cart_Reader.inoGabriel Marcano
- Add support for simulating a long press for the serial interface by seinding `l` or `L`. This lets someone actually run the SNES clock calibration using the serial interface.
3 daysUpdate Cart_Reader.inoGabriel Marcano
- Don't use `Serial.read() - 48` to extract chars. Just treat the data as chars. This is more legible, and actually reduced the program storage space utilization slightly.
3 daysUpdate Cart_Reader.inoGabriel Marcano
- Remove incomingByte global variable, mark all uses as local variables. This leads to a tiny (yet measurable) decrease in global variable use, and no change in sketch memory use. Of course, the variable now resides in the stack, but only while the functions using it exist, which isn't always.
4 daysUpdate NES.inonsx0r
- regrouped more MMC3-like mappers - fixed mapper 91 - simplified mappers 1/155, 9, 10, 157
5 daysUpdate NES.inonsx0r
- RAM dump extension changed from .bin to .sav for direct use with emulators (see https://github.com/sanni/cartreader/discussions/1049) - regrouped scripts for MMC3-based mappers - regrouped scripts for CxROM-like mappers - regrouped scripts for BxROM-like mappers - added support for 268 submapper 1
9 daysuse SARA/SuperGames dumper for Dark Chamberssmesgr9000
9 days[NES] - added mapper 470nsx0r
[NES] - added mapper 470
11 daysUpdate NES.inonsx0r
fix mapper 52
11 daysUpdate NES.inonsx0r
added chr-rom support for mapper 268 added mappers 315 and 366
2024-12-07add Berzerk and Space Duel to 7800smesgr9000
2024-12-06add Caverns of Mars to 2600 and Asteroids Deluxe + Frenzy to 7800smesgr9000
2024-12-01add kleine Baer to 2600smesgr9000
2024-11-27Fix `printInstructions()` overriding `dont_log` stateAncyker
2024-11-24Merge pull request #1043 from sanni/nsx0r-patch-1nsx0r
update NES.txt and fix mapper 58
2024-11-24Update nes.txtnsx0r
2024-11-24Update NES.inonsx0r
2024-11-23Update NES.inosakman55
Fixed Mapper 59. Updated the index to the code sections.
2024-11-19Update ws.txtPsyK0p4T
2024-11-14Update NES.ino : added mapper 268 submapper 0nsx0r
Update NES.ino : added mapper 268 submapper 0
2024-11-13Update ws.txtPsyK0p4T
2024-11-13Update pcw.txtPsyK0p4T
2024-11-10add "Bogey Blaster" and "Sesam Offne Dich!" also switch SARA/SuperGames to ↵smesgr9000
own dumping mehtod
2024-11-09Update LEAP.ino - even simpler solutionnsx0r
Update LEAP.ino - even simpler solution
2024-11-09LEAP.ino : fixed dumping and typosnsx0r
LEAP.ino : fixed dumping and typos
2024-11-07Merge pull request #1040 from eltociear/patch-1sanni
docs: update README.md
2024-11-05Update MSX.inosakman55
Added support for the Hudson Soft Bee Pack and Bee Cards. Requires a Hudson Soft Bee Pack inserted into the MSX Adapter. Be sure to fully insert the Bee Card into the Bee Pack. Select Mapper 14 "Hudson Soft Bee Pack" and set the ROM size (16K/32K).
2024-11-05docs: update README.mdIkko Eltociear Ashimine
Github -> GitHub
2024-11-01Update LJPRO.inosakman55
Added support for new Flash chips - MX25L4005 and MX25L6405. The new chips were found in cart with PCB B1043-03B. Removed the ROM size selection as we detect the ROM size based on the Flash ID.
2024-10-11add 2600 games "Fire Birds" & "Mountain Man"smesgr9000
2024-10-03add 2600 games "Ente und der Wolf, Der", "Feuerwehr im Einsatz" & "Moderne ↵smesgr9000
Ritter, Der"
2024-09-20Update snes.txtPsyK0p4T
Fix for "FIFA 97 (Europe)"
2024-09-20Add 39SF020 and 39SF010 to flashrom programmersanni
2024-09-16GB: Fix flashing MBC0sanni
2024-09-16Merge pull request #1027 from partlyhuman/lynx-fix-electrocopsanni
Fix for overdumping Electrocop/Lynx
2024-09-15Fix for overdumping Electrocop/LynxRoger Braunstein
2024-09-15Update GB.inosanni
2024-09-15GB: Only trigger audio and not WR on flash cart with audio as WE, add 39SF ↵sanni
cart without MBC
2024-09-14Fix #1026 (StarTropics/NES mapper 4.1)Ancyker
2024-09-14Update lynx.txtPsyK0p4T
Fix title names
2024-09-13Change busycheck in GB.inosanni
2024-09-13Update GB.inosanni
2024-09-13Add support for 39F040 to flash programmersanni
2024-09-13Fix compiler errorsanni
2024-09-13Merge pull request #1024 from herzmx/cps3sanni
Release CPS3 OSCR Adapter
2024-09-12Merge pull request #1025 from PsyK0p4T/masterPsyK0p4T
Update MD.ino
2024-09-12Update md.txtPsyK0p4T
2024-09-12Update MD.inoPsyK0p4T
- Moved code to retrieve the cart name earlier and possibly rely on it to identify a game instead of game ID + CRC - Moved code to regroup the different game checks - Some comments and conditions get reduced
2024-09-12Merge branch 'master' of github.com:sanni/cartreader into cps3herzmx
2024-09-12Release CPS3 OSCR Adapter commitherzmx