diff options
author | sanni <[email protected]> | 2019-09-27 09:36:30 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-09-27 09:36:30 +0200 |
commit | f6f442f47afa96365c6444d18833f873e959fd1f (patch) | |
tree | 8135fe16d55928f2e8c836cbc04d802fc82c9fd1 /Cart_Reader/README.md | |
parent | adb2b6c56f0f5def9a3f9b508f615e186d6ec30c (diff) | |
download | cartreader-f6f442f47afa96365c6444d18833f873e959fd1f.tar.gz cartreader-f6f442f47afa96365c6444d18833f873e959fd1f.zip |
Update README.md
Diffstat (limited to 'Cart_Reader/README.md')
-rw-r--r-- | Cart_Reader/README.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Cart_Reader/README.md b/Cart_Reader/README.md index 320cf55..14b4ec1 100644 --- a/Cart_Reader/README.md +++ b/Cart_Reader/README.md @@ -1,19 +1,5 @@ This Arduino code is written by a beginner for beginners, therefore I tried to comment every line of code. To an experienced coder this probably will seem very wrong but it really helps if you're just starting out. -Source code files: -- Cart_Reader.ino is the main file that contains functions and variables being used by multiple submodules and also the main menu -- FLASH.ino is for reading and writing 29F016, 29F032, 29F033, 29F1610 and 29L3211 flashroms -- GB.ino includes everything Game Boy and Game Boy Color -- GBA.ino includes everything Game Boy Advance -- MD.ino includes everything for the SEGA Mega Drive -- N64.ino includes everything Nintendo 64 -- NES.ino includes everything for the Nintendo Entertainment System -- NP.ino includes everything for Nintendo Power SF Memory and GB Memory cartridges -- PCE.ino includes everything for the PC Engine/TG16 -- SMS.ino includes everything for the SEGA Master System -- SNES.ino includes everything Super Nintendo -- SV.ino includes everything for the Super Nintendo Satellaview - Every submodule has it's own setup_XX() function that configures the needed pins and a submenu that lets you choose what you want to do. The code directly addresses the pins via the DDR, PIN and PORT registers. Please also refer to the [pinout Excel sheet](https://github.com/sanni/cartreader/blob/master/pinout.xls). |