Skip to content

Category: PSP

PSP

Stella Update

Released a new build of the the [Atari 2600]( http://en.wikipedia.org/wiki/Atari_2600) Emulator [Stella]( http://stella.sf.net) for the PSP. Just a up2date release to reflect current CVS changes.

[Download](http://optixx.org/download/stella_bin_20051002.tar.gz)

[Source](http://optixx.org/download/stella_src_20051002.tar.gz)

2 Comments

New Stella Release

Finished a new release of the the [Atari 2600]( http://en.wikipedia.org/wiki/Atari_2600) Emulator [Stella]( http://stella.sf.net) for the PSP. Did some bug fixing and fixed the build system to work with latest pspsdk. It’s seems that the Stella 2.0 version is nearly finished and it will be released on the official site in the near future.

**Change Log**

* Fixed build system work with latest pspsdk ans psptoolchain
* New key mapping
* Control menu to access advanced features during the emulation
* Support for overclocking via the configfile

![Stella](http://optixx.org/images/stella/stella_s03.jpg)
![Stella](http://optixx.org/images/stella/stella_s04.jpg)
![Stella](http://optixx.org/images/stella/stella_s05.jpg)
![Stella](http://optixx.org/images/stella/stella_s06.jpg)

[Laucher Menu](http://optixx.org/images/stella/stella03.jpg)

[Game Menu](http://optixx.org/images/stella/stella04.jpg)

[Control Menu](http://optixx.org/images/stella/stella05.jpg)

[Emulation](http://optixx.org/images/stella/stella06.jpg)

[Download](http://optixx.org/download/stella_bin_20050919.tar.gz)

[Source](http://optixx.org/download/stella_src_20050919.tar.gz)

Comments closed

Stella PSP Port

Ported the [Atari 2600]( http://en.wikipedia.org/wiki/Atari_2600) Emulator [Stella]( http://stella.sf.net) to the Portable Playstation.
The Port is in offical project CVS at Sourceforge. Currently the version is beta and there is no offical psp build. You can download my build,
but use it on your own risk.

**Building**

To build for the **PSP**, make sure psp-config is in the path and run:


   ./configure --host=psp --disable-developer
   make
   make psp-upload
   make psp-layout

**Dependencies**

* psp-toolchain
* pspsdk
* libsdl
* libpng

**Status**

* Video: Support for scaled software mode and framebuffer hardware mode
* Audio:Working
* Input: Mouse emulation via Joystick
* Snapshot: Working
* Lauchner: Working
* Menu : Working
* Debugger: Not useable

**KeymapMenu**

* Cross:Left Mouse Button

**KeymapEmulation**

* Cross: Fire
* Circle: Load State
* Square: Save State
* Triangle: Snapshot
* Select: Console Select
* Start: Console Reset
* Left Trigger: Games Menu
* Right Trigger: Command Menu

**Known Bugs**

* SDL video driver is in early stage, so expect flickering and update problems
* Stella will only compile/run with lastest sdl, pspskd and toolchain.
* Stella will crash if SDL is compiled with –disable-stdio-redirect.
* Also you need a custom libSDLmain which has a debugHandler for stdout.

![Stella](http://optixx.org/images/stella/stella_s01.jpg)
![Stella](http://optixx.org/images/stella/stella_s02.jpg)

[Picture 1](http://optixx.org/images/stella/stella01.jpg)

[Picture 2](http://optixx.org/images/stella/stella02.jpg)

[Download](http://optixx.org/download/stella-bin.tar.gz)

[Source](http://optixx.org/download/stella-src.tar.gz)

3 Comments