aboutsummaryrefslogtreecommitdiff
path: root/emulators/linux-ePSXe/pkg-message
blob: 2645cf882f90976878d243ae1778fa7677bd5fd0 (plain) (blame)
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
===============================================================================
To do anything useful with the emulator, you need:

  - a GPU (graphical processing unit) plugin, choose between:

      emulators/linux-peops-softgpu
      emulators/linux-pete-xgl2gpu
      emulators/linux-pete-mesagpu

  - a SPU (sound processing unit) plugin:

      emulators/linux-peops-spu

  - optionally, a joystick plugin:

      emulators/linux-padjoy

  - a Playstation BIOS image:

      The port documentation says: "during testing we found out that the
      scph1001.bin and scph7502.bin BIOS are compatible, but the scph1000.bin
      won't work".

      Please keep in mind that the Playstation BIOS is copyrighted software.

Moreover, some users report that the emulator does not work for them unless
they mount the Linux process file system. To mount linprocfs, add the
following line to /etc/fstab:

linproc		/compat/linux/proc	linprocfs	rw	0	0

and reboot the system.
===============================================================================