Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

CHIP8 emulator for PlayStation2, PlayStation3 and Linux

NotificationsYou must be signed in to change notification settings

jmgk77/CHIP8

Repository files navigation

This is a CHIP8 emulator for PlayStation 2, PlayStation 3 and Linux.

Build

Use ps2sdk to compile for PS2, psl1ght to compile for PS3.

Usage

Runchip8.Linux on linux,chip8.ps2.elf on PS2, or install and runchip8.PS3.pkg on PS3. The ROMs are read from current directory on Linux, or in the 1st USB port on PS2 and PS3

Keys

Default keys are:

LINUX/PS2 (Joystick)

BUTTON_A 5BUTTON_B 11BUTTON_X 10BUTTON_Y 0BUTTON_L1 12BUTTON_R1 13BUTTON_L3 14BUTTON_R3 15BUTTON_UP 2BUTTON_RIGHTUP 3BUTTON_RIGHT 6BUTTON_RIGHTDOWN 9BUTTON_DOWN 8BUTTON_LEFTDOWN 7BUTTON_LEFT 4BUTTON_LEFTUP 1

LINUX/PS3 (Keyboard)

1 12 23 34 12Q 4W 5E 6R 13A 7S 8D 9F 14Z 10X 0C 11V 15

PS3 (Joystick)

BUTTON_A 5BUTTON_B 11BUTTON_X 10BUTTON_Y 0BUTTON_L1 1BUTTON_R1 3BUTTON_L3 12BUTTON_R3 13BUTTON_LEFT 4BUTTON_DOWN 8BUTTON_RIGHT 6BUTTON_UP 2BUTTON_L2 7BUTTON_R2 9BUTTON_START 14

These input can be changed by achip8.ini file in ROMs directory.


[8]ページ先頭

©2009-2025 Movatter.jp