This is a simple CHIP-8 interpreter written in JavaScript for the Athena Env platform. Please note that the interpreter currently runs slowly.
Follow these steps to run the CHIP-8 interpreter on your PlayStation 2 using Athena Env:
-
Copy the following files and folder: ps2chip8, ps2chip8.js, and ps2chip8_icon.png.
-
Paste these files and folder into the main directory of Athena Env.
-
To run a ROM, open the .js file and locate the ROM name assignment. For example: const cpu = new CPU("ps2chip8/Tetris.ch8");