VICE PSP is a port of the Versatile Commodore Emulator to the Sony PlayStation Portable platform.
Table of Contents
- New Features
- Installation
- Controls
- Tape and Disk Image Loading, Autoloading
- Save State Autoloading
- Known Issues
- Compiling
- Credits
- Thanks
- Version History
- Support
New Features
Version 2.2.15 (January 16 2011)
- Added <- to the list of mappable controls
Installation
Unzip vice.zip into /PSP/GAME/ folder on the memory stick.
Controls
The emulator currently comes with the following default key mappings:
Directional pad Up/Down/Left/Right | Joystick Up/Down/Left/Right |
Analog stick Up/Down/Left/Right | Joystick Up/Down/Left/Right |
X (cross) | Joystick Fire |
O (circle) | Spacebar |
Start | Run/Stop |
® | Show virtual keyboard |
[L] +® | Return to the emulator menu |
When the virtual keyboard is on:
Directional pad | select virtual button |
[ ] (square) | press a virtual button |
O (circle) | ‘stick’ a sticky virtual button |
^ (triangle) | unstick all stuck virtual buttons |
Certain virtual buttons are “sticky” – the virtual button remains held down when O (circle) is tapped. Tapping O (circle) again releases the virtual button. To unstick all sticky buttons, press ^ (triangle).
Keyboard mappings can be modified for each game. Button configuration changes are automatically retained after a mapping is modified. To set a mapping as the default mapping, press [ ] (square).
Tape and Disk Image Loading, Autoloading
Anytime you attempt to load a game from the Game tab, VICE PSP will reset the system; this is intended to make most games easily loadable.
To load tapes/disks without resetting the system, go to the System tab, select the Tape or Drive 8 menu option (depending on whether you want to load a tape or disk image), then press X (cross) to load another image. If a tape or disk image is already loaded, it will be ejected, and another one will be loaded in its place. To eject a loaded image, select an option, and press ^ (triangle).
To autoload a program (load a program from a mounted image directly), first load the image, then go to the System tab, highlight the Tape or Drive 8 menu option, and press [right]. Select a program from the list, and press X (cross) to autoload it. Note that autoloading will reset the system.
Save State Autoloading
VICE PSP can be configured to automatically load a saved game whenever a new game is loaded via the Game tab. To do this, specify one of the save state slots as the Autoload slot (Options tab). If a saved game exists in the specified slot, it will be automatically loaded.
Known Issues
Counter will sometimes report frames-per-second information incorrectly – this has to do with the sound rendering routine, which is shaky at the moment. Exiting to the emulator menu and returning will usually correct this.
When frame skipping is in effect, sound may “crackle”. This is also, most likely, a result of the above bug.
Compiling
Emulator’s source code is available via a Subversion (SVN) repository. To check out a particular version, run
svn co http://svn.akop.org/psp/tags/vice/version
where version is the release version (for example, 2.1.1). Note that for this to work, you need to have Subversion installed.
To compile the emulator, you will need zlib (svn://) and libpng (svn://).
Credits
VICE team | VICE |
Thanks
Special thanks to the members of #vice-dev
for their help.
Version History
2.2.1 (January 02 2011)
- Updated VICE to version 2.2
- Includes SFX Sound Sampler and SFX Sound Expander emulation
- Includes EasyFlash cartridge emulation
2.1.21 (June 03 2009)
- Bugfix: Saving state while in NTSC mode resulted in a crash
- Bugfix: An extra line from the screen border appeared while in NTSC mode
2.1.2 (June 01 2009)
- Added 4:3 (fit screen height) stretch mode, visible in NTSC mode or when border is disabled
- Added border toggle – shows/hides the border surrounding the main display area
- Added PAL/NTSC/Old NTSC mode selection
- Added vertical blanking (VSync) support, only available in NTSC mode
- Bugfix: PRG loading now works
- Bugfix: “fit screen” stretch mode aspect ratio was incorrect; now fixed
- Minor fixes
2.1.1 (May 23 2009)
- Initial release