SD Card Bootloaders that can be used with an NES controller?
Nick McClick
Posts: 1,003
I've been plugging away at an open-source videogame console based on the Prop - a cheaper version of the hydra, it will have 2 NES controller jacks, composite video, audio, and an SD card slot.
A big hurdle for people who are beginning with the Prop (or other ucontrollers) is the programming hardware. Is there an open-source bootloader out there that can display a list of .binaries on an SD card on the TV, let the user select a binary with an NES controller, and then have the binary boot up? I know propdos does this, but it uses a keyboard.
Any suggestions?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Forums RSS Feed!
Gadget Gangster - Share your Electronic Projects
A big hurdle for people who are beginning with the Prop (or other ucontrollers) is the programming hardware. Is there an open-source bootloader out there that can display a list of .binaries on an SD card on the TV, let the user select a binary with an NES controller, and then have the binary boot up? I know propdos does this, but it uses a keyboard.
Any suggestions?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Forums RSS Feed!
Gadget Gangster - Share your Electronic Projects
Comments
Dosen't sound like that difficult of an app. Very similar to the Hydra's app that came with the SD card expansion. You could mod FemtoBasic to do that as Mike said.
I wrote a graphics editor for the Prop (http://forums.parallax.com/forums/default.aspx?f=33&m=377666) a while back ago that used both the NES/keyboard interface that even had a "keyboard" type selector for the NES. It could be, with a little modding, turned into something like what you are wanting.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Game(s) Mythic Flight
Utilities Font Editors (AIGeneric, Potato_Text, etc.)
Check your email.. Thanks to Jim Bagley
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Visit the: The Propeller Pages @ Warranty Void.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBlade,·RamBlade,·SixBlade, website
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: CPUs Z80 etc; Micros Altair etc;· Terminals·VT100 etc; (Index) ZiCog (Z80) , MoCog (6809)·
· Prop OS: SphinxOS·, PropDos , PropCmd··· Search the Propeller forums·(uses advanced Google search)
My cruising website is: ·www.bluemagic.biz·· MultiBlade Props: www.cluso.bluemagic.biz
Should have figured Baggers had come up with something like that already [noparse];)[/noparse]
@Nick,
Forgot to say, but it sounds like a great project/product! You might want to get w/OBC, as he has been thinking about a "game kit" for the Hydra/Demo boards (see: http://forums.parallax.com/forums/default.aspx?f=33&m=396798).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Game(s) Mythic Flight
Utilities Font Editors (AIGeneric, Potato_Text, etc.)
This code uses fsrw lib that was from FemtoBasic and a very old version of AiGeneric Text Driver that I changed for this project noteably the color ring on the edge of the font that bothered me.
Post Edited (Karl Smith) : 2/8/2010 2:05:23 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Forums RSS Feed!
Gadget Gangster - Share your Electronic Projects
If you would like to use that method, the source is posted at the top of the RamBlade thread and is MIT. This way, the user can change the code on the SD without needing a PropPlug.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBlade,·RamBlade,·SixBlade, website
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: CPUs Z80 etc; Micros Altair etc;· Terminals·VT100 etc; (Index) ZiCog (Z80) , MoCog (6809)·
· Prop OS: SphinxOS·, PropDos , PropCmd··· Search the Propeller forums·(uses advanced Google search)
My cruising website is: ·www.bluemagic.biz·· MultiBlade Props: www.cluso.bluemagic.biz