mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 21:19:16 +01:00
Update Cart_Reader.ino
This commit is contained in:
parent
8132fcab78
commit
9f675be766
@ -1,6 +1,9 @@
|
|||||||
/**********************************************************************************
|
/**********************************************************************************
|
||||||
Cartridge Reader for Arduino Mega2560
|
Cartridge Reader for Arduino Mega2560
|
||||||
|
|
||||||
|
This project represents a community-driven effort to provide
|
||||||
|
an easy to build and easy to modify cartridge dumper.
|
||||||
|
|
||||||
Date: 02.08.2021
|
Date: 02.08.2021
|
||||||
Version: 6.6
|
Version: 6.6
|
||||||
|
|
||||||
@ -13,33 +16,20 @@
|
|||||||
|
|
||||||
Compiled with Arduino 1.8.13
|
Compiled with Arduino 1.8.13
|
||||||
|
|
||||||
Thanks to:
|
Code included from other projects:
|
||||||
MichlK - ROM-Reader for Super Nintendo
|
MichlK - ROM Reader for Super Nintendo
|
||||||
Jeff Saltzman - 4-Way Button
|
Jeff Saltzman - 4-Way Button
|
||||||
Wayne and Layne - Video-Game-Shield menu
|
Wayne and Layne - Video Game Shield menu
|
||||||
skaman - SNES enhancements, SA1/BSX sram support, GB flash fix, MD improvements, Famicom dumper, WS improvements
|
hkz & themanbehindthecurtain - N64 flashram commands
|
||||||
nocash - Nintendo Power and GBA Eeprom commands and lots of other info
|
Andrew Brown & Peter Den Hartog - N64 controller protocol
|
||||||
hkz/themanbehindthecurtain - N64 flashram commands
|
|
||||||
jago85 - help with N64 stuff
|
|
||||||
Andrew Brown/Peter Den Hartog - N64 controller protocol
|
|
||||||
Shaun Taylor - N64 controller CRC functions
|
Shaun Taylor - N64 controller CRC functions
|
||||||
Angus Gratton - CRC32
|
Angus Gratton - CRC32
|
||||||
Tamanegi_taro - SA1 fix, PCE and Satellaview support
|
|
||||||
Snes9x - SuperFX sram fix
|
Snes9x - SuperFX sram fix
|
||||||
zzattack - multigame pcb fix
|
|
||||||
Pickle - SDD1 fix
|
|
||||||
insidegadgets - GBCartRead
|
insidegadgets - GBCartRead
|
||||||
RobinTheHood - GameboyAdvanceRomDumper
|
RobinTheHood - GameboyAdvanceRomDumper
|
||||||
YamaArashi - GBA flashrom bank switch command
|
|
||||||
infinest - GB Memory Binary Maker
|
|
||||||
moldov - SF Memory Binary Maker
|
|
||||||
vogelfreiheit - N64 flashram fix
|
|
||||||
rama - code speedup & improvements
|
|
||||||
Gens-gs - Megadrive checksum
|
Gens-gs - Megadrive checksum
|
||||||
Modman - N64 checksum comparison fix
|
|
||||||
splash5 - EMS GB Smart cart, Wonderswan and NGP module
|
And a special Thank You to all contributors on Github and the Arduino forum.
|
||||||
jiyunomegami - Retrode Game Gear adapter support and code improvements
|
|
||||||
Kreeblah - NES database
|
|
||||||
|
|
||||||
**********************************************************************************/
|
**********************************************************************************/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user