Search found 10 matches

by bolk
Fri Jan 12, 2007 12:10 am
Forum: PSP Lua Player Development
Topic: LUA in 3.03 OE's 3.03 kernel
Replies: 4
Views: 4552

+1
by bolk
Wed Jan 10, 2007 1:19 am
Forum: PSP Lua Player Development
Topic: What about MP3/OGG and UMD access?
Replies: 9
Views: 7908

One more cite: For being so young, this emulator is surprisingly excellent. Almost every game I tried was playable after small adjustments to the frameskip or sound processing. It also supports “overclocking” the PSP to 333MHz. It’s not really overclocking because the ...
by bolk
Tue Jan 09, 2007 10:50 pm
Forum: PSP Lua Player Development
Topic: What about MP3/OGG and UMD access?
Replies: 9
Views: 7908

e.g.: hardware specifications of the PSP system:
PSP CPU (System clock frequency 1~333MHz)
Some homebrew may change freq (e.g. Bookr - book reader homebrew). It's absolutely safe.
by bolk
Tue Jan 09, 2007 10:38 pm
Forum: PSP Lua Player Development
Topic: What about MP3/OGG and UMD access?
Replies: 9
Views: 7908

Ogg/Vorbis support is a good idea for Lua Player, but I don't like MP3 or UMD access. MP3 has licensing issues ( http://www.mp3licensing.com/ ) I think it no have any problem provide MP3 playing thru standart PSP API (since PSP can play MP3). and I can't image any legal reason for UMD access. Just ...
by bolk
Tue Jan 09, 2007 7:04 pm
Forum: PSP Lua Player Development
Topic: What about MP3/OGG and UMD access?
Replies: 9
Views: 7908

Cools, can you port System.setCpuSpeed* functions as well as UMD support?

And is possible to add program (pbp) exectution in LUA player?
by bolk
Tue Jan 09, 2007 6:59 pm
Forum: PSP Lua Player Development
Topic: What about MP3/OGG and UMD access?
Replies: 9
Views: 7908

Oh, I'm sorry! I didn't catch what you LUA Player Mod author :)

Cools, I can't open gabe.xw-h.com site! Is it up after a time?
by bolk
Tue Jan 09, 2007 6:56 pm
Forum: PSP Lua Player Development
Topic: What about MP3/OGG and UMD access?
Replies: 9
Views: 7908

And what about OGG/MP3? Can you add this features directly from other branches?
by bolk
Mon Jan 08, 2007 11:37 pm
Forum: PSP Lua Player Development
Topic: Program exectution
Replies: 0
Views: 2174

Program exectution

What about program execution (eboot.pbp) thru LUA player?
by bolk
Mon Jan 08, 2007 5:10 pm
Forum: PSP Lua Player Development
Topic: What about MP3/OGG and UMD access?
Replies: 9
Views: 7908

What about MP3/OGG and UMD access?

I see LUA Player split in several branches:

1) MP3/OGG branch: http://forums.ps2dev.org/viewtopic.php?t=6858
2) UMD access branch: http://psplua.com/?cat=28

what about add this changes to main branch? I wrote file manager and would to add UMD access and MP3/OGG support in internal player.
by bolk
Mon Jan 08, 2007 5:04 pm
Forum: PSP Lua Player Development
Topic: System.usbDiskModeActivate() ?
Replies: 9
Views: 9696

It's very useful feature! I wrote file manager with usb support.