ColEm-PSP
ColecoVision emulator for PlayStation Portable

http://psp.akop.org/colem

© 2007 Akop Karapetyan
© 1994-2007 Marat Fayzullin

ColEm-PSP is a port of the ColEm emulator to the Sony PlayStation Portable platform. It's written in C and uses GU (Graphical Utility toolkit) for rendering.

Table of Contents

  1. New Features
  2. Installation
  3. Controls
  4. Virtual Keypad
  5. Compiling
  6. Version history
  7. Credits

New Features

Version 2.2.2 (July 24, 2007)

Installation

Unzip colempsp.zip into /PSP/GAME/ folder on the memory stick. This should create the following directory tree:

PSP/
GAME/
COLEMPSP/
ROMS/ (game roms and disk images)
SCREENS/ (screenshots)
STATES/ (save states)
COLECO.LYT (virtual keypad layout)
SYSTEM.ZIP (System ROM's)
[any other files]
COLEMPSP%/
EBOOT.PBP

Please note that system ROM's must reside in the same folder as EBOOT.PBP file. Game ROM's may reside anywhere (the ROMS subdirectory is recommended, but not necessary).

ColEm-PSP supports cartridge loading from ZIP files. System ROM's may reside in a SYSTEM.ZIP file in the same folder as EBOOT.PBP.

Controls

ColEm-PSP currently comes with the following default key mappings:

During emulation:

Keyboard mappings can be modified for each game. By default, button configuration changes are not retained after a mapping is modified. To save changes, press (circle) after desired mapping is configured. To set the mapping as the default mapping, press (square) - to load the default mapping press (triangle).

Virtual Keypad

When the virtual keypad is on:

Compiling

Source code for ColEm-PSP is part of source code for fMSX-PSP, available via a Subversion (SVN) repository. To check out a particular version, run

svn co http://svn.akop.org/fmsx/tags/date

where date is the date of a particular version's release, in YYYY.MM.DD format (2007.04.20, for example). Note that for this to work, you need to have Subversion installed.

To compile fMSX-PSP, you will need zlib (svn://) and libpng (svn://).
To enable zipped ROM support, #define MINIZIP.

Version History

Version 2.2.1 (June 21, 2007)

Credits


Akop Karapetyan, 2007