Lua Player v0.17dk2
===================
By: Dark Killer

This is an unofficial version of Lua Player for PSP. New features in this version include complete UMD support and the ability
to set the CPU clock to one of three presets.

New Functions:
---------------

nil System.Quit()
--exits Lua Player back to the psp browser

nil System.initUMD()
--activates UMD and mounts to disc0:

bool System.isUmdInserted()
--returns true if UMD is inserted

nil System.setCpuSpeedHigh()
--sets CPU clock to 333mhz

nil System.setCpuSpeedMed()
--sets CPU clock to 266mhz

nil System.setCpuSpeedReg()
--sets CPU clock to 222mhz
