https://github.com/tehkain/smdcart
ROM Cartridge for Sega MegaDrive (Genesis)
https://github.com/tehkain/smdcart
cartridge flashcart sega-genesis sega-mega-drive
Last synced: 12 days ago
JSON representation
ROM Cartridge for Sega MegaDrive (Genesis)
- Host: GitHub
- URL: https://github.com/tehkain/smdcart
- Owner: tehKaiN
- License: mpl-2.0
- Created: 2017-11-01T18:55:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T12:33:18.000Z (over 4 years ago)
- Last Synced: 2025-03-12T22:24:12.190Z (7 months ago)
- Topics: cartridge, flashcart, sega-genesis, sega-mega-drive
- Language: HTML
- Size: 344 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Custom Sega MegaDrive Cartridges
On this repo you will find schematics for SMD carts of various memory size. Each directory is dedicated to cart of given size.
## Current carts
- `512k` - 512 KByte cart based on 27c4001 chip. Home-etching friendly PCB design. Not tested!
- `1m_29f800` - 1 MByte cart based on 29f800 chip. Erasable/programmable using [ROMprg](https://github.com/tehKaiN/ROMprg) project.
- `2m_29f800` - **Untested!** 1-2 MByte cart based on 1-2 29f800 chips. Erasable/programmable using [ROMprg](https://github.com/tehKaiN/ROMprg) project.## PCB Ordering instructions
MegaDrive carts have thickness of 1.6mm.
## Creating new cart
When designing PCBs for new cart, the most safe way to get proper dimensions is to copy them from other carts. Some notes:
- maximum cart height is about 60mm, otherwise it won't fit the case;
- distance between mechanical holes is 70mm
- mechanical holes should have diameter of about 6,75mm - add about 1mm for electroplating.
- there should be no soldermask around edge connector pins.After creating new design and checking if it works, you are encouraged to submit pull request to this repo with your design.
## License
I dunno if MPL2.0 fits hardware, but the idea is that you should share your modifications of schematics / board layout.