Commit Graph

621 Commits

Author SHA1 Message Date
sanni
004c0c426b Update README.md 2020-05-11 14:02:15 +02:00
sanni
e06fccb05c Update README.md 2020-05-11 13:53:50 +02:00
sanni
cf55b68650 Update README.md 2020-05-11 13:30:36 +02:00
sanni
9e7a2f59f0 Update README.md 2020-05-11 13:16:29 +02:00
sanni
be7388ae10 Update README.md 2020-05-11 12:56:54 +02:00
sanni
1c3c7e8c53 Delete sd_adapter_schematics.png 2020-05-11 12:56:38 +02:00
sanni
d5bb6adc33 Delete sd_adapter.zip 2020-05-11 12:56:27 +02:00
sanni
1a1ebaecdc Delete sd_spacer.stl 2020-05-11 12:56:03 +02:00
sanni
20d411620b Update README.md 2020-05-11 12:55:52 +02:00
sanni
7161504c3e Update README.md 2020-05-11 12:54:33 +02:00
sanni
381a75f040 Delete backplate_tabs.stl 2020-05-11 12:38:04 +02:00
sanni
13acff1c21 Update README.md 2020-05-11 12:33:58 +02:00
sanni
650932e466 Update combined.stl 2020-05-11 12:23:20 +02:00
sanni
f6e392201d Fix microsd_spacer.stl to work with Cura 2020-05-10 17:36:28 +02:00
sanni
ee370e76f8 Update n64sleeve.stl to work with Cura's spiral mode 2020-05-10 14:36:32 +02:00
sanni
cfb9e39cbf V4.9: Improve WS Initialization
Thanks to skaman.
The code does a deeper sanity check of the header data when initializing the cart.  It avoids having to constantly press buttons to reinit the cart.  Carts can still not initialize the MBC properly but that's normal for the WonderSwan.  Clean the pins on the cart and check that the cart and adapter are seated properly.  If the cart doesn't unlock immediately, then let the sketch run for a bit.  For stubborn carts, a power cycle might be necessary.
The sketch fixes a few typos, removes some trailing spaces, and adds another ROM size (used by Benesse Pocket Challenge V2 carts).
2020-04-20 10:35:48 +02:00
sanni
7b263115a5 V4.8: Add Reset Option to sub menues 2020-04-12 11:11:10 +02:00
sanni
aa4621a54d V4.7: Increase SA1 compatibility
Somehow a lower clock seems to work better, maybe the clock generator draws less power this way?!
2020-03-19 18:21:41 +01:00
sanni
83aacd4c66 Update SNES.ino 2020-03-17 16:38:44 +01:00
sanni
5cec7afd1f V4.6: Increase SA1 compatibility 2020-03-17 14:09:47 +01:00
sanni
f9ca4f9108 V4.5 Fix VRC4e carts (Mapper 23)
The code change only affects readCHR().  It shortens the check to a single byte but that is enough to identify the four VRC4e carts.  The original list of VRC4e carts that I referenced only showed Boku Dracula-kun and Tiny Toon Adventures.  I found out that all four of the Mapper 23 VRC4 carts use the VRC4e submapper.  Mapper 23 includes VRC4f but there are no known examples (BTW, VRC4f = VRC2b).
2020-03-03 11:16:27 +01:00
sanni
a8df8d215b Change solder mask expansion to 2mil 2020-02-15 11:47:41 +01:00
sanni
6e72861bc5 Add MD/Genesis adapter for older 2 slot Cart Readers
PCB thickness needs to be 1.2mm
2019-12-23 18:31:29 +01:00
sanni
4a1b441ae5 V4.4: Add ST M29W128GH GBA repro
Thanks to xybots for testing
2019-12-21 21:24:39 +01:00
sanni
e4cab438ca Update GBA.ino 2019-12-20 16:02:57 +01:00
sanni
dd6b805d5b Update README.md 2019-12-19 18:14:38 +01:00
sanni
0c54882042 V4.3: Add BS-X sram read/write thx to skaman 2019-12-17 19:53:21 +01:00
sanni
598f9abef7 Add Pocket SNES Assembly Instructions 2019-12-15 21:06:57 +01:00
sanni
41f6a9ea96 Update todo.txt 2019-12-04 15:23:30 +01:00
sanni
5d6b54a56b Upload PCB design files 2019-12-04 09:54:16 +01:00
sanni
cdeb15ac65
Update README.md 2019-12-04 09:38:49 +01:00
sanni
66628e76ad
Create todo.txt 2019-12-03 14:53:59 +01:00
sanni
8472375740
Update README.md 2019-12-02 10:46:16 +01:00
sanni
efe0b2b7cf
Update README.md 2019-12-02 10:46:01 +01:00
sanni
dd7b9fa689 Add Sketchup model 2019-12-01 02:03:59 +01:00
sanni
c6506c8f38 Add Eagle Source Files 2019-12-01 01:34:41 +01:00
sanni
144fa43610
Update README.md 2019-11-27 20:30:43 +01:00
sanni
b24f4c0b01 Upload Files
More info:
Also added Pocket SNES PCB by Niltonn
https://forum.arduino.cc/index.php?topic=158974.msg4381465#msg4381465
2019-11-27 10:02:50 +01:00
sanni
b856459fee Update NES.ino (thx to skaman)
Changes:
Adds Mapper 30 (NESmaker) support with read/write Flash support.
Adds PRG-RAM read/write support for Mappers 4 (MMC6), 19, 80, 82.
Adds SRAM support for Family Basic (Mapper 0) carts.
2019-11-25 11:53:45 +01:00
sanni
1f2b9dcc4a
Forgot to advance version number after fixing var index to type int a couple of weeks ago 2019-11-12 09:49:24 +01:00
sanni
874f4a659c Move files 2019-10-31 19:38:53 +01:00
sanni
683af24804
Update README.md 2019-10-31 10:17:29 +01:00
sanni
087585f8f6 Add cycle cart for MD multi game carts
Thanks to BASSIX
2019-10-31 08:43:10 +01:00
sanni
25941cdc52 Add Mark III adapter Eagle files(untested)
I did not have the chance to test this design yet.
2019-10-29 19:59:30 +01:00
sanni
2a2b144a06 Add Eagle design files for adapter PCBs 2019-10-29 19:50:32 +01:00
sanni
201e77f040
Update README.md 2019-10-29 14:00:06 +01:00
sanni
20fc59f89b
Merge pull request #49 from splash5/master
Add WonderSwan adapter PCB and schematics
2019-10-29 13:58:03 +01:00
splash5
03ab619962
Update README.md 2019-10-29 20:54:54 +08:00
splash5
cbfce3a084
Update README.md 2019-10-29 20:43:27 +08:00
splash5
d615f433f3 Add WonderSwan adapter PCB and schematics 2019-10-29 20:30:37 +08:00