Commit Graph

1908 Commits

Author SHA1 Message Date
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
PsyK0p4T
3d3412c708
Merge pull request #1025 from PsyK0p4T/master
Update MD.ino
2024-09-12 23:30:16 +02:00
PsyK0p4T
f6134e331d
Update md.txt 2024-09-12 23:24:28 +02:00
PsyK0p4T
1d2a016d3c
Update MD.ino
- 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-12 23:19:45 +02:00
herzmx
c301d610ba Merge branch 'master' of github.com:sanni/cartreader into cps3 2024-09-12 15:09:57 -06:00
herzmx
62c4f5e5a0 Release CPS3 OSCR Adapter commit 2024-09-12 14:31:19 -06:00
nsx0r
d5252f2211
Update NES.ino - mapper 552 typo fix
mapper 552 typo fix
2024-09-11 19:22:11 +00:00
sanni
1e24b47329 Add writing MD FlashKit with S29GL064N 2024-09-11 17:15:06 +02:00
sanni
bff854c4e2
Remove duplicates of #define ENABLE_CLOCKGEN from config.h 2024-09-11 12:37:58 +02:00
sanni
9dce89ab05 Update Cart_Reader.ino 2024-08-29 11:18:20 +02:00
nsx0r
e04188d27c
Update NES.ino - added mapper 552
added mapper 552
2024-08-28 20:16:25 +00:00
nsx0r
6cbc8a59cf
Update NES.ino - fix mapper 80+82
fix mapper 80+82
2024-08-28 20:03:00 +00:00
nsx0r
5cbbfa6b68
Update NES.ino
fix mapper 80
2024-08-28 19:57:30 +00:00
Ancyker
125e9b4731
Fix/cleanup the VSELECT Module project files
* Fixed the field name for the LCSC part number so the BOM exports with the part numbers.
* Removed the test points from the schematic as they are no longer needed.
* Added notes for setting the ILIM resistor to the schematic.
* Added an image of the PCB and PDF of the schematic.

Note: The PCB itself didn't change, so it is still Rev 3.
2024-08-28 07:00:55 -04:00
Ancyker
75f14b35bd
VSELECT Module Rev 3
Refreshed things a bit to improve clarity, make installation easier, and to reduce costs when manufacturing in bulk. There is no reason to upgrade already installed modules to this revision.

* Changed the module to be installed on the back of the PCB again as it is much easier to install that way.
* Added pad for the STAT pin. There's no real use for this at the moment.
* Changed the layout slightly to allow room for all of the capacitors' legends. This should make things more clear when assembling a module by hand.
* Changed the legends for the jumper pads to use the net name instead of the designator. This should make things easier during installation.
* Added legends to specify 3.3V/5V for the pads that connect to the power switch footprint. Hopefully, this helps keep people from installing the module incorrectly.
* Updated the TPS2113 footprint to the new one that allows using either the TSSOP or SON package. This should give more flexibility regarding part availability.
* Changed part numbers to more readily available parts. This should reduce the cost of machine assembly.
2024-08-26 11:29:01 -04:00
sanni
612d020aa1
Merge pull request #1020 from msinger/fix-gbm-comments
GBM: Fix some comments and unused function
2024-08-23 15:26:42 +02:00
Michael Singer
66e153d319 GBM: Fix some comments and unused function 2024-08-23 14:40:22 +02:00
sanni
0d602720c2 Remove more co-dependencies 2024-08-16 19:54:57 +02:00
sanni
ac6e606f0d Fix compile errors for co-dependent modules 2024-08-16 19:04:37 +02:00
sanni
06243694d4 Fix compiler warnings/errors 2024-08-16 16:53:55 +02:00
sanni
edc2b2fa15 Fix flashing N64 repro and add progress bar 2024-08-16 14:59:56 +02:00
sanni
34e2ef2bae #define ENABLE_FLASH now enables/disables all repro flash code
This cuts down memory usage from 90%/66% to 68%/63%. Useful for people that don't flash repros and would like to enable more systems instead.
2024-08-16 11:43:08 +02:00
sanni
9400330fca Disable N64 controller test by default 2024-08-16 08:39:05 +02:00
sanni
a2b8d0446d Fix typo 2024-08-15 17:37:30 +02:00
sanni
d4dafab307 Remove "Rotate to Change Press to Select" spam from log file 2024-08-15 17:35:49 +02:00
PsyK0p4T
eb083b86f3
Update ARC.ino
Fix issue #1013
2024-08-15 09:19:00 +02:00
PsyK0p4T
b66b3e2fe1
Update SMS.ino
Fix wrong file creation location when reading multiple ROMs in a row
2024-08-15 00:09:40 +02:00
sanni
f9537bede5
Merge pull request #1014 from wfmarques/feat/A29040B-nrom-writer
Support NES Flash repro A29040B and menu replacement.
2024-08-13 15:59:10 +02:00
Wesley Marques
0cfb7f46ed Support Flash repro A29040B 2024-08-13 10:15:33 -03:00
sanni
2e5aa97bef Slow down 369 dumping 2024-08-11 20:22:21 +02:00
sanni
afade35b6c Change N64 timings
Seems to more reliable read SRAM with some delays removed.
2024-08-11 15:31:24 +02:00
PsyK0p4T
19514f619e
Update n64.txt 2024-08-11 14:41:12 +02:00
PsyK0p4T
03e379655d
Update README.md 2024-08-11 14:36:53 +02:00
sanni
4a31b3e3db
Merge pull request #1012 from andy-miles/ewj-j
SNES Database Fix for Earthworm Jim (Japan).sfc
2024-08-11 10:17:47 +02:00
Andy Miles
57d0cc26f5
SNES Database Fix for Earthworm Jim (Japan).sfc 2024-08-11 00:23:02 -07:00
smesgr9000
e1d6c421fb add Boom Bang to 2600 2024-08-09 18:58:15 +02:00
sanni
cf820cfbbd Update FLASH.ino 2024-08-09 15:35:30 +02:00
sanni
c96c27c521 Update FLASH.ino 2024-08-09 13:44:20 +02:00
sanni
3c04277d98 Update FLASH.ino 2024-08-09 12:37:55 +02:00
sanni
70e450afd7 Update FLASH.ino 2024-08-09 12:12:17 +02:00
sanni
2d51bacdde Update FLASH.ino 2024-08-09 12:09:24 +02:00
sanni
952d942a64 Update FLASH.ino 2024-08-09 11:54:00 +02:00
sanni
e19633536c Update FLASH.ino 2024-08-09 11:12:17 +02:00