mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-26 14:34:15 +01:00
Adds Atari Lynx to supported systems in readme
This commit is contained in:
parent
bd641b6476
commit
715e6427bb
99
README.md
99
README.md
@ -1,62 +1,63 @@
|
|||||||
![image](https://dl.dropboxusercontent.com/s/ioc5oewzcuvs8nz/logos.png?dl=1)
|
![image](https://dl.dropboxusercontent.com/s/ioc5oewzcuvs8nz/logos.png?dl=1)
|
||||||
|
|
||||||
# Open Source Cartridge Reader
|
# Open Source Cartridge Reader
|
||||||
This project represents a community-driven effort to provide an easy to build and easy to modify cartridge dumper.
|
This project represents a community-driven effort to provide an easy to build and easy to modify cartridge dumper.
|
||||||
Its main purpose is to dump a video game's ROM and save file to an SD card without the need of a PC.
|
Its main purpose is to dump a video game's ROM and save file to an SD card without the need of a PC.
|
||||||
|
|
||||||
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.
|
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.
|
Also be sure to check the guides in the [Wiki](https://github.com/sanni/cartreader/wiki) too.
|
||||||
|
|
||||||
Happy making. 🔧🔨😊
|
Happy making. 🔧🔨😊
|
||||||
|
|
||||||
![image](https://dl.dropboxusercontent.com/s/3lrn7xh3f7h6jre/HW5_front.png?dl=1)
|
![image](https://dl.dropboxusercontent.com/s/3lrn7xh3f7h6jre/HW5_front.png?dl=1)
|
||||||
|
|
||||||
#### Features:
|
#### Features:
|
||||||
- Modular design
|
- Modular design
|
||||||
- Stand-alone operation
|
- Stand-alone operation
|
||||||
- Easy to modify open-source code
|
- Easy to modify open-source code
|
||||||
- Portable when used together with a power bank
|
- Portable when used together with a power bank
|
||||||
|
|
||||||
![image](https://dl.dropboxusercontent.com/s/w99hewh6ors3awb/HW5_side.png?dl=1)
|
![image](https://dl.dropboxusercontent.com/s/w99hewh6ors3awb/HW5_side.png?dl=1)
|
||||||
|
|
||||||
#### Supported Systems:
|
#### Supported Systems:
|
||||||
- NES/Famicom/Family Basic
|
- NES/Famicom/Family Basic
|
||||||
- Super Nintendo/Super Famicom (including SF Memory, Satellaview, Sufami Turbo, and Game Processor RAM Cassettes)
|
- Super Nintendo/Super Famicom (including SF Memory, Satellaview, Sufami Turbo, and Game Processor RAM Cassettes)
|
||||||
- Nintendo 64 (including Controller Pak, Gameshark, and Xplorer 64)
|
- Nintendo 64 (including Controller Pak, Gameshark, and Xplorer 64)
|
||||||
- Game Boy Color (including GB Memory, Codebreaker, and Gameshark)
|
- Game Boy Color (including GB Memory, Codebreaker, and Gameshark)
|
||||||
- Game Boy Advance
|
- Game Boy Advance
|
||||||
- Sega Mega Drive/Genesis
|
- Sega Mega Drive/Genesis
|
||||||
- Sega Master System
|
- Sega Master System
|
||||||
|
|
||||||
![image](https://dl.dropboxusercontent.com/s/oi7c2radgblylyz/HW5_slots.png?dl=1)
|
![image](https://dl.dropboxusercontent.com/s/oi7c2radgblylyz/HW5_slots.png?dl=1)
|
||||||
|
|
||||||
#### Supported with adapters:
|
#### Supported with adapters:
|
||||||
- Virtual Boy
|
- Virtual Boy
|
||||||
- Sega Game Gear
|
- Sega Game Gear
|
||||||
- Sega Mark III
|
- Sega Mark III
|
||||||
- Sega SG-1000/SC-3000
|
- Sega SG-1000/SC-3000
|
||||||
- Sega Cards
|
- Sega Cards
|
||||||
- PC Engine/TurboGrafx-16/SuperGrafx
|
- PC Engine/TurboGrafx-16/SuperGrafx
|
||||||
- WonderSwan (Color)
|
- WonderSwan (Color)
|
||||||
- NeoGeo Pocket (Color)
|
- NeoGeo Pocket (Color)
|
||||||
- Intellivision
|
- Intellivision
|
||||||
- ColecoVision
|
- ColecoVision
|
||||||
- Benesse Pocket Challenge W
|
- Benesse Pocket Challenge W
|
||||||
- Benesse Pocket Challenge V2
|
- Benesse Pocket Challenge V2
|
||||||
- Watara Supervision
|
- Watara Supervision
|
||||||
- Atari 2600/5200/7800
|
- Atari 2600/5200/7800
|
||||||
- Emerson Arcadia 2001
|
- Atari Lynx
|
||||||
- Fairchild Channel F
|
- Emerson Arcadia 2001
|
||||||
- Magnavox Odyssey 2/Philips Videopac+
|
- Fairchild Channel F
|
||||||
- Super A'Can
|
- Magnavox Odyssey 2/Philips Videopac+
|
||||||
- MSX
|
- Super A'Can
|
||||||
- Pokémon Mini
|
- MSX
|
||||||
|
- Pokémon Mini
|
||||||
- Casio Loopy
|
- Casio Loopy
|
||||||
- Commodore 64
|
- Commodore 64
|
||||||
- Vectrex
|
- Vectrex
|
||||||
|
|
||||||
#### Open Source Licenses:
|
#### Open Source Licenses:
|
||||||
- Software(everything in Cart_Reader folder) = GPL v3
|
- Software(everything in Cart_Reader folder) = GPL v3
|
||||||
- Hardware(everything in hardware folder) = CC BY 4.0
|
- Hardware(everything in hardware folder) = CC BY 4.0
|
||||||
- Documentation(everything in the Wiki) = CC0 1.0
|
- Documentation(everything in the Wiki) = CC0 1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user