I've uploaded my latest build http://caerwyn.com/downloads/ipds1.nds
This is prefab and mux. It only runs on the hardware. On desmume it
comes up but you can't use the keys to get to any of the options. On
the hardware you can navigate using the keys, but the graphics don't
display.
Things to try if you download it. Rocker moves up and down selection.
'A' key enters, 'B' key backs out back up to the higher level. 'Start'
key returns to the top level menu.
Try Today's Newspaper, and The Thisburgh has the only working graphic.
Under news click through to actually read an article. Under games, try
connect4. Audio control would look cool if any of the graphics
actually came in. The Financial Reports gives a ticker. It scrolls
slowly only because of the sleep interval in the code. The sleep(2)
timeout doesn't match up to real milliseconds; a bug.
Caerwyn
I can provide a little help here,
the code handling keys and touch screen should be revised: devnds.c:/^ndskeys.
I've attached a quick fix, i'll push to the repo
after some more testing (checked it only under desmume),
thanks for the bug report.
--
salva
> I've uploaded my latest build http://caerwyn.com/downloads/ipds1.nds
You can also upload them to inferno-ds downloads,
my idea is to put there stable/well tested nds files:
http://code.google.com/p/inferno-ds/downloads
> The sleep(2) timeout doesn't match up to real milliseconds; a bug.
The timer0 should be generating an interrput at a rate of HZ = 100
(see mem.h and clock.c),
thus i think the best resolution achievable using sleep is T=1/100 = 0.01 secs.
--
salva