#4841 - joemmac - Fri Apr 11, 2003 8:06 pm
I'm interested in designing an adapter to connect a Smart Media card to the GBA cartridge bus. Has anyone worked on anything similar to this? Any ideas? Or does anyone know of potential problems I should think about?
#4908 - pollier - Mon Apr 14, 2003 6:38 pm
Interesting, but is there a version that works with the GBA?
_________________
(Works for me!)
#4910 - FluBBa - Mon Apr 14, 2003 7:51 pm
Isn't that called "Smart Wallet"?
_________________
I probably suck, my not is a programmer.
#5198 - joemmac - Tue Apr 22, 2003 11:47 pm
First, I realize that SmartMedia cards have too long read and write times to be accessed directly by the GBA cartridge bus, I intend to have a 16 or 32mb ram as a buffer. Some microcontroller or state machine would copy the rom file(s) on the SmartMedia card onto this buffer, and then the GBA could access the buffer as if it were an origional rom.
Secondly, it would be different from the GameWallet and the am3 SmartMedia Player. Unlike the GameWallet, it would be self-sufficitent. No flash cart would be required. And the am3 only supports certain media types. Regular GBA roms are not one of these types as far as I can tell.
So one problem I've run into is that I need to write some program to make the GBA wait a few seconds until the buffer has been filled, and then execute the image on the buffer. It might even include some sort of menu for selecting which rom image to copy from the SmartMedia card to the ram buffer. The problem is that I have very little programming experience. Is there anyone out there who would be interested in writing such a program?