Commit Graph

569 Commits

Author SHA1 Message Date
sanni
32734db2cb
Add files via upload 2018-06-21 12:25:44 +02:00
sanni
2ae765276d
Add files via upload 2018-06-21 12:13:09 +02:00
sanni
904e23cecd
V1.2: CX4 support by skaman
Thanks alot :)
2018-06-21 11:38:42 +02:00
sanni
38d872a7b6
Add files via upload 2018-06-21 10:58:39 +02:00
sanni
eaa33ef7f9
Add Cart Reader gerber files 2018-06-21 10:53:18 +02:00
sanni
5cb7f895bd
Update README.md 2018-06-21 10:51:29 +02:00
sanni
2d60574984
Update README.md 2018-06-13 14:23:58 +02:00
sanni
f7bd4878eb
V1.1: Add support for Intel 512M29EW (64MB) N64 repro
Haven't tested it myself but should work thx to BASSIX
2018-06-11 09:42:35 +02:00
sanni
cc10c5ae02
Update README.md 2018-06-09 18:47:12 +02:00
sanni
221d4f80d6
Update README.md 2018-05-21 19:50:19 +02:00
sanni
b70e5b1885
Update README.md 2018-05-15 21:05:00 +02:00
sanni
295d5328bf
Update SNES database with one generated by a simple script
Might contain many errors, each entry still needs to be checked manually
2018-05-07 11:03:08 +02:00
sanni
bcded2db59
Update README.md 2018-05-07 11:02:05 +02:00
sanni
40d2361855
V1.0: Change versioning to the more common #.# format 2018-05-05 20:58:49 +02:00
sanni
bec6426901
Update README.md 2018-05-05 20:56:33 +02:00
sanni
2d42606a7b
Add files via upload 2018-05-05 20:19:32 +02:00
sanni
4800e4396c
Update README.md 2018-05-05 20:19:12 +02:00
sanni
c292b03a48
Update README.md 2018-04-30 15:03:03 +02:00
sanni
2f78877680
Update README.md 2018-04-30 15:01:24 +02:00
sanni
f3db575988
Update README.md 2018-04-22 13:18:07 +02:00
sanni
d9449c83a2
Add files via upload 2018-04-22 13:04:59 +02:00
sanni
c6b5605eb6
Update README.md 2018-04-22 13:04:47 +02:00
sanni
53da3ef586
Add files via upload 2018-04-22 12:57:22 +02:00
sanni
44139a1366
Update README.md 2018-04-22 12:57:10 +02:00
sanni
f8f78cc5a1
V33C: Fixed writing first 20 bytes of 27C322 eprom
Apparently the step-up converter needs a little delay before it can provide the 12V VPP.
The verify function still does not work though, I have no clue why.
2018-04-21 19:39:56 +02:00
sanni
f9c89d4666
V33B: Updated 27C322 timings
The first 10 words still do not get written though, not sure if I need something like a setup delay or if my eprom is broken.   
Too enable the eprom menu for testing 27C322 flashing change the following lines in Flash.ino:     
  // create menu with title and 3 options to choose from     
  unsigned char flashSlot;      
  // Copy menuOptions out of progmem      
  convertPgm(menuOptionsFlash, 3);      
  flashSlot = question_box("Select flashrom slot", menuOptions, 3, 0);
2018-04-21 17:14:11 +02:00
sanni
72a1a6d7c8
V33A: Accidentally left 27C322 eprom menu enabled
Eprom programming is still highly experimental and does not work 100% yet.
2018-04-21 14:23:13 +02:00
sanni
1735175679
Update README.md 2018-04-21 13:43:02 +02:00
sanni
296aa40f8b
Update README.md 2018-04-18 17:01:49 +02:00
sanni
4fb3081a7d
Update README.md 2018-04-18 17:00:27 +02:00
sanni
b77519d104 V33: Add PCE support by tamanegi_taro
Many thanks to tamanegi_taro, great work.
2018-04-18 16:58:02 +02:00
sanni
f72f44124d
Update README.md 2018-04-14 00:57:49 +02:00
sanni
6b0e2b2fd2
Add files via upload 2018-04-13 19:42:29 +02:00
sanni
49d7f47fd8
Update README.md 2018-04-13 19:41:11 +02:00
sanni
97e45d0126
Add files via upload 2018-04-13 17:01:04 +02:00
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