Difference between revisions of "CHIP-8 emulators"

From Emulation General Wiki
Jump to navigation Jump to search
(add more systems)
Line 1: Line 1:
 
{{WIP}}
 
{{WIP}}
 
'''CHIP-8''' is an interpreted programming language, developed by Joseph Weisbecker.<br>
 
'''CHIP-8''' is an interpreted programming language, developed by Joseph Weisbecker.<br>
Most interpreters and emulators are one of the [[Main_Page#Emulators_on_consoles.2C_phones_.26_other_hardware_.28....29|Homebrew emulators]] for their system, Devices with official/marketed with CHIP-8 support include: the [https://mjbauer.biz/DREAM6800.htm DREAM 6800], [[wikipedia:COSMAC VIP|COSMAC VIP]], [[wikipedia:Telmac 1800|Telmac 1800]] and ETI-660.
+
Most interpreters and emulators are one of the [[Main_Page#Emulators_on_consoles.2C_phones_.26_other_hardware_.28....29|Homebrew emulators]] for their system, Devices with official/marketed with CHIP-8 support include: the [https://mjbauer.biz/DREAM6800.htm DREAM 6800], [[wikipedia:COSMAC VIP|COSMAC VIP]], [[wikipedia:Telmac 1800|Telmac 1800]] and ETI-660. See [[List of computers|this page]] for information of emulation of these systems.
  
 
Extensions to CHIP-8 have existed since the 1970s, With some extensions conflicting with each-other<ref>https://chip-8.github.io/extensions/</ref><ref>https://github.com/trapexit/chip-8_documentation</ref> most extensions have limited support outside of the interpreter they were made for, with the notable exception S-CHIP (also known as SCHIP and Super-Chip).
 
Extensions to CHIP-8 have existed since the 1970s, With some extensions conflicting with each-other<ref>https://chip-8.github.io/extensions/</ref><ref>https://github.com/trapexit/chip-8_documentation</ref> most extensions have limited support outside of the interpreter they were made for, with the notable exception S-CHIP (also known as SCHIP and Super-Chip).
Line 161: Line 161:
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|Chip8x
 +
|align=left|{{Icon|Xbox}}
 +
|[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 
|-
 
|-
 
|[https://apps.fortheusers.org/wiiu/CHIP8 CHIP8 Emulator]
 
|[https://apps.fortheusers.org/wiiu/CHIP8 CHIP8 Emulator]
Line 176: Line 185:
 
|{{✗}}
 
|{{✗}}
 
|Mid
 
|Mid
 +
|{{?}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Chip 8 Emulator
 +
|align=left|{{Icon|GameCube}}
 +
|[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
 +
|{{✗}}
 +
|?
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
Line 242: Line 260:
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
 +
|-
 +
|CHIP8
 +
|align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
 +
|[https://github.com/jmgk77/CHIP8 v1]
 +
|{{✗}}
 +
|?
 +
|{{?}}
 +
|{{✗}}
 +
|{{?}}
 
|-
 
|-
 
|Chip8-3DO
 
|Chip8-3DO
Line 290: Line 317:
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|[https://github.com/Hacktix/ GB-8]
+
|[https://github.com/Hacktix/GB-8 GB-8]
 
|Game Boy
 
|Game Boy
 
|[https://github.com/Hacktix/GB-8/releases git]
 
|[https://github.com/Hacktix/GB-8/releases git]
Line 298: Line 325:
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|Vision-8 for Gameboy
 +
|Game Boy
 +
|[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
 +
|{{✗}}
 +
|?
 +
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 
|-
 
|-
 
|PSPChip8
 
|PSPChip8
Line 431: Line 467:
 
|chip8-stm32
 
|chip8-stm32
 
|STM32
 
|STM32
 +
|[https://github.com/sash13/chip8-stm32 git]
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?
Line 449: Line 486:
 
|-
 
|-
 
|CHIP-8 UEFI
 
|CHIP-8 UEFI
 +
|align=left|{{Icon|UEFI}}
 
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
 
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
|align=left|{{Icon|UEFI}}
 
 
|{{✗}}
 
|{{✗}}
 
|?
 
|?

Revision as of 21:56, 12 April 2024

CHIP-8 is an interpreted programming language, developed by Joseph Weisbecker.
Most interpreters and emulators are one of the Homebrew emulators for their system, Devices with official/marketed with CHIP-8 support include: the DREAM 6800, COSMAC VIP, Telmac 1800 and ETI-660. See this page for information of emulation of these systems.

Extensions to CHIP-8 have existed since the 1970s, With some extensions conflicting with each-other[1][2] most extensions have limited support outside of the interpreter they were made for, with the notable exception S-CHIP (also known as SCHIP and Super-Chip).

CHIP-8 extensions include: CHIP-8C, CHIP-8E, CHIP-8X, CHIP-8I, CHIP-10, HiRes CHIP-8, CHIP-48, XO-CHIP, S-CHIP

To test accuracy to the original CHIP-8 use the: CHIP-8 test suite

Interpreters and emulators

Name Platform(s) Latest Version Libretro Core Accuracy FLOSS Active Recommended
PC / x86
Cadmium Windows Linux macOS 1.1.8 High
chip8swemu Windows Linux git Mid
DSP Windows Linux macOS git ? ?
JAXE Windows Linux [N 1] git
libretro core
? ?
Vision-8 Windows MS-DOS UNIX 1.0 ? ? ?
CHIP-8 ZealOS git ? ?
Mobile / ARM
ChipChip Android 1.8.0 Mid
Chip8 Java Android ? Low ~
iPhone-Chip-8-Emulator iOS git ? ~
Web browsers
Octo Web Website
git
High
Cadmium Web Website
git
High
Silicon8 Web Website
git
?
Chip8.js Web Website
git
?
Flip8 Web Website ? ? ?
Consoles
CHIP Emulator Xbox One 1 Mid ?
Chip8x Xbox v5 ? ? ?
CHIP8 Emulator Wii U 2.2 Mid
Chippy Wii pre-v2 Mid ?
Chip 8 Emulator GameCube 1.0a ? ?
Chip8-n64 Nintendo 64 git Mid
PsChip8 PlayStation git Mid
Super-Chip8x Super Nintendo git Mid
Chip8 To SMD Genesis 2.0 Mid
NES-CHIP-8 NES git ? ?
Chip8-NX Switch git Mid ~
Chip8 Emulator PlayStation 4 POC Low ? ~
CHIP8 PlayStation 3
PlayStation 2
v1 ? ? ?
Chip8-3DO 3DO git Low-Mid ~ ~
CHIP-F8 Channel F git ? ~
Handhelds
Chip8me Nintendo DS 1.0 ?
DrChip 8 GameBoy Advance 09/20/02 ?
Chip-3DS Nintendo 3DS 1.0 Mid ? ~
GB-8 Game Boy git Mid
Vision-8 for Gameboy Game Boy 1.0 ? ?
PSPChip8 PSP 1.0 Low ~
Chip8 Emulator PSP 1.0 Beta Low
DreamChip PSP V4 Low
Chip8 Atari Lynx ? ? ? ?
CHIP-8 mini Pokemon Mini git ? ?
Calculators
Chip8Emu TI-Nspire 1.2.2 Mid
Schip8fx Casio AFX
Fx-9860
1.11.0 Mid ?
C8SALT TI-84 series git ?
Chip-84 TI84+CE git ? ?
Chip84CE TI84+CE git ? ?
Microcontrollers
8boy Arduino git ? ?
ESPboy CHIP8 ESPboy git ? ?
ESP32TinyChip8 ESP32 git ? ?
Chip-8 STM32 STM32 git ? ?
chip8-stm32 STM32 git ? ?
TIVA8 TM4C123 git ? ?
Firmware
CHIP-8 UEFI UEFI git ? ?
GPCHIP Miyoo 0.0.1 ?
PluginChip8 RockBox ? ? ?
Home computers
Chip-8 Atari 8-bit git ? ?
Vision-8 AmigaOS
ColecoVision
Coleco ADAM
1.0 ? ? ?
CHIP-OTTO ZX Spectrum
ZX Spectrum Next
Cambridge Z88
1.0 ? ? ?
Chip8 AmigaOS ? ? ? ?
C64 Chip-8 Commodore 64 git ? ?
vic20 chip-8 VIC-20 1.11 ? ?
CHIP-8 Simulator BBC/Master BBC Micro
BBC Master
? ? ? ?
Chip-8 RiscOS 26-Jan-98 ? ? ?
Other
chip-8.nvim NeoVim git ? ?
chip8 Sharp PC-1350
PC-1360
PC-2500
git ? ?

References

Notes
  1. Only available outside of Windows and Linux as a libretro core (e.g., RetroArch).