Commit Graph

284 Commits

Author SHA1 Message Date
sanni
7e135a7703
Create README.md 2018-04-13 17:00:47 +02:00
sanni
b984482a92
Update README.md 2018-04-13 16:55:09 +02:00
sanni
65524189de
Add files via upload 2018-04-13 16:54:42 +02:00
sanni
36502008cf
Create README.md 2018-04-13 16:54:08 +02:00
sanni
dcfb6fcf4c
Update README.md 2018-04-13 16:21:04 +02:00
sanni
46b2c2f6ff Removing old pcb files in preparation for new version
Just making sure nobody orders the old pcb files and then is dissapointed.
2018-04-13 15:43:58 +02:00
sanni
09d122369f
V32A: Add verifying ST M27C322 Eproms (beta) 2018-04-05 16:47:19 +02:00
sanni
45f67ed300
V32: Add writing ST M27C322 Eproms (beta)
Needs custom flash adapter with 12V step-up converter modul for VPP.   
5V VCC seems to work even though datasheet specifies 6.25V VCC while programming.
2018-04-04 22:20:53 +02:00
sanni
8f4e33e20b
V31A: Fix writing Game Boy custom MBC3 Flashcart with MX29F016 flashrom
These: https://www.jrodrigo.net/wiki/how-to-diy-a-gameboy-flash-cartridge-with-a-rom-adapter-board/
2018-04-03 16:45:45 +02:00
sanni
72dea4e96b
Add files via upload 2018-04-02 20:28:51 +02:00
sanni
b37d95b3b5
V31: Add flashing in 16bit mode for 29LV160/320/640 flashroms 2018-04-02 20:23:31 +02:00
sanni
152daf7835
Update README.md 2018-03-23 12:02:42 +01:00
sanni
11a12f5926
Fix Copy&Paste error 2018-03-19 12:30:17 +01:00
sanni
3db3ed9498
Update README.md 2018-03-19 12:26:00 +01:00
sanni
2c2eb0e8bd
V30K: Add Momotaro Dentetsu Happy detection
and also the updated checksum calculation out of skaman's enhanced snes sketch
2018-03-19 12:24:13 +01:00
sanni
742e96151a
V30J: Fix SA1 sram write
Mayne thanks to Oatburner and skaman.
2018-03-12 13:58:03 +01:00
sanni
9c2fcae43d
Update README.md 2018-02-21 22:58:26 +01:00
sanni
ffd0bd969b
Update README.md 2018-02-21 20:00:49 +01:00
sanni
ff87a979e6
Update README.md 2018-02-21 19:58:12 +01:00
sanni
35e99cf853
Add files via upload 2018-02-12 17:11:36 +01:00
sanni
708c51f823
Add files via upload 2018-02-12 17:09:49 +01:00
sanni
775d8c73df
Update README.md 2018-02-12 17:09:35 +01:00
sanni
6eaad91863
Add files via upload 2018-02-12 11:26:24 +01:00
sanni
0249100553
Update README.md 2018-02-12 11:25:59 +01:00
sanni
b369318a32
V30I: Add option to enable/disable N64 CRC32 checking
In Cart_Reader.ino line 71 change "boolean n64crc = 1" to "boolean n64crc = 0" to disable the CRC32 check when dumping roms. This is useful if you rather calculate the checksums on your much faster computer. Calculating the CRC32 is enabled by default now and can take quite some time.
2018-02-02 10:52:05 +01:00
sanni
a9fd90b64c
Update README.md 2018-01-17 16:51:51 +01:00
sanni
e06e94859a
Update README.md 2018-01-17 16:50:58 +01:00
sanni
bf9122f6b1
Add TSOP40 to DIP36 adapter pcb 2018-01-17 16:48:35 +01:00
sanni
81e20b2ab1
Update README.md 2018-01-17 16:41:05 +01:00
sanni
88c5f011f5
Update flash adapter PCB 2018-01-10 22:40:32 +01:00
sanni
2375c50e95
Update flash adapter PCB 2018-01-10 22:40:01 +01:00
sanni
0ba4923699
V30H: Fix MX29L3211 flashing as 16bit in 8bit mode 2018-01-09 23:36:09 +01:00
sanni
45ec011087
Change Rockman Dash save type to flashram
thx to skaman
2017-12-28 10:10:52 +01:00
sanni
6bcc79fd88
V30G: Add N64 manual rom size and force save type menus and Spansion S29GL128N flashrom detection 2017-12-20 10:33:02 +01:00
sanni
532eb1c46f
Add files via upload 2017-11-24 23:08:01 +01:00
sanni
8c6d0960fb
V30F: Fix writing MX29LV160
Reset pin needs to be connected to Reset of SNES slot.
2017-11-24 21:36:33 +01:00
sanni
76ae5c5408
V30E: Moved disabling interrupts out of the loop when reading/writing N64 eeproms
Hopefully this was the reason it sometimes froze at that point.
2017-11-22 12:44:18 +01:00
sanni
fa63471333
Add files via upload 2017-11-21 12:29:09 +01:00
sanni
21585eeb87
Update Cart_Reader.ino 2017-11-21 12:26:39 +01:00
sanni
8613f79382
V30D: Fixed dumping error with all japanese rom names and no game code either
Example cartridge: Super Family Tennis
2017-11-21 12:25:55 +01:00
sanni
012ce3626c
Add Windows App 2017-11-19 21:16:19 +01:00
sanni
7ba3c4a333
Create README.md 2017-11-19 21:15:55 +01:00
sanni
13657e3a13
V30C: Removed Nintendo Power Menu entry
Nintendo Power SF Memory is now found under the SNES and Nintendo Power GB Memory under the Game Boy submenu.
2017-11-19 21:03:37 +01:00
sanni
0ab9f7f120
V30B: Add option to always start in a submenu
For example you can change "#define startMenu mainMenu" to "#define startMenu n64Menu" if you only need the N64 stuff.
2017-11-17 20:53:00 +01:00
sanni
8e5f90c68a
Update README.md 2017-11-13 23:16:25 +01:00
sanni
b15481ce90
Update README.md 2017-11-13 22:42:43 +01:00
sanni
add6cd474d
Update README.md 2017-11-13 22:41:30 +01:00
sanni
0d06c7bb2d
Add standalone Nintendo Power SF Memory writer sketch
Uses the Arduino Serial Monitor and does not need the Adafruit Clock Generator.
2017-11-13 22:36:15 +01:00
sanni
b0eb2d3959
Create README.md 2017-11-13 22:33:57 +01:00
sanni
425197dfa1
Delete NP.ino 2017-11-13 21:19:36 +01:00