File: README-PSP.txt

package info (click to toggle)
stella 2.2-1
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k
  • size: 7,684 kB
  • ctags: 6,427
  • sloc: cpp: 32,878; ansic: 20,046; sh: 3,365; objc: 738; perl: 348; makefile: 196; asm: 159; yacc: 80
file content (58 lines) | stat: -rw-r--r-- 1,292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58

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.