Search found 3 matches

by develprx
Sun Jul 24, 2005 10:30 am
Forum: PSP Development
Topic: delphi and PSP?
Replies: 5
Views: 2078

in the current state just C. and yes it has to deal with the way code is written. they are different languages after all. although C and C++ are pretty similar for the most part, just minor differences such as in classes and structs.
by develprx
Sun Jul 24, 2005 9:49 am
Forum: PSP Development
Topic: mikmod
Replies: 3
Views: 1674

it can be done i believe. you load the appropriate drivers first for the WAV format. MikMod_RegisterLoader(load_wav); MikMod_RegisterDriver(drv_psp); you pass your wave file to MikMod_LoadSong("ms0:/mywav.wav",0xFF); the rest of the i...
by develprx
Thu Jun 30, 2005 12:11 pm
Forum: The Incredible Hall Of Shame
Topic: WAB MS-LAUNCHER attempt ( with request sources by mrbrown)
Replies: 11
Views: 9430

hi. long time reader, however first time posting. Alternatively you can use a combination of [something something to toss the dwarf]. I don't know if this method [burninates the chickens]. Here is an example implementation: 10 PRINT "HI MOM" 20 GOTO 10 this will actually [say hello to your...