Propeller + NES cart?
Hi, i was curious if there would be any way to partially emulate a NES by reading a NES cart using the propeller to play it on a tv? or if there was any way to compile a NES rom into a rough hydra game version? and if not are there any old game systms that the propeller can use it's cart?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When the government is afraid of the people there is liberty, when the people are afraid of the government, there is tryanny"
· Thomas Jefferson
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When the government is afraid of the people there is liberty, when the people are afraid of the government, there is tryanny"
· Thomas Jefferson
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Wiki: Share the coolness!
8x8 color 80 Column NTSC Text Object
Safety Tip: Life is as good as YOU think it is!
I hope this helps answer your question.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
MCU Projects·- my new site where I will be posting all projects, code, etc.
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!
SD Card Adapter·- Add extra memory to your next Propeller project with ease!
I can visualize a good Prop setup now for this: A board that contains a Prop, EEPROM, SD card slot, NES cartridge slot, and some external SRAM (addressed however you please.) Plus video and audio ports. This would include code to either dump the roms from cartridge to SD card, or load from SD card directly to the SRAM. What I don't know, however, is if an external SRAM would have enough bandwidth to handle streaming ROM data in real time to the 6502 emulator while maintaining enough speed.
Essentially, it *might* just be doable.