For all the people having black screens & can't boot the app.. it seems the HW SDL does lock on some unit. Went back to the previous libs I had and it seems to have solved the problem.
new install here:
http://www.10pm.org/nostromo/lgpt/ghetto/install_gp2x.zip
with a few bonus feature added...
Can you please do the following:
1) Download the archive here
http://discodirt.10pm.org/temp/2x_radias.zip
it contains a 'song' and some samples from my 2x
2) unzip the lgpt directory on your SD, making sure u preserve the correct directory structure etc
3) boot LGPT. You should see the...
Can u access your unit via telnet ? If you can, try the following:
> connect to your unit using telnet.
> start LGPT using the command line ./lgpt.gpe
if u get a permission problem, do chmod +x lgpt.gpe & try again
if u see any log, send it to me.
Cheers
Marc
Yeah... there is a bug with uninitialized project I have to track down. The work around is the following:
Start LGPT. Create a pattern. Don't start it !
Go to the project screen. Save. Reboot. Restart LGPT (who will now load the saved project) and now the unit should not freeze anymore. TRy it...
Hi there,
I feel confident enough with the 2x version to release an Alpha. It should match the last ghetto build for GP32 in terms of functionalities. The only thing not present is the joystick repeat, I'll get down to that soon. If you guys feel like trying that...
To let peepz up to date, got a GP2x now, hacked my way and got a sub-alpha version. Something is still resisting me as it goes in underrun as soon as I play more than 4 channels. Does not make really a lot of sense since 8 channels only take 69% of the cpu resources of the GP32. So either I've...
Fuck me.. u'r too rite. I can't believe I've been programming for more than 30yrs thinking addition had precedence over casting .. this might explain my problem.
Ah.. well ; u learn every day :)
Thanks man !
Nice ;)
Ok.. got it. I'll see it it is my case.
I understand the driver could get confused by sending odd-boundary buffer address.. but how memcpy'ing *before* sending the buffer to the driver would influence the process if the mem boundary of the buffer in the write is always aligned ...
I doubt it... memcpy's declaration is
void *memcpy(void *s1, const void *s2, size_t n);.
so working on void pointers and not doing arithmetics.... I'll give ur suggestion a try tho... just because I don't believe in anything anymore.
Ok.. I'm having a hell of a trouble trying to make the sound driver of LGPT working for LGPT. I'm currently using /dev/dsp to feed audio buffers but the output is chopped. After watching the sound wave, I discovered that one block out of two is endian reversed ! Trying to dig what it was, I...
thanks a hundred fuckin mil dude !
I have no idea why this happens but I commented the lock / unlock from the list ( they're not really significant at this stage anyway ) and I can see my user interface now !!!!!
I owe ya! How did you get the assert output ? Is it with a serial cable ? The usb...
This is not a STL code but my own (although mybe a last resort would be to try mapping my implementation through STL.. but I'd rather avoid that)n.
The list is supposed to provide support for adding new object both through references or pointer:
virtual void Insert(Item&);
virtual void...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.