Commit Graph

1524 Commits

Author SHA1 Message Date
Roger Braunstein
f7a87fe7b5 Fills out pin spreadsheet with Loopy pins. Needs double and triple check 2023-06-28 14:25:38 -07:00
Roger Braunstein
9272c5f947 Adds loopy checksum database 2023-06-28 13:23:29 -07:00
Roger Braunstein
52da1a1c36 Merge branch 'master' into support-casio-loopy 2023-06-28 13:13:26 -07:00
Ancyker
5b70224950 Fix warning in NES.ino and cleanup data types 2023-06-27 03:43:40 -04:00
Ancyker
2cf7f5dbe7 Cleanup voltage requests
The `setVoltage()` function should be called even when `ENABLE_VSELECT` is disabled because `ENABLE_3V3FIX` also uses it. There is no resource cost to do this as when both options are disabled the compiler will optimize this function out. This just "future proofs" the code so if that function ever does more it doesn't need updated everywhere. This applies to `setup_FlashVoltage()` as well.

The changes to OSCR.cpp are just for code formatting and additional comments to clarify this.
2023-06-26 15:25:54 -04:00
Ancyker
9fb7af3f5b Fix automatic voltage selection (fixes #818)
Fix for automatic voltage selection only working when 3V3FIX was enabled.
2023-06-26 14:59:27 -04:00
sanni
560b24ccde Fix iNES header stored as text if CRC is not found in database 2023-06-26 19:34:55 +02:00
sanni
812da38741 Change default mode in N64 controller range test 2023-06-26 17:23:39 +02:00
sanni
50b6540863 Delete old/unused NES database code 2023-06-26 17:05:10 +02:00
sanni
f432ad15f5
Shorten "Smurf - Rescue in Gargamel's Castle" name to prevent crash 2023-06-26 16:26:01 +02:00
sanni
0489df7bd4 Revert NES CreateRAMFileInSD function to previous version 2023-06-26 15:46:47 +02:00
sanni
3a2db439be Update SNES.ino 2023-06-26 12:27:45 +02:00
sanni
dee54dd30e Move automatic voltage selection from menu to setup functions 2023-06-26 12:04:00 +02:00
sanni
4a5c4a5fca
Update README.md 2023-06-25 14:11:20 +02:00
sanni
ab300b795b
Add files via upload 2023-06-25 14:09:44 +02:00
sanni
abe029eefc V12.6 Add MSX and Pokemon Mini modules (thx to skaman) 2023-06-25 14:09:17 +02:00
PsyK0p4T
e86662c640
Update PCE.ino
Add compatibility for "CD-ROM² Super System Card (v3.0)(Japan)" and "Arcade Card Pro CD-ROM²" carts.
2023-06-19 15:05:32 +02:00
sanni
02bea92716
Merge pull request #814 from lesserkuma/master
GBA: Fixes ROM name length and reading 32 MB carts that use EEPROM saves
2023-06-17 15:30:13 +02:00
Lesserkuma
d1bfd53593 [GBA] Fixed reading 32 MB carts that use EEPROM saves 2023-06-17 14:24:17 +02:00
Lesserkuma
4c3e618f6e [GBA] Corrected ROM name length 2023-06-17 14:20:57 +02:00
PsyK0p4T
c0e881a43b
Merge pull request #813 from PsyK0p4T/master
Update MD.ino
2023-06-16 09:19:37 +02:00
PsyK0p4T
52962a28a7
Update MD.ino
Add support for Virtua Racing (E/U/J)
All credits go to Sanni for initial ideas, and Prominos for researches and code.
2023-06-16 09:17:21 +02:00
Roger Braunstein
90d3af5181 Loopy adapter wired 2023-06-15 23:24:48 -07:00
Roger Braunstein
dfd30c3eb7 Blocking out Casio Loopy dumper 2023-06-14 13:21:49 -07:00
sanni
4702fd6638
Merge pull request #808 from splash5/gb-mbc7-eeprom
Add support for reading/writing MBC7 EEPROM
2023-06-08 08:34:18 +02:00
splash5
ab3ebfa0a6
Merge pull request #809 from joshman196/master
Update md.txt
2023-06-08 10:41:32 +08:00
joshman196
3e34dda6e1 Update md.txt
Added some lock-on entries.
2023-06-07 18:51:10 -07:00
splash5
1ab4147e1e Add support for reading/writing MBC7 EEPROM 2023-06-08 01:23:16 +08:00
PsyK0p4T
dbc41d0a07
Update md.txt
Fix crc32 for "Eyra - The Crow Maiden"
2023-06-04 14:08:18 +02:00
sanni
975a025916
Merge pull request #797 from splash5/ws-fastchecksum
Speed up wonderswan checksum calculation by moving codes into rom dump procedure
2023-05-24 17:32:26 +02:00
splash5
7772187aab Speed up checksum calculation by moving codes into rom dump procedure.
Correct color flag for "BANC1A"

Correct rom dump size of jss2/dknight to match db crc32
2023-05-24 11:51:03 +08:00
sanni
924a2777ea
Merge pull request #788 from Chomemel/Chomemel
Add files via upload
2023-05-14 13:01:08 +02:00
Chomemel
fe91177864
Add files via upload
adding support for AM29LV160, AM29LV320 and AM29LV640
2023-05-14 08:23:54 +02:00
PsyK0p4T
b917a6241a
Update n64.txt
Add Xeno Crisis (Aftermarket)
2023-05-12 10:52:59 +02:00
nsx0r
7f40da5595
[NES] Fixed mapper 228
[NES] Fixed mapper 228
2023-05-11 21:01:12 +02:00
nsx0r
4c2a42de86
[NES] added mapper 114
[NES] added mapper 114
2023-05-11 20:41:19 +02:00
PsyK0p4T
33df3c43b5
Update N64.ino
Allows to manually select a dump size up to 128 MB (used by some repros/aftermarket boards)
2023-05-10 20:08:48 +02:00
PsyK0p4T
04ae5178d9
Update md.txt
Added support for "mikeyeldey95 (Aftermarket)"
2023-05-04 09:18:26 +02:00
PsyK0p4T
ac09058013
Update MD.ino
Added support for "mikeyeldey95 (Aftermarket)"
2023-05-04 09:15:44 +02:00
nsx0r
584d8f67ee
little cleanup and optimization in NES.ino
little cleanup and optimization in NES.ino
2023-05-01 11:57:04 +02:00
nsx0r
8c13b615d2
[NES] Added mapper 148
AddedNES  mapper 148
2023-04-30 13:42:16 +02:00
sanni
3dc1fbe3e0
Add CC0 licence for wiki 2023-04-28 15:06:05 +02:00
PsyK0p4T
43dbad6e04
Update snes.txt
Fix Jim Power - The Lost Dimension in 3D (World) (Enhanced) (Aftermarket) (Unl)
2023-04-26 23:52:59 +02:00
nsx0r
7cbfb37f76
Merge pull request #778 from PsyK0p4T/master
Update MD.ino
2023-04-25 07:24:32 +02:00
nsx0r
03801cdddb
fix 2023-04-25 07:23:07 +02:00
PsyK0p4T
12710686d5
Update MD.ino
Fixed header checksum for : 
- Jeopardy! (USA)
- Monopoly (USA)
- Winter Olympic Games (USA)

Moved code to other fixed games : 
- Fatman (Japan)

Added support for : 
- YM2612 Instrument Editor (Aftermarket)
- Decoder (Aftermarket)
- Handy Harvy (Aftermarket)
- Jim Power - The Lost Dimension in 3D (Aftermarket)
2023-04-24 23:28:43 +02:00
PsyK0p4T
16a2569626
Update md.txt
Aftermarket entries added/modified.
2023-04-24 23:20:39 +02:00
PsyK0p4T
0420b13d49
Update n64.txt
Support added for Big2Small (Aftermarket)
2023-04-24 11:15:21 +02:00
PsyK0p4T
225ea40dee
Update pcw.txt
3 new entries added
2023-04-23 00:55:16 +02:00
PsyK0p4T
fc909606ac
Update pcw.txt
Truncated names fixed
2023-04-22 01:29:02 +02:00