Home | Forums | What's new | Resources | |
idea: Saturn cartridge to emulate real game carts |
RockinB - Jul 16, 2006 |
SaturnAR | Jul 16, 2006 | |||
yeahp. i think it's possible. If there's enough info about the connectors and the communicartion, i think the electronic part would be easy. |
ExCyber | Jul 16, 2006 | |||
This is an interesting idea. I've seen similar products for N64, PS1, and Gamecube. Really I think the hardest part would be coding a good emulator. |
SaturnAR | Jul 18, 2006 | |||
Well, i've a few(lot) of years working with PICs microcontrollers. The last series of Microchip PIC Microcontrollers run up to 160Mhz(overclocked) or more.I'm talking about dsPic series. If you need something about 40Mhz(10 million instructions per second) you could use 18F series or 16C series(this is an OTP(one time programmable) series, but cheapper that the "F"(flash memory) series)and intended for massive production. Lower series run from 4Mhz to 20Mhz(12F and 16F series). You have a lot of models to choose. And for people who develop for Saturn, they can be programmed using C lenguage. They're extremly easy to attach and with a lot of protocols and modules implemented. Visit www.microchip.com... for tech/prices info. Regards. |
RockinB | Jul 19, 2006 | |||
Thanks for the info, SaturnAR. As for the purpose of a hardware extension cartridge, I'm interested which microcontroler/microprocessor might be best suited. Guess it makes only sense, if it has significantly more mips, that one SH2. So starting from at least 40 mips and having at least 16bit, better 32bit. Well, these might have a lot more pins than 8bit controlers, so they are more difficult to solder. What do you think about the AVR32 AT32AP700? I've seen someone been talking about "dual core Adi Blackfin 561 (two 500MHz DSP cores)" which sounds impressive. Also the Renesas SuperH processors are quite fast. There is a SH2A with 400 Mips! Still, beaten by the SH4 processors. I love thinking about all types of Saturn hardware extension, hopefully it'll become reality some day. |
SaturnAR | Jul 19, 2006 | |||
Hello. Well, The Atmel AP7000 is really powerful.But we're talking about Atmel and that's an unknown zone to me(of course, i can learn). If you want 32 bit MCUs, then forget about Microchip PICs. They are only up to 16 bits. So, you want to add ROM and RAM memory too?How much? Regards. |