Commit Graph

1427 Commits

Author SHA1 Message Date
sanni
e7b2ee094e
Merge pull request #727 from PsyK0p4T/master
Various fixes
2023-03-07 15:23:55 +01:00
PsyK0p4T
2efa1f0d48
Update Cart_Reader.ino
Fix "Intellivision" wording in LCD menu
2023-03-07 01:18:02 +01:00
PsyK0p4T
77327ab9a2
Update PCE.ino
- fix a loop issue brought by yesterday's commit, when banks were increased/decreased and ROM dumped right after.
- screen is now refreshing fine after bank increase/decrease or forced rom size
- display the ROM size value to be set, before forcing it
2023-03-07 01:10:24 +01:00
sanni
a8473341a0
Merge pull request #726 from PsyK0p4T/master
Update MD.ino
2023-03-06 08:43:28 +01:00
PsyK0p4T
8217f6a97c
Update PCE.ino
Improved convenience :
- Tennokoe dumps are saved into a dedicated "./PCE/RAM/" folder
- "Reset" command was moved to the very last option of PCE menu
- Fixed the double button push when increasing/decreasing the bank index
- Forced ROM size can be set via defined variable
- Removed some repeated/unneeded function calls
2023-03-06 02:44:32 +01:00
PsyK0p4T
39f5682686
Update MD.ino
- Add support for "Micro Machines 2 - Turbo Tournament (E)" and "Micro Machines - Military (E)"
- "cartridges size fix" section was re-ordered by detected values
2023-03-06 00:30:58 +01:00
sanni
7eb59aca1e Fix dumping Hangman (3K cart) 2023-02-26 12:14:15 +01:00
sanni
6edbd4baa8
Merge pull request #722 from splash5/megadrive
Add support for "Fatman (Japan)"
2023-02-26 11:52:37 +01:00
splash5
9d0ac8c27d Fix wrong first/last bank crc32 2023-02-26 15:58:56 +08:00
splash5
aff7f09690 Add support for "Fatman (Japan)" 2023-02-26 15:40:53 +08:00
sanni
1bd8555f31
Merge pull request #721 from nsx0r/patch-52
typo fix
2023-02-26 00:02:56 +01:00
nsx0r
36633971fc
typo fix 2023-02-25 22:33:24 +01:00
sanni
b5e6ac00a5 Up version to V12.4 2023-02-23 12:04:33 +01:00
sanni
626b10ea50
Update README.md 2023-02-23 09:35:53 +01:00
sanni
b19781bf64
Merge pull request #715 from splash5/superacan
Add support for dumping Super A'can game and save
2023-02-23 09:35:03 +01:00
splash5
7356b5db19 Rebase code to 12.3
Reformat code
2023-02-23 13:48:11 +08:00
splash5
79f2a2b16a Add support for Super A'can flash cart 2023-02-23 12:19:00 +08:00
splash5
b57470510d Add support for SUPER A'CAN 2023-02-23 12:19:00 +08:00
sanni
782db58ab1 Add fallback if ROM size in MD header is 0 2023-02-19 21:45:52 +01:00
sanni
b623b46e4c Fix some MD ROM sizes according to no-intro database 2023-02-19 19:47:49 +01:00
sanni
58e8cc1a3b Fix error when dumping GBA ROM for a second time 2023-02-16 11:32:55 +01:00
sanni
029538463a
Merge pull request #709 from PsyK0p4T/master
Update NGP.ino
2023-02-13 16:12:19 +01:00
PsyK0p4T
4a5b19794c
Update NGP.ino
Fix path error for "Cotton (Japan)" and "Cotton (Europe)".
Thx ickaze.
2023-02-13 13:58:39 +01:00
sanni
e98d21f9c1 Fix adding multiple newlines to log when scrolling through NES database 2023-02-13 11:54:19 +01:00
sanni
9bfa9c3418
Fix some duplicate first bank/last bank CRCs 2023-02-13 11:32:46 +01:00
sanni
40b5b68135 Remove GB adapter 2023-02-11 14:18:43 +01:00
sanni
86d0abbb0b V12.3 Enable fastcrc for HW3 by default 2023-02-10 17:11:36 +01:00
sanni
6959c055e6 Improve stability when dumping N64 with fastcrc option 2023-02-10 13:16:32 +01:00
sanni
e9d9617ad8 V12.2 2023-02-10 10:15:35 +01:00
sanni
2f71d0572e Fix SRAM overflow in N64/MD, turn LED red if CRC not found 2023-02-10 09:40:58 +01:00
sanni
03935a3af0
Update README.md 2023-02-07 23:14:43 +01:00
sanni
016ed2ded5
Merge pull request #704 from nsx0r/patch-51
fixed mapper 36
2023-02-06 21:31:50 +01:00
nsx0r
7f8f49cb9c
fixed mapper 36
fixed mapper 36
2023-02-06 21:28:51 +01:00
sanni
16eb662c3b 6K Fairchild confirmed working (thx to skaman) 2023-02-06 09:13:41 +01:00
sanni
4c52f35011
Merge pull request #703 from PsyK0p4T/master
Add some flashcarts dumping support
2023-02-06 08:52:18 +01:00
PsyK0p4T
7334883315
Add some flashcarts dumping support
Add support for :
- "16M / 32M Pocket Flash Card" : old flashcarts, respectively in black, and transparent purple cases. Since their flash chips are returning 0x204C value (4Mbits), you will need to manually select the wanted ROM size before dumping them.
- "NeoGeo USB Flash Masta 2 in 1" : contains 2x 16Mbits Fujitsu chips, now detected fine.
2023-02-06 01:08:26 +01:00
sanni
1cd60f13a1
Update README.md 2023-02-05 12:06:41 +01:00
sanni
a519955609
Merge pull request #702 from PsyK0p4T/master
Update MD.ino
2023-02-05 11:43:07 +01:00
PsyK0p4T
c68234b9ee
Update MD.ino
- Modified Beggar Prince rev.1 detection method
- Added Legend of Wukong support
2023-02-05 02:27:19 +01:00
sanni
5cefd8362c
Update FLASH.ino 2023-02-04 15:51:12 +01:00
sanni
a59fdb2d92
Update README.md 2023-02-03 15:17:45 +01:00
sanni
2015e5a6bf
Merge pull request #698 from PsyK0p4T/master
Update pce.txt
2023-02-02 20:00:55 +01:00
PsyK0p4T
aa6824eefd
Update pce.txt 2023-02-02 18:52:27 +01:00
sanni
8bdef4f85b
Merge pull request #694 from PsyK0p4T/master
Add support for Beggar Prince rev.1
2023-01-31 09:45:16 +01:00
PsyK0p4T
a2c94b7215
Add support for Beggar Prince rev.1
Fixes cart size, rom header provides wrong values
2023-01-31 00:57:19 +01:00
sanni
b453bf85a8
Fix wrong first/last bank CRC32 for Zelda 1 2023-01-28 16:27:33 +01:00
sanni
35b4315693
Update README.md 2023-01-25 15:57:34 +01:00
sanni
dcb92a51cb Update 3dmodel.stl 2023-01-25 15:05:19 +01:00
sanni
032000d369 Disable addons by default 2023-01-17 08:29:05 +01:00
sanni
c8bfc64009 Change 2022 to 2023 in about screen 2023-01-16 12:35:48 +01:00