Discussion about software development for the old-school Gameboys, ranging from the "Gray brick" to Gameboy Color
(Launched in 2008)
You are not logged in.
Pages: 1
-omega?
I’ve tried to read the pandocs, but they only specify about dmg, gbp and gbc, but i’m looking for gba. I have a general idea of how its going to work, but i don’t know how to output to the pins correctly and stuff.
Thank you
Offline
They don't remotely use the same protocol, so you need some kind of interface logic between them. You would typically use a FPGA for this, which you can program in a language like VHDL or Verilog. You want an interface where you send reads and writes from the Gameboy, and it's converted to the protocol that the SD card is using. You would then probably write some kind of program that loads a ROM from the SD card and loads it onto a flash chip so you can run it. It's not a trivial thing to do.
Offline
nitro2k01 wrote:
They don't remotely use the same protocol, so you need some kind of interface logic between them. You would typically use a FPGA for this, which you can program in a language like VHDL or Verilog. You want an interface where you send reads and writes from the Gameboy, and it's converted to the protocol that the SD card is using. You would then probably write some kind of program that loads a ROM from the SD card and loads it onto a flash chip so you can run it. It's not a trivial thing to do.
Wow, that is a lot of work. More than i was expecting, but i still want to. Any docs i could read to get started?
Offline
Pages: 1