majorpbx
63f54ffeb2
RTC.cpp
...
To complete RTC support for DS3231 only at this time.
2021-10-02 01:18:21 -04:00
sanni
cc1668a2e3
Update list of contributors
2021-10-01 12:07:33 +02:00
majorpbx
2492f7f3ae
Update options.h
...
Added definition for RTC_installed and left it default disabled. Enabling will not hurt anything but without an RTC it will be pointless.
2021-09-26 16:14:03 -04:00
scrap-a
f6a3eb65a8
fix typo and comment
2021-09-22 01:18:52 +09:00
scrap-a
96743c7a48
Add support for Sonic & Knuckles Lock-on games
2021-09-20 21:45:59 +09:00
sanni
b63fb0584b
Update Cart_Reader.ino
2021-09-03 10:21:02 +02:00
PsyK0p4T
f4fc7fa6ce
Update NGP.ino
...
New feature added, save flash chip report file to SD containing:
- software basic info (game, version...)
- chip IDs (maker, device code)
- memory sectors protection status (game and save data)
2021-08-26 00:52:28 +02:00
PsyK0p4T
edc238599f
Update NGP.ino
...
Small improvments
2021-08-19 21:09:19 +02:00
PsyK0p4T
a6f3e8c90b
Update NGP.ino
2021-08-19 17:38:16 +02:00
PsyK0p4T
8fb0a2b11a
Update NGP.ino
...
- Manual rom size selection added before dumping when flash chip is unknown
- Code display rearranged
2021-08-18 01:00:07 +02:00
PsyK0p4T
3d642ba8a2
Update NGP.ino
...
- Comments and wordings added
- 32Mbits games support added
- Display chip ID in case of unknown values are found
2021-08-17 01:23:33 +02:00
sanni
2ff59bffb9
Update N64.ino
2021-08-04 13:15:38 +02:00
sanni
2a3963cb64
Update options.h
2021-08-03 21:12:36 +02:00
sanni
6dee8d67cb
Update Cart_Reader.ino
2021-08-03 17:29:39 +02:00
sanni
d825da3b10
Update Cart_Reader.ino
2021-08-03 17:27:35 +02:00
sanni
84252079fe
Update Cart_Reader.ino
2021-08-03 17:21:02 +02:00
sanni
9f675be766
Update Cart_Reader.ino
2021-08-03 13:04:40 +02:00
sanni
8132fcab78
Create n64log.txt in /N64/ROMS/
2021-08-03 10:16:12 +02:00
sanni
92b7b7bdef
V6.6 Add slow CRC32 calculation option for N64
...
In option.h add // in front of #define fastcrc and remove // in front of #define slowcrc to change CRC32 calculation to slow.
// Define CRC method for dumping N64 ROMs
//#define fastcrc //crc will be calculated during dumping from memory
#define slowcrc // crc will be calculated after dumping from SD card
2021-08-02 18:18:34 +02:00
sanni
07ec1f121a
Change N64 CRC Error message
2021-08-01 23:33:59 +02:00
Dakkaron
081a484629
Merge branch 'sanni:master' into master
2021-07-22 15:47:58 +02:00
Dakkaron
3e18f4f28c
Removes write errors
2021-07-22 15:16:38 +02:00
Dakkaron
80ff348b03
Typo
2021-07-22 14:42:01 +02:00
sanni
f8cf2b69a8
Update GB.ino
2021-07-22 10:18:25 +02:00
sanni
b5fd53a39d
V6.5 Add GB Flash Submenu
2021-07-22 10:13:13 +02:00
sanni
5cd66122be
Merge pull request #183 from Dakkaron/master
...
GB/GBC: Unified flashing for MBC3/MBC5 and added option to automatically flash ROM and SAVE
2021-07-22 10:02:33 +02:00
Dakkaron
78d6e9dde3
Adds romBanks <= flashBanks check
2021-07-21 23:02:45 +02:00
Dakkaron
12b3c7ebe0
Fixes flashing MBC3; flash device id detection replaced by feature detection, adding compatibility for many repro flash carts.
2021-07-21 22:46:34 +02:00
sanni
727b49f4e6
Update N64.ino
2021-07-21 16:22:57 +02:00
PsyK0p4T
dc2ea92496
Update NGP.ino
...
small fixes
2021-07-11 10:55:23 +02:00
Dakkaron
cf489d1b40
Merge branch 'sanni:master' into master
2021-07-10 00:31:49 +02:00
PsyK0p4T
18128f1063
Update NGP.ino
...
4M, 8M, 16M chips support added
RomVersion detection fixed
SystemType detection (NGP Monochrome or NGP Color) added
2021-07-09 00:24:21 +02:00
Dakkaron
16af53b613
Possible fix for flashing MBC5. Shouldn't affect MBC3.
2021-07-07 13:48:16 +02:00
Dakkaron
233b89fc91
Now reports when no save has been found on "Flash ROM and save"
...
(cherry picked from commit 9cf556d981b218c1bd7f56b30cc6afada593a0cf)
2021-07-02 14:19:23 +02:00
Dakkaron
f554adccce
Combines "Flash MBC3" and "Flash MBC5"; adds "Flash cart and write latest save"
2021-07-02 12:27:15 +02:00
Dakkaron
34e7f90d70
Extracts user interaction from writeSRAM_GB() and writeFlash_GB() to allow for more flexibility
2021-07-02 08:11:44 +02:00
sanni
9fb439a27f
Update version number
2021-06-09 11:30:55 +02:00
sanni
527f3562ed
V6.4: Add ExLoRom and ExHiRom flash options
...
- LoRom (P0) will write up to 8MB starting from file 0x0 to flashrom 0x0.
- HiRom (P0) will write up to 4MB starting from file 0x0 to flashrom 0x0.
- ExLoRom (P1) will write the first 4MB starting from file 0x0 to flashrom 0x400000. And then a second block up to 4MB from file 0x400000 to flashrom 0x0.
- ExHiRom (P1) will write the first 4MB starting from file 0x0 to flashrom 0x400000. And then a second block up to 4MB from file 0x400000 to flashrom 0x0.
2021-06-09 11:28:39 +02:00
sanni
78b5f7cb10
Update Cart_Reader.ino
2021-06-02 12:30:59 +02:00
sanni
96ed5efbf4
Add chip erase for unknown N64 repro
2021-05-27 17:50:19 +02:00
sanni
6f849921bb
V6.3: Add sector size menu for N64 repro
2021-05-27 15:21:24 +02:00
sanni
f96f854b4e
Add 64 byte write buffer for N64 repro
2021-05-26 17:07:26 +02:00
sanni
0c99780c5d
V6.2: Add option to manually config N64 repro
2021-05-26 16:29:57 +02:00
sanni
c343094966
Add option to force A23 to high while flashing HiROM repros
...
A23-> low enables P0 and A23->high enables P1 flashrom.
2021-05-12 17:42:49 +02:00
Kreeblah
2c6c1c7f07
Updated snes_clk for exFAT changes
2021-04-28 00:44:11 -07:00
sanni
e78d6e99e0
V6.1: Add support for exFAT SD cards (>32GB)
2021-04-26 18:20:30 +02:00
sanni
d7cc26c560
V6.0: Update SdFat to Version 2
2021-04-26 10:14:37 +02:00
sanni
72fa1ea8b4
V5.7: Add Clockgen option to N64 Eeprom
...
Uncomment #define clockgen_installed in options.h and switch CLK1 switch to ON position. With Adafruit clockgen the eeprom now runs at the correct 2Mhz.
2021-04-15 16:26:29 +02:00
sdhizumi
540542ab23
SMS: add a strange checksum from The Pro Yakyuu '91 (Game Gear).
2021-04-11 00:21:08 +09:00
sanni
202057879e
Fix Ramtron GB Save read/write
...
- [Ramtron datasheet](https://github.com/sanni/cartreader/files/6263159/001-86207_FM18W08_256-Kbit_32_K_8_Wide_Voltage_Byt-476756.zip )
- [Write/Read capture](https://github.com/sanni/cartreader/files/6263148/write_read_gameboy_sram.zip ) of the changed GB.ino from [Logic Analyzer](https://downloads.saleae.com/logic2/Logic+Setup+2.3.24-master.exe )
2021-04-06 14:20:32 +02:00