├── PlayStation.png ├── README.md └── PlayStation.htm /PlayStation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lrusso/PlayStation/HEAD/PlayStation.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # PlayStation 2 | 3 | PlayStation Emulator in JavaScript and WebAssembly. 4 | 5 | ![alt screenshot](https://raw.githubusercontent.com/lrusso/PlayStation/main/PlayStation.png) 6 | 7 | ## Web: 8 | 9 | https://lrusso.github.io/PlayStation/PlayStation.htm 10 | 11 | ## Main differences with WasmPSX: 12 | 13 | * Sound working. 14 | * Mute/unmute implementation. 15 | * The rendering fills the entire window. 16 | * File format validation. 17 | * Improved main screen. 18 | * Icons added for all the available options. 19 | * Internationalization (English and Spanish). 20 | 21 | ## Based on the work of: 22 | 23 | https://github.com/js-emulators/wasmpsx 24 | -------------------------------------------------------------------------------- /PlayStation.htm: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PlayStation 6 | 7 | 8 | 32 | 33 | 34 |
35 |
36 |
37 |
38 |
39 |
40 |
SELECT = C      START = V
L1 = W      L2 = E      R1 = R      R2 = T
TRIANGLE = D      CIRCLE = X      CROSS = Z      SQUARE = S
41 | 42 |
43 | 44 |
45 |
46 | 354 | 355 | --------------------------------------------------------------------------------