Commit Graph

213 Commits

Author SHA1 Message Date
smesgr9000 d233387acc fix issue #939. Remove duplicate write of laster buffer. Also add Berzerk Enhanced 2024-05-01 18:50:35 +02:00
smesgr9000 ccc06ef4e4 fix reading mapper > 9 from database 2024-05-01 09:35:00 +02:00
smesgr9000 d7c1afd57c
Add fairchild, ody2, msx and vectrex to README.md 2024-05-01 09:28:56 +02:00
smesgr9000 bb12c99fac replace FAIRCHILD, ODY2, MSX and VECTREX cart selection code with code used in NES, COLV & INTV. Define "Database not found" in OSCR.cpp 2024-05-01 09:06:23 +02:00
smesgr9000 14c3ca2a83
add 5200 and arccart section to README.md 2024-04-29 19:22:21 +02:00
smesgr9000 9909fdafb3 replace 5200 and ARC cart selection code with code used in NES, COLV & INTV 2024-04-29 19:09:50 +02:00
smesgr9000 38f3ebdc8d
fix formatting of newly added documentation 2024-04-28 10:30:58 +02:00
smesgr9000 c3c701cd93
add c64cart section to README.md 2024-04-28 10:27:31 +02:00
smesgr9000 c5c82d4902
fix ordering in 7800.txt 2024-04-28 10:21:41 +02:00
smesgr9000 fa90691f89
Add DeathFlood to c64cart.txt 2024-04-28 10:20:00 +02:00
smesgr9000 82173ab775
Add Attack of the Petscii Robots to 7800.txt 2024-04-28 09:54:58 +02:00
smesgr9000 394dcdcf1f replace C64 cart selection code with code used in NES, COLV & INTV 2024-04-28 09:50:48 +02:00
sakman55 9f51bb1af7
Update c64cart.txt
Updated to work with C64.ino that fixes Issue #902
2024-04-27 12:52:37 -10:00
smesgr9000 a539f9b7de add description of 2600.txt and 7800.txt to README.md 2024-04-27 10:14:51 +02:00
smesgr9000 57bf121c06 replace 2600 cart selection code with code used in NES, COLV & INTV 2024-04-27 09:59:36 +02:00
smesgr9000 3ce23a57ad replace cart select code with code used in NES, COLV, INTV 2024-04-24 20:07:44 +02:00
sanni 5d0ae986c9
Merge pull request #932 from PsychoFox11/master
Fix Slaughter Sport title, two CRC32s
2024-04-22 12:42:08 +02:00
PsyK0p4T ea3adb09bc
Update pcw.txt 2024-04-21 11:39:11 +02:00
Don Jones 8b617851a1
Update md.txt
Fix two CRC32s
2024-04-21 02:09:33 -04:00
Don Jones 8458fe6bf7
Update wsv.txt 2024-04-15 05:39:39 -04:00
PsyK0p4T 8afd2a580e
Update pcw.txt 2024-04-07 23:58:10 +02:00
PsyK0p4T 8fbab1e760
Update pcw.txt 2024-04-07 22:39:46 +02:00
PsyK0p4T 980208e18f
Update pcw.txt
Fixed duplicated entry
2024-04-07 20:49:26 +02:00
PsyK0p4T 229b1ba544
Update gba.txt
Fix CRC32 for some 32MB games.
2024-04-03 00:14:42 +02:00
PsyK0p4T d79357d963
CRCs file for Sufami Turbo 2024-03-11 16:36:20 +01:00
PsyK0p4T 44b26960f5
Update gba.txt
"Game Boy Advance Video" entries added.
2024-03-10 22:35:49 +01:00
PsyK0p4T a455b10019
Update pce.txt 2024-03-10 21:54:07 +01:00
PsyK0p4T 4de1c52798
Update gba.txt
List reworked : 
- Alphabetical ordering
- All (beta) entries removed to avoid conflicts
2024-03-06 23:41:59 +01:00
Ancyker e61ac414d8 Code optimization, cleanup, and stylization
* Reduced PROGMEM / DRAM usage slightly (Using defaults w/HW5: Before -> 214,668 bytes / 5,757 bytes; After -> 213,414 bytes / 5,751 bytes)
  * Optimized some menu options and calls
  * Added more string constants and implemented them where found.
* Fixed some stylization
  * Constants should always be uppercase.
  * Features should use the `ENABLE_<feature name>` format.
  * Options for features should use the `OPTION_<feature name>_<option name>` format.
  * Added ENUMs for more clarity and better type checking.
  * Moved some defines over to `constexpr` and `const` types. These are preferred over preprocessor constants when not intended for use with `#if` and other preprocessor language.
2024-03-02 11:26:35 -05:00
Ancyker 3468703a51 Added ability to use config file for some options.
A sample `config.txt` is in the SD folder. Currently the option is disabled by default and must be enabled.

Also:
* Eliminated the 5V spike at boot when VSELECT is installed and enabled. See discussion #906
* Fixed a warning in `MD.ino`
* Did some code cleanup, more cleanup to come.
2024-02-29 17:52:04 -05:00
PsyK0p4T 5f3983b36c
Update pce.txt 2024-02-26 09:28:56 +01:00
PsyK0p4T d007c455e7
Update md.txt 2024-02-25 14:11:46 +01:00
PsyK0p4T 5e7861be1c
Rename ataricart.txt to 2600.txt 2023-12-26 23:05:12 +01:00
PsyK0p4T 1b70d71518
Rename 7800cart.txt to 7800.txt 2023-12-26 23:04:56 +01:00
PsyK0p4T 8ee28d55f4
Rename 5200cart.txt to 5200.txt 2023-12-26 23:04:37 +01:00
PsyK0p4T 7078adcd22
Update pce.txt
Add SuperGrafx entries
2023-11-29 00:57:58 +01:00
PsyK0p4T b11330d31b
Update pcw.txt
- Many new games added
- Some CRCs fixed
2023-11-02 17:16:40 +01:00
PsyK0p4T 82dbfd79c0
Update gba.txt
Fixes : 
- removed spaces after some SAVE TYPES values
- completed some lines where titles or languages were truncated
- modified CRC for some titles using 32MB ROM + EEPROM save
2023-11-02 16:26:03 +01:00
PsyK0p4T be2089bbdf
Update pcw.txt 2023-10-25 00:55:06 +02:00
PsyK0p4T 0b42d5d1f2
Update n64.txt 2023-10-15 16:23:27 +02:00
sanni 559010079c Add support for Atari 5200/7800, C64, Vectrex (thx to skaman) 2023-09-23 00:11:08 +02:00
Rachel Simone Weil c6aa7e49de
Adds checksum for Chakrakun to loopy.txt 2023-09-20 16:05:51 -05:00
PsyK0p4T 2e4ea870de
Update pcw.txt 2023-08-19 23:15:57 +02:00
PsyK0p4T e32d30cc8c
Update ws.txt
Add PCv2 new entries
2023-08-19 10:51:50 +02:00
sanni 1644416a4c
Update intv.txt (thx to skaman) 2023-07-29 12:37:00 +02:00
PsyK0p4T 527f83c3cb
Update wsv.txt
Added : 
Treasure Hunter (Rev1)
Assembloids (Unl)

Removed : 
4 in 1 - Hash block / Challenger Tank / Brain Power / Jacky Lucky (hash was obtained from a rebuilded rom, impossible to get with the OSCR)
2023-07-29 00:07:07 +02:00
PsyK0p4T c14e7b2702
Add Pokémon Mini database 2023-07-28 15:30:43 +02:00
sanni f2a33e264f
Update ataricart.txt 2023-07-18 22:52:55 +02:00
PsyK0p4T f4fb19e6ae
Update pcw.txt
Add new entries
2023-07-18 00:56:21 +02:00
sanni 74e46f4322
Merge pull request #824 from partlyhuman/support-casio-loopy
Casio Loopy Adapter
2023-07-11 09:53:04 +02:00