CHIP-8 (Emux)¶
This core currently doesn't start so this documentation will remain incomplete until it is fixed.
Contribute to this documentation¶
In order to propose improvements to this document, visit it's corresponding source page on github. Changes are proposed using "Pull Requests."
Background¶
Emux is a cross-platform emulator project with a goal of emulating multiple kinds of machines related to gaming, such as consoles or arcades. Its philosophy is very much inspired by the Linux kernel (hence the name), which brilliantly manages to support multiple machines while keeping drivers entirely platform-independent. Emux is designed in the same way, keeping a code base of CPUs and controllers separate from machines.
How to get and install the Emux CHIP-8 core:¶
-
Start up RetroArch. Inside the main menu, go to 'Online Updater'.
-
Just to make sure we have the latest info files, select 'Update Core Info FIles'. Wait until this is done. Then, select 'Core Downloader'.
-
Browse through the list and select 'CHIP-8 (Emux)'.
After this has finished downloading, the core should now be ready for use!
Authors¶
- Sebastien Ronsse
License¶
A summary of the licenses behind RetroArch and its cores can be found here.
Extensions¶
Content that can be loaded by the Emux CHIP-8 core have the following file extensions:
- .ch8
- .bin
- .rom
Features¶
Feature | Supported |
---|---|
Saves | - |
States | - |
Rewind | - |
Netplay | - |
RetroAchievements | - |
RetroArch Cheats | - |
Native Cheats | - |
Controllers | - |
Remapping | - |
Multi-Mouse | - |
Rumble | - |
Sensors | - |
Camera | - |
Location | - |
Subsystem | - |
Softpatching | - |
Saves/States¶
The Emux CHIP-8 core's directory name is 'emux (chip8)'
Awaiting description.
Core options¶
Awaiting description.
Controllers¶
Awaiting description.
Device types¶
Awaiting description.
Controllers graph¶
Awaiting description.
External Links¶
- Libretro Emux CHIP-8 Core info file
- Libretro Emux CHIP-8 Github Repository
- Report Libretro Emux CHIP-8 Core Issues Here
- Official Emux CHIP-8 Github Repository