A simple game boy flash cartridge supports MBC1\5 games.
Source files can be found in the GitHub repository.
Open-source Gameboy Flash Cartridge using an Xilinx CPLD as MBC
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
A simple game boy flash cartridge supports MBC1\5 games.
Source files can be found in the GitHub repository.
I am able to read out the Flash ID and CFI table now with the modified GB cart flasher!
I am using a MX29LV640 in 8bit mode (since native 8 bit flashes are hard to find or too expansive nowadays). It turns out that though 8bit mode is enabled (means an additional A0 bit), the device is still expecting the address for things like CFI appears on the original 16bit mode address bus which is A[x:1] instead of A[x:0] for the 8bit mode address bus. And I also had some soldering issue, took me several days to debug and find out what it going on. But now it is working! (As you can see, 51 52 59 represents "QRY" which is the start of the CFI table, and other things well match the datasheet)
Create an account to leave a comment. Already have an account? Log In.
the usb is attached to a 64 pin samd21. the pins are directly passed through too the ROM and ram as well as the header. to download games via usb and have direct controll over the header and ROM from fw.
Wow that is a pretty interesting design! Would you mind if I do the same for my next revision of cartridge?
Looking, good. I've been working on one as well. I need to finish it. If your interested checkout my site. Haven't had time to put it up on hackaday yet.
Wow cool. I have checked out your design, may be I didn't read careful enough, but what does that USB and QFN chip do?
Become a member to follow this project and never miss any updates
Hey Zhang! Don't know if you still working on Gameboy projects but and flash card adaptation for the mcb3 would be a blessing for the community. I've found out that there's the Altera II CPLD that should be able to replicate the MBC3 with ease but other than that I'm pretty much lost.