Search found 6 matches

by Drajwer
Mon May 26, 2008 6:47 am
Forum: PSP Development
Topic: dosbox, now with 100% less drama
Replies: 484
Views: 632254

Does someone mind adding build-in SIO keyboard driver for dosbox? I dont like pSprint too much... And keyboard will cool in windows.
by Drajwer
Fri May 23, 2008 7:43 pm
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238897

Im wondering, does anyone got basic SIO keyboard to work with ? I have SIO keyboard, but when enabled SIO port I got crap chars instead of pressed keys. How to fix it ? Anyone got it to work?
by Drajwer
Sun May 11, 2008 11:39 pm
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 238897

Great! The linux works fine. No problem at all. But...
I have SIO keyboard. Works fine with piKey but on uClinux it gives bad characters. does anyone managed to get SIO keyboard working good?

Anyway, keep up good work!
by Drajwer
Sun Sep 02, 2007 12:05 am
Forum: PSP Development
Topic: PSP needs a keyboard or touch screen
Replies: 37
Views: 17235

Not being funny but why are you telling us all how easy everything is, if it's so easy then do it. I would be all for a touchscreen for the psp, but it seems unlikely that the average homebrew user will buy an external touchscreen and wire it up themselves for the few homebrews that would actually ...
by Drajwer
Sat Sep 01, 2007 11:43 pm
Forum: PSP Development
Topic: Include config.cfg
Replies: 6
Views: 5416

I wrote a simple INI parser for my MMO. Im sure you know how INI file looks, so here is the code: (this parser skips comment lines too.) void LoadConfig() { FILE* f; f=fopen("config.ini","r"); int i; if (!f) { prin...
by Drajwer
Fri Aug 24, 2007 5:53 pm
Forum: PSP Development
Topic: Im working on MMO on PSP... Requesting some advice ;)
Replies: 0
Views: 1666

Im working on MMO on PSP... Requesting some advice ;)

Hello, Im working on MMO on PSP, It is based on Pokemon. I have done some things like: nice gui, map loading and drawing, threads, selecting AP, and WiFi initing. Simple server with MySQL support is done. But Im still working on TCP Client-Server connection :/ Im confused with threads, reading, call...