sanni
39f7a4a3c7
Break out of GBA database loop once ID is found
...
thx to stewartspicer
2022-07-07 23:55:33 +02:00
sanni
0a4a4d0039
Add no-intro database to NES
...
This is just a beta release, stuff might be broken.
2022-07-07 00:15:13 +02:00
sanni
d8d9716aa3
Add files via uplpad
2022-06-23 10:47:30 +02:00
sanni
44d853e1bb
Add CRC32 and filenames to SNES database
2022-06-21 13:29:19 +02:00
sanni
311822f3c7
Add progress bar to GBA
2022-06-20 23:22:16 +02:00
sanni
fe5264b8ba
Add CRC32 and filenames to GBA database
2022-06-20 22:36:53 +02:00
sanni
fac6f8eab2
Copy latest log to dump dir
2022-06-16 15:15:43 +02:00
sanni
5a3b311feb
Fix Led and missing word wrap
2021-10-26 17:13:42 +02:00
sanni
9eca87d975
V5.5: Reduce memory usage in Filebrowser
2020-10-28 18:44:13 +01:00
jiyunomegami
29093b1bf3
add #ifdef enable_XXX check to each module
2020-07-05 00:07:14 +09: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
Phil Eichinger
8e7ae83576
Add support for Intel PC28F256M29
...
Tested with 2 repro carts
2019-10-24 21:58:32 +02:00
sanni
34d6871f7d
Set eeprom location for folder number to 0 again
2019-09-27 17:38:42 +02:00
Robert Neumann
07561bdaf0
n64_speedup: roughly double n64 dumping performance by using the 1024 byte file buffer and combining the checksum and dumping code; also some cleanup
2019-08-28 23:48:44 +02:00
Robert Neumann
f7b61cc656
strings_to_flash: conserve ~ 800 byte SRAM by putting menu strings in progmem. Free bytes now: ~ 4000
2019-08-28 12:02:17 +02:00
Robert Neumann
c5c26110fb
arduino_reset: replace the assembler jmp 0 reset method with resetArduino() that uses the watchdog timer to reset the device. This is the preferred method, as it initializes the device more correctly.
2019-08-27 21:43:48 +02:00
sanni
94a0d9ed1d
V2.8: Fix GBA Sram issue
...
Thanks to Cyber_Akuma
2019-02-18 13:36:00 +01:00
sanni
4631475619
Add files via upload
2018-10-14 10:09:25 +02:00
sanni
40d2361855
V1.0: Change versioning to the more common #.# format
2018-05-05 20:58:49 +02: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
4bb76e01e2
V28I: Added an alternative ID for the Fujitsu MSP GBA Repros
...
Fujitsu MSP55LV128 and Fujitsu MSP55LV128N are the same flashrom but they have different ID's ...
2017-10-07 12:19:34 +02:00
sanni
4d5cff1393
V28E: Added some untested flashrom types for GBA and N64
...
I don't have them myself so I can't test but maybe others can.
Flashrom Programmer: Macronix MX29LV320 and MX29LV640 (connected as 16bit flashrom in 8bit mode)
GBA: Intel 4400L0ZDQ0 (Only using the first 32MB)
N64: Fujitsu MSP55LV100S and Macronix MX29LV640 (Fujitsu might have a different sector size)
2017-09-18 23:39:54 +02:00
sanni
684cb15fc9
V28D: Simplify GBA Logo Check
...
byte overflow in last commit
2017-09-15 18:13:46 +02:00
sanni
2a0ca1b236
V28D: Simplify GBA Logo Check
2017-09-15 17:51:41 +02:00
sanni
2846203b35
V28C: Add support for Fujitsu MSP55LV128 GBA repros
...
Almost the same as Macronix MX29GL128E but sector size and write buffer are half the size.
Data pins 0 and 1 are also swapped and it still needs 5V to erase correctly.
2017-09-14 23:09:14 +02:00
sanni
39d7e52509
V28B: Add reset to readmode before blankcheck for GBA repro with Intel flashrom
2017-09-08 14:46:24 +02:00
sanni
1562ed1ff8
V28A: Rewrite GBA repros with 16MB MX29GL128E flashrom (the ones with switched data pins)
...
The whole GBA code is currently a little bit buggy, so for dumping roms you propbably should stay on the last somewhat stable release V27D.
Reflashing only seems to work with 5V. Probably out of the same reason why some real carts don't work with V28 ... bad read/write timings.
I also might have broken support for the Intel flashrom I added in the last commit...
2017-09-08 01:09:42 +02:00
sanni
63b239d27e
V28: Rewrite GBA repros with 32MB Intel 4000L0YBQ0 flashrom
...
There is still a bug left when it comes to resetting the flashrom to read mode since I can't find the datasheet to look up the partition sizes. So it might be that the verifying process fails even though the flashing was successful. In this case remove the GBA repro for a few seconds then just dump the rom and compare if the write really failed.
2017-08-16 16:08:00 +02:00
sanni
41d238e1b6
V24D: More names that were one char too long
2017-05-15 10:24:28 +02:00
sanni
dddf21fc3e
V24: Changed folder structure on SD card
...
All modules now write their roms/saves to a separate subfolder.
2017-05-08 20:42:47 +02:00
sanni
ed5dc3f573
V23A: Speed up flashing the S29GL256N N64 repro
...
Writing a 32MB rom should now only take 12 minutes
2017-05-03 11:54:55 +02:00
sanni
5cfdb5cb98
V22 Added GBA database
2017-02-11 16:45:16 +01:00
sanni
b6e43f5b34
V19J: Added reading/writing of GBA 64K eeprom save games (fix)
2016-10-15 21:59:07 +02:00
sanni
c95ec351ea
V19J: Added reading/writing of GBA 64K eeprom save games
2016-10-15 21:46:30 +02:00
sanni
00f5dcdc1a
V19I: Added writing of GBA 4K eeprom save games
2016-10-15 16:24:12 +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
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
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