1950 Commits

Author SHA1 Message Date
nsx0r
c6f3e8b8f4
Update NES.ino - fixed mapper 88
Update NES.ino - fixed mapper 88
2025-01-01 13:50:35 +00:00
smesgr9000
44ad089188 support "Bentley Bear's Crystal Quest" and "Bounty Bob Strikes Back!" 2025-01-01 10:28:12 +01:00
nsx0r
2100cd55f6
Update NES.ino - fix for SEROM/SHROM/SH1ROM PCBs
fix for SEROM/SHROM/SH1ROM PCBs
2024-12-31 08:14:25 +00:00
sakman55
fb8835b6c4
Update NES.ino
Modified Mapper 226 to use pulsing M2 code (BMC Super 42-in-1, 76-in-1, et al.).

Added Mapper 233 which requires power cycling the cart reader to switch between the two PRG chips (BMC 22-in-1/20-in-1 (42-in-1)).
2024-12-25 17:55:32 -10:00
smesgr9000
7d05bb665c add Punch Chess to 2600 2024-12-24 11:04:32 +01:00
sanni
560aea88cc
Merge pull request #1054 from gemarcano/long_press_serial
Cleanups for SERIAL_MONITOR interface, and support "long press" with SERIAL_MONITOR
2024-12-23 18:57:19 +01:00
Gabriel Marcano
9f92f6614d Update Cart_Reader.ino
- 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.
2024-12-22 23:33:21 -08:00
Gabriel Marcano
62b8182dee Update Cart_Reader.ino
- 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.
2024-12-22 23:33:21 -08:00
Gabriel Marcano
b2578512e5 Update Cart_Reader.ino
- 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.
2024-12-22 23:33:21 -08:00
nsx0r
1a16fcf875
Update NES.ino
- regrouped more MMC3-like mappers
- fixed mapper 91
- simplified mappers 1/155, 9, 10, 157
2024-12-22 08:25:24 +00:00
nsx0r
3f22b405ad
Update NES.ino
- 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
2024-12-21 23:33:25 +00:00
smesgr9000
db7bfa060f use SARA/SuperGames dumper for Dark Chambers 2024-12-17 16:54:59 +01:00
nsx0r
ab6b462919
[NES] - added mapper 470
[NES] - added mapper 470
2024-12-17 05:49:55 +00:00
nsx0r
d30be9dc29
Update NES.ino
fix mapper 52
2024-12-15 12:58:19 +00:00
nsx0r
7473f3e5eb
Update NES.ino
added chr-rom support for mapper 268
added mappers 315 and 366
2024-12-15 08:41:33 +00:00
smesgr9000
fdecc26dd2 add Berzerk and Space Duel to 7800 2024-12-07 19:23:13 +01:00
smesgr9000
afe4963bb2 add Caverns of Mars to 2600 and Asteroids Deluxe + Frenzy to 7800 2024-12-06 16:47:15 +01:00
smesgr9000
2497369ec4 add kleine Baer to 2600 2024-12-01 11:15:49 +01:00
Ancyker
2199e15e03
Fix printInstructions() overriding dont_log state 2024-11-27 12:37:22 -05:00
nsx0r
a4750c1fcb
Merge pull request #1043 from sanni/nsx0r-patch-1
update NES.txt and fix mapper 58
2024-11-24 21:57:51 +00:00
nsx0r
a3e2f00205
Update nes.txt 2024-11-24 21:55:37 +00:00
nsx0r
a513c4c219
Update NES.ino 2024-11-24 21:53:44 +00:00
sakman55
68ab9b6f2b
Update NES.ino
Fixed Mapper 59.  Updated the index to the code sections.
2024-11-23 12:15:23 -10:00
PsyK0p4T
6361ff0b58
Update ws.txt 2024-11-19 00:58:48 +01:00
nsx0r
443f33ec0c
Update NES.ino : added mapper 268 submapper 0
Update NES.ino : added mapper 268 submapper 0
2024-11-14 12:28:04 +00:00
PsyK0p4T
970edb80e5
Update ws.txt 2024-11-13 00:50:08 +01:00
PsyK0p4T
7989b4309e
Update pcw.txt 2024-11-13 00:11:27 +01:00
smesgr9000
4b15932a0a add "Bogey Blaster" and "Sesam Offne Dich!" also switch SARA/SuperGames to own dumping mehtod 2024-11-10 14:55:14 +01:00
nsx0r
464a573074
Update LEAP.ino - even simpler solution
Update LEAP.ino - even simpler solution
2024-11-09 07:38:32 +00:00
nsx0r
f1c023e6bb
LEAP.ino : fixed dumping and typos
LEAP.ino : fixed dumping and typos
2024-11-09 07:09:15 +00:00
sanni
8d98a11e4a
Merge pull request #1040 from eltociear/patch-1
docs: update README.md
2024-11-07 18:10:54 +01:00
sakman55
d6dd621aa9
Update MSX.ino
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-05 07:49:24 -10:00
Ikko Eltociear Ashimine
8964df2204
docs: update README.md
Github -> GitHub
2024-11-05 17:00:50 +09:00
sakman55
5aa66780c0
Update LJPRO.ino
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-11-01 21:38:52 -10:00
smesgr9000
25a2243610 add 2600 games "Fire Birds" & "Mountain Man" 2024-10-11 20:19:25 +02:00
smesgr9000
cd173a7dac add 2600 games "Ente und der Wolf, Der", "Feuerwehr im Einsatz" & "Moderne Ritter, Der" 2024-10-03 08:13:58 +02:00
PsyK0p4T
102c691827
Update snes.txt
Fix for "FIFA 97 (Europe)"
2024-09-20 22:58:41 +02:00
sanni
fb87a0aa44 Add 39SF020 and 39SF010 to flashrom programmer 2024-09-20 16:38:00 +02:00
sanni
4f427c0ce4 GB: Fix flashing MBC0 2024-09-16 10:36:54 +02:00
sanni
7ad07067c9
Merge pull request #1027 from partlyhuman/lynx-fix-electrocop
Fix for overdumping Electrocop/Lynx
2024-09-16 09:07:28 +02:00
Roger Braunstein
dcf4aa85a3 Fix for overdumping Electrocop/Lynx 2024-09-15 16:17:01 -07:00
sanni
a19a10b16b Update GB.ino 2024-09-15 20:31:54 +02:00
sanni
6222b1fe3f GB: Only trigger audio and not WR on flash cart with audio as WE, add 39SF cart without MBC 2024-09-15 19:52:04 +02:00
Ancyker
a226a3cb97
Fix #1026 (StarTropics/NES mapper 4.1) 2024-09-14 15:11:09 -04:00
PsyK0p4T
3143148987
Update lynx.txt
Fix title names
2024-09-14 00:37:46 +02:00
sanni
b390a52adb Change busycheck in GB.ino 2024-09-13 18:31:01 +02:00
sanni
63b3c7ee24 Update GB.ino 2024-09-13 17:13:53 +02:00
sanni
d82ee0432f Add support for 39F040 to flash programmer 2024-09-13 15:26:28 +02:00
sanni
405b73577a Fix compiler error 2024-09-13 09:32:13 +02:00
sanni
e108d8d63d
Merge pull request #1024 from herzmx/cps3
Release CPS3 OSCR Adapter
2024-09-13 09:18:41 +02:00