ZitatAlles anzeigen
October 25, 2005
Stella release 2.0.1 for Linux, Mac OSX and Windows is now available. Ports to other operating systems will be released as they become available. A partial list of features is:
* Added 'dirtyrects' support, which speeds up rendering for some Windows users.
* Fixed bug where taking snapshots would fail if the snapshot directory wasn't specified.
* Made ROM launcher case-insensitive, so upper and lowercase names are now mixed in the correct order.
* Fixed ZIP ROM support to search the archive for ROMs ending with either .bin or .a26 (case insensitive).
* ROMs which don't have an associated properties entry are no longer named 'Untitled' in the Stella window or when taking snapshots. The actual ROM name is now used.
* Changed minimum height of debugger to be 27 lines in the prompt, or approx. 700 pixels high. This should make using the debugger easier for users with lower resolution monitors. Related to this, the RomWidget now uses all possible vertical space when changing the debugger height.
* Fixed bug related to upgrading Stella and event mappings being incorrect. Stella now detects this, and uses the default mappings. So upgrading to version 2.0.1 means your event mappings will be reset.
* Fixed bug in loading debugger symbol files generated on different operating systems.
* For the Windows port; added exe installer based on InnoSetup.
* For the Windows port; compiled icon into Stella, so it now looks like a real Win32 application.
* For the OSX port, reverted window resize key combos back to 'Cmd =' and 'Cmd -' to match the 1.4.2 release.
Have Fun!
http://stella.sourceforge.net/
Funktioniert prächtigt unter MaLa, im Gegensatz zur alten Version muss lediglich noch noch ein Häkchen bei ESC Hook gemacht werden.
Und noch dazu :
ZitatAlles anzeigen
STELLA port for the Sony PSP contributed by
David Voswinekl <david@optixx.org>
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
------------
o psp-toolchain
o pspsdk
o libsdl
o 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
Keymap
------
Menu
Cross - Left Mouse Button
Emulation
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
----------
o SDL video driver is in early stage, so expect flickering and update problems
o Stella will only compile/run with lastest sdl, pspskd and toolchain.
o Stella will crash if SDL is compiled with --disable-stdio-redirect.
Also you need a custom libSDLmain which has a debugHandler for stdout.
