https://github.com/zephray/mbc1-verilog
Verilog implemention of Nintendo MBC1 used in some gameboy cartridges
https://github.com/zephray/mbc1-verilog
Last synced: 4 months ago
JSON representation
Verilog implemention of Nintendo MBC1 used in some gameboy cartridges
- Host: GitHub
- URL: https://github.com/zephray/mbc1-verilog
- Owner: zephray
- Created: 2016-12-20T14:51:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T15:41:02.000Z (over 9 years ago)
- Last Synced: 2026-01-14T16:01:28.954Z (5 months ago)
- Language: Verilog
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MBC1-Verilog
============
This is a simple implemtion of MBC1 on FPGA. But current code is not designed to make FPGA to be a drop in replacement of MBC1, though it can be easily achieved.
## Usage
Use this code on any FPGA board with NOR flash/EEPROM and SRAM(if needed). Flash the ROM into ROM, connect all signals labeled GB to gameboy cartridge connector, power the FPGA then GB, done.
## License
WTFPL