Home | Forums | What's new | Resources | |
Mega Drive on a Chip,NES on a chip? |
Dr_Frankenmiga - Jul 1, 2004 |
Dr_Frankenmiga | Jul 1, 2004 | |||
No probs I have some ideas on how to build.I wanted to know where and if I chould buy the chips,parts,components on there own instead of ripping apart other consoles. |
link343 | Jul 1, 2004 | |||
I do have a NES on a chip thing called Power Joy. |
fonzievoltonov | Jul 2, 2004 | |||
Coding this type of chip, to create a emulator (i don't know if i'm speaking about the same than MOD told) require a special coding langage called VHDL. Very hard, sorry to inform. And these chip(s) are very expensives. http://www.vhdl-online.de/~vhdl/tutorial/... Btw, i saw a genesis with all the system in one glue chip on the net. There was only the powerreceiver/videooutput at the rear of the console, a floppy connector to go at the glue chip (directly under the cartridge port), 2 floppy connectors to go 2 the 2 joypads and 4 cables to go to the ON-OFF/reset switch. Very impressive. I don't know why sega didn't used this technique to build a cheap portable console of a GBA size. |
ExCyber | Jul 3, 2004 | |||
Actually, AFAIK the NES 6502 does not have any instruction set enhancements apart from the typical undocumented 6502 instructions like LAX), just the integrated pAPU (PSG) and controller port decoder which are still controlled through memory-mapped registers just like any other peripheral. It also does not implement decimal mode, which should save on a few gates (though if memory serves, the stock Free-6502 distribution didn't have decimal mode either). Also, I was wrong about the controller ports eariler, the program actually reads them serially, not from a parallel-out shift register. Anyway, if you really want to do it you should find the following documents (And this site... in general) useful: CPU/peripheral overview... pAPU/PSG reference... PPU reference... |
timofonic | Jul 5, 2004 | |||
Nah, here are people missinformed... Actually you can emulate completely all components of a Megadrive ( maybe not some as the PSU and conectors, lol ) using FPGA chips that arent to expensive, check those from Xilinx ( www.xilinx.com... ). Here you has the Spartan line Actually there are FPGAs that cost 90 EUR aprox. and has 1 million of logic gates! |