sanni
337c29abeb
Update README.md
2016-10-15 16:23:06 +02:00
sanni
80017521f2
V19H: Added reading of GBA 4K eeprom save games
...
Eeprom chip: 9853
2016-10-14 19:35:37 +02:00
sanni
027763940a
V19G: Changed default input mode to two buttons input
...
If you have the old hardware version that has only one button please change:
#define enable_Button2
to
//#define enable_Button2
2016-10-07 13:21:36 +02:00
sanni
ee4f23b84a
Delete n64_adapter_sch.png
2016-10-07 11:19:45 +02:00
sanni
45192af00d
Delete flashadapter_sch.png
2016-10-07 11:19:40 +02:00
sanni
7664d63bf2
Delete flashadapter.jpg
2016-10-07 11:19:36 +02:00
sanni
52af9f13e7
Delete flash_adapter.TXT
2016-10-07 11:19:32 +02:00
sanni
20d05ceb3d
Delete flash_adapter.GTS
2016-10-07 11:19:27 +02:00
sanni
088fc41537
Delete flash_adapter.GTO
2016-10-07 11:19:21 +02:00
sanni
740e28ee15
Delete flash_adapter.GTL
2016-10-07 11:19:17 +02:00
sanni
f3fc72ddab
Delete flash_adapter.GML
2016-10-07 11:19:13 +02:00
sanni
fa3b5c7387
Delete flash_adapter.GBS
2016-10-07 11:19:07 +02:00
sanni
b36c745cdd
Delete flash_adapter.GBO
2016-10-07 11:19:01 +02:00
sanni
a45a9efc9c
Delete flash_adapter.GBL
2016-10-07 11:18:55 +02:00
sanni
c3d6345d78
Delete cartreader_sch.png
2016-10-07 11:18:50 +02:00
sanni
2b4ba1a236
Delete cartreader.jpg
2016-10-07 11:18:46 +02:00
sanni
17f9badaca
Delete cartreader.TXT
2016-10-07 11:18:42 +02:00
sanni
11d5db9e25
Delete cartreader.GTS
2016-10-07 11:18:37 +02:00
sanni
58e991903f
Delete cartreader.GTO
2016-10-07 11:18:31 +02:00
sanni
62d181b902
Delete cartreader.GTL
2016-10-07 11:18:27 +02:00
sanni
431929c4c0
Delete cartreader.GML
2016-10-07 11:18:22 +02:00
sanni
0e1c9e2315
Delete cartreader.GBS
2016-10-07 11:18:17 +02:00
sanni
3e49e23686
Delete cartreader.GBO
2016-10-07 11:18:09 +02:00
sanni
3767d345aa
Delete cartreader.GBL
2016-10-07 11:18:05 +02:00
sanni
38ab6fcbb6
Delete README.md
2016-10-07 11:18:00 +02:00
sanni
21f3876e73
Update README.md
2016-10-07 11:14:14 +02:00
sanni
861998b155
V19F: Fixed timing for GBA 1M flashrom save games
2016-10-06 23:04:31 +02:00
sanni
7b03f32968
V19E: Started adding support for MX29L010 1MB flashrom saves (not working yet)
2016-10-05 20:15:47 +02:00
sanni
ae8d1e1f28
V19D: Changed the way GBA roms are read
2016-09-27 00:00:22 +02:00
sanni
3825590018
V19C: Added GBA Save support for SST 39VF512 Flashrom
2016-09-21 00:04:04 +02:00
sanni
bdadbf2eb0
V19B: Added GBA FRAM save support
...
This will allow you to read/write the Fujitsu MB85R256 Ferroelectric Random Access Memory Chip
2016-09-18 15:10:59 +02:00
sanni
c97c3ac855
V19A: Minor bugfixes
2016-09-14 00:47:43 +02:00
sanni
b0e2d5b6c2
V19A: Minor bugfixes
2016-09-14 00:46:43 +02:00
sanni
a8c03520c8
V19: Add GBA rom dumping (beta)
...
Seems to work fine with the Arduino running on 5V.
Still a few read errors on 3.3V. Probably timing related.
2016-09-12 15:16:03 +02:00
sanni
8bfeec2fc4
Delete readme.MD
2016-09-12 15:14:08 +02:00
sanni
a524455087
Delete GB.ino
2016-09-12 15:13:57 +02:00
sanni
84d946a2be
Delete SNS.ino
2016-09-12 15:13:31 +02:00
sanni
a141109b28
Add files via upload
2016-09-12 15:12:50 +02:00
sanni
be0b5e8986
V18B: Fixed typo that lead to menu error
2016-09-04 15:54:39 +02:00
sanni
5d3e4a3628
V18A: Added delay to SNES write
2016-08-25 15:31:58 +02:00
sanni
ee01ff3bfa
V18: Add SA-1 SRAM write support by skaman
...
Many thanks to skaman for finding out how to write the SA-1 SRAM.
2016-08-25 12:25:04 +02:00
sanni
1603c87256
Update README.md
2016-08-25 12:19:06 +02:00
sanni
1db388f197
Added button 2 to pinout
2016-08-22 15:34:20 +02:00
sanni
873de4f026
V17H: Define button 2 as input
2016-08-22 15:33:18 +02:00
sanni
5a6a04263a
V17G: Changed name
2016-08-22 10:44:19 +02:00
sanni
e25577f255
V17F: Added "execute selection" function to second button
...
If you have a cart reader with two buttons change "#define twoButtons 0" to "#define twoButtons 1".
From now on you can execute a selection by either holding the first or just by pressing the second button.
2016-08-22 10:20:48 +02:00
sanni
1160b9bd94
Merge pull request #3 from borti4938/master
...
Select previous item (dbl klick) on first element wraps around to last item
2016-08-22 10:17:00 +02:00
borti4938
f1219e411c
Select previous item (dbl klick) on first element wraps around to last item
2016-08-19 14:47:43 +02:00
sanni
2aa75f02b5
V17E: Added +500ns delay per byte on SNES reads
...
That's an added delay of 0.5 seconds per read Megabyte.
2016-08-15 15:12:36 +02:00
sanni
a3afac7b3e
Changed savetype for Top Gear Rally (P/J) to 4K Eeprom
2016-08-01 19:23:07 +02:00