cartreader/README.md

57 lines
2.0 KiB
Markdown
Raw Normal View History

2022-06-08 22:26:54 +02:00
![image](https://dl.dropboxusercontent.com/s/ioc5oewzcuvs8nz/logos.png?dl=1)
2019-12-04 09:38:49 +01:00
2022-06-07 23:50:45 +02:00
# Open Source Cartridge Reader
2021-10-01 12:04:26 +02:00
This project represents a community-driven effort to provide an easy to build and easy to modify cartridge dumper.
2023-02-07 23:14:43 +01:00
Its main purpose is to dump a video game's ROM and save file to an SD card without the need of a PC.
2018-12-08 13:07:43 +01:00
2023-02-07 23:14:43 +01:00
For any questions you can use the [Discussions](https://github.com/sanni/cartreader/discussions) and/or [Issues](https://github.com/sanni/cartreader/issues) section here on Github or visit the accompanying thread in the [Arduino Forum](http://forum.arduino.cc/index.php?topic=158974.9001), where you can reach most of the devs directly.
Also be sure to check the guides in the [Wiki](https://github.com/sanni/cartreader/wiki) too.
Happy making. 🔧🔨😊
2018-12-06 14:48:22 +01:00
2023-01-25 15:57:34 +01:00
![image](https://dl.dropboxusercontent.com/s/3lrn7xh3f7h6jre/HW5_front.png?dl=1)
2022-05-26 00:59:18 +02:00
2019-02-15 21:09:13 +01:00
#### Features:
2023-02-05 12:06:41 +01:00
- Modular design
- Stand-alone operation
- Easy to modify open-source code
- Portable when used together with a power bank
2021-11-28 11:27:54 +01:00
2023-01-25 15:57:34 +01:00
![image](https://dl.dropboxusercontent.com/s/w99hewh6ors3awb/HW5_side.png?dl=1)
2019-09-27 21:39:11 +02:00
#### Supported Systems:
2023-02-05 12:06:41 +01:00
- NES/Famicom/Family Basic
- SNES/Super Famicom (including SF Memory and Satellaview)
- N64 (including Controller Pak and Gameshark)
- Game Boy Color (including GB Memory)
- Game Boy Advance
- Sega Mega Drive/Genesis
- Sega Master System
2023-02-03 15:17:45 +01:00
![image](https://dl.dropboxusercontent.com/s/oi7c2radgblylyz/HW5_slots.png?dl=1)
#### Supported with adapters:
2023-02-05 12:06:41 +01:00
- Virtual Boy
- Sega Game Gear
- Sega Mark III
- Sega SG-1000
- Sega Cards
- PC engine/TG16
2023-03-24 09:11:15 +01:00
- WonderSwan (Color)
- NeoGeo Pocket (Color)
2023-02-05 12:06:41 +01:00
- Intellivision
- ColecoVision
- Benesse Pocket Challenge W
2023-03-24 09:11:15 +01:00
- Benesse Pocket Challenge V2
2023-02-05 12:06:41 +01:00
- Watara Supervision
- Atari 2600
- Emerson Arcadia 2001
- Fairchild Channel F
2023-02-23 09:35:53 +01:00
- Magnavox Odyssey 2
- Super A'Can
2023-01-25 15:57:34 +01:00
2022-06-08 21:51:25 +02:00
#### Open Source Licenses:
- Software(everything in Cart_Reader folder) = GPL v3
- Hardware(everything in hardware folder) = CC-BY-4.0