Difference between revisions of "CHIP-8 emulators"

From Emulation General Wiki
Jump to navigation Jump to search
(fix error and add another category)
m
 
(100 intermediate revisions by 19 users not shown)
Line 2: Line 2:
 
|title = CHIP-8
 
|title = CHIP-8
 
|image = PONG CHIP8.png
 
|image = PONG CHIP8.png
|imagecaption = Screenshot of Pong implemented in CHIP-8
+
|imagecaption = CHIP-8 implemention of ''[[wikipedia:Pong|Pong]]''
 
|developer = Joseph Weisbecker
 
|developer = Joseph Weisbecker
|type = Interpreted programming language
+
|release = 1977 or 1978
|release = 1976<ref>[https://en.wikipedia.org/wiki/Joseph_Weisbecker Joseph Weisbecker] - Wikipedia</ref> (original)
 
 
|emulated = {{✓}}
 
|emulated = {{✓}}
 
}}
 
}}
 +
<!-- WIP: Needs [[accuracy testing]] and checking for [[licensing]] and [[#Descriptions|Descriptions]] added-->
 +
{{WIP}}
 +
:''Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of CHIP-8 interpreters.''
 +
'''[[wikipedia:CHIP-8|CHIP-8]]''' is an [[wikipedia:Interpreter_(computing)|interpreted]] [[wikipedia:Programming_language|programming language]], developed by Joseph Weisbecker. Designed to be easy to program for and to use less resources than programming languages like [[wikipedia:BASIC|BASIC]]. <ref>[https://archive.org/details/byte-magazine-1978-12/page/n109/mode/2up "An Easy Programming System"] [[wikipedia:Byte_(magazine)|BYTE]] volume. 3, issue 12. December 1978.</ref>
 +
 +
Microcomputers with CHIP-8 support are listed [[#Computers with CHIP-8 support|here]], for other implementations see [[#Interpreters|interpreters]]
  
{{WIP}}
+
===Adoption===
:''' ''WIP Note''': needs [[accuracy testing]] and checking for [[licensing]]''
+
{{for|more information on computers with CHIP-8 support|List of computers}}
{{for|emulators for computers dedicated to running CHIP-8|List of computers}}
+
:There have been multiple communities that have used CHIP-8.
:''Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of interpreters of CHIP-8.''
+
In the late 1970s to 1980s [[wikipedia:Microcomputer|microcomputer]] kit communities are where CHIP-8 was first popular, on systems such as the [https://mjbauer.biz/DREAM6800.htm DREAM 6800], [[wikipedia:COSMAC VIP|COSMAC VIP]], [https://www.emma02.hobby-site.com/eti.html HUG1802/ETI-660], [https://www.emma02.hobby-site.com/nano.html Oscom Nano], [https://www.emma02.hobby-site.com/telmac1800.html Telmac 1800], [https://www.emma02.hobby-site.com/telmac2000.html Telmac 2000], and [https://www.emma02.hobby-site.com/velf.html V-ELF]
  
'''[[wikipedia:CHIP-8|CHIP-8]]''' is an interpreted programming language, developed by Joseph Weisbecker.<br>
+
This is due to systems like the COSMAC VIP endorsing and including CHIP-8 programs with the machine.<ref>[https://archive.org/details/rca-cosmac-vp-111-instr-manual-b/ COSMAC VIP Instruction Manual]</ref> In these communities CHIP-8 programs and extensions were being shared with newsletters, like '[https://archive.org/search?query=creator%3A%22N.S.W.+6800+Users+Group%22&sort=title DREAMER]' and '[https://github.com/mattmikolay/viper VIPER magazine]'
  
Most CHIP-8 interpreters are [[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.
+
Later, in the 1990s CHIP-8 began to be popular on [[wikipedia:Graphing calculator|graphing calculators]]. This community started when a CHIP-8 interpreter called CHIP-48, the origin the 'CHIP-48' extension was released on the [[wikipedia:HP_48_series|HP-48]] in 1990. In 1991 the 'SUPER-CHIP' interpreter was created, with the 'SUPER-CHIP' (A.K.A S-CHIP or SCHIP) extension being a derivative of CHIP-48.<ref name=SCHIP_11_DOC>[http://devernay.free.fr/hacks/chip8/schip.txt SUPER-CHIP 1.1 documentation]</ref>
  
Extensions to CHIP-8 have existed since the 1970s, With some 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. The most supported extensions are S-CHIP and XO-CHIP.
+
There have been other communities that have created and ported interpreters, devices such as consoles. With interpreters still being made for consoles and computers, as well as many other old and new devices. In the 2010s the [https://beyondloom.com/blog/octojam.html Octojam] competition started with the creation of XO-CHIP, which was created in 2014<ref>[https://chip-8.github.io/extensions/#xo-chip CHIP-8 extensions and compatibility#XO-CHIP]</ref>. Octojam ran from 2014-2023, <ref>https://beyondloom.com/blog/octojam.html</ref> had dozens of CHIP-8, S-CHIP, and XO-CHIP programs created for it.
  
For information on CHIP-8 extensions see: [https://chip-8.github.io/extensions/ CHIP-8 extensions and compatibility] by the CHIP-8 Research Facility
+
__TOC__
 
==Interpreters==
 
==Interpreters==
 +
 
===Computers===
 
===Computers===
{| class="wikitable" style="text-align:center;"
+
 
 +
{|class="wikitable" style="text-align:center;width:100%"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Platform(s)
! scope="col"|Latest Version
+
! scope="col"|Latest version
 
! scope="col"|[[Libretro|Libretro Core]]
 
! scope="col"|[[Libretro|Libretro Core]]
 +
! scope="col"|[[#Extensions|Extension(s)]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
Line 39: Line 47:
 
|[https://github.com/gulrak/cadmium 1.1.8]
 
|[https://github.com/gulrak/cadmium 1.1.8]
 
|{{✗}}
 
|{{✗}}
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://github.com/gulrak/cadmium?tab=readme-ov-file#supported-chip-8-variants Others]
 
|Cycle
 
|Cycle
 
|{{✓}}
 
|{{✓}}
Line 44: Line 53:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|chip8swemu
+
|C-Octo
|align=left|{{Icon|Windows|Lin}}
+
|align=left|{{Icon|Windows|Lin|macOS}}
|[https://github.com/AlfonsoJLuna/chip8swemu-sdl2 git]
+
|[https://github.com/JohnEarnest/c-octo git]
 
|{{✗}}
 
|{{✗}}
|Mid
+
|CHIP-8<br>S-CHIP<br>XO-CHIP
 +
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|[[DSP]]
+
|CubeChip-SDL
|align=left|{{Icon|Windows|Lin|macOS}}
+
|align=left|{{Icon|Windows|Linux|macOS}}
|[https://github.com/leniad/dsp-emulator git]
+
|[https://github.com/coornio/CubeChip-SDL git]
 
|{{✗}}
 
|{{✗}}
|Mid
+
|CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://github.com/coornio/CubeChip-SDL Others]
 +
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 66: Line 77:
 
|[https://github.com/kurtjd/jaxe git]<br>[https://buildbot.libretro.com/nightly libretro core]
 
|[https://github.com/kurtjd/jaxe git]<br>[https://buildbot.libretro.com/nightly libretro core]
 
|{{✓}}
 
|{{✓}}
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP
 
|High
 
|High
 
|{{✓}}
 
|{{✓}}
Line 71: Line 83:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Vision-8
+
|chip8swemu
|align=left|{{Icon|Windows|DOS|UNIX}}
+
|align=left|{{Icon|Windows|Lin}}
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
+
|[https://github.com/AlfonsoJLuna/chip8swemu-sdl2 git]
 
|{{✗}}
 
|{{✗}}
 +
|CHIP-8<br>S-CHIP
 
|Mid
 
|Mid
|{{NC}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{}}
 
|-
 
|-
|CowChip
+
|[[DSP]]
|align=left|{{Icon|W9x}}<br>Windows 3.1
+
|align=left|{{Icon|Windows|Lin|macOS}}
|[http://www.emu-france.com/emulateurs/10-ordinateurs/108-chip-8-superchip-8-megachip-8-chip-16/924-cowchip/ 0.2]
+
|[https://github.com/leniad/dsp-emulator git]
|{{✗}}
 
|Low-Mid
 
 
|{{✗}}
 
|{{✗}}
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|Fish 'N' Chips
 +
|align=left|{{Icon|Windows}}
 +
|[https://web.archive.org/web/20080905152446/http://hap.samor.nl:80/ 2.1.5]<br>[https://web.archive.org/web/20070106152205/http://home.planet.nl/~haps/fishnchips_src.zip 1.21 source code]
 
|{{✗}}
 
|{{✗}}
 +
|CHIP-8<br>CHIP-8X<br>SCHIP
 +
|High
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 
|-
 
|-
|OmniChip-8
+
|InfoChip8
|align=left|{{Icon|Windows|Linux}}
+
|align=left|{{Icon|Windows}}
|[https://github.com/Eggbertx/OmniChip-8 git]
+
|[https://web.archive.org/web/20060620133903/http://www.geocities.co.jp/SiliconValley/5604/infochip8.html 0.1J]
 
|{{✗}}
 
|{{✗}}
|?
+
|CHIP-8
 +
|Mid
 
|{{✓}}
 
|{{✓}}
|{{✓}}
+
|{{✗}}
|{{?}}
+
|{{~}}
|-
 
|CHIP-8 Interpreter
 
|align=left|{{Icon|DOS}}
 
|[https://github.com/BojanSof/CHIP-8-Interpreter git]
 
|{{✗}}
 
|Mid
 
|{{✓}}
 
|{{✗}}
 
|{{?}}
 
|-
 
|Chip8-DOS
 
|align=left|{{Icon|DOS}}
 
|[https://github.com/tesa-klebeband/Chip8-DOS git]
 
|{{✗}}
 
|Low-Mid
 
|{{✓}}
 
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
 
|shmip8
 
|shmip8
Line 120: Line 127:
 
|[https://github.com/shmolyneaux/shmip8 git]
 
|[https://github.com/shmolyneaux/shmip8 git]
 
|{{✗}}
 
|{{✗}}
 +
|CHIP-8
 
|Mid
 
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|CubeChip-SDL
+
|Vision-8
|align=left|{{Icon|Windows}}
+
|align=left|{{Icon|Windows|DOS|UNIX}}
|[https://github.com/coornio/CubeChip-SDL git]
+
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|{{✗}}
 
|{{✗}}
|?
+
|CHIP-8
|{{✓}}
+
|High-Mid
|{{✓}}
+
|{{NC}}
|{{?}}
 
|-
 
|chip8-asm64-emu
 
|align=left|{{Icon|Linux}}
 
|[https://github.com/Lonami/chip8-asm64-emu git]
 
 
|{{✗}}
 
|{{✗}}
|Low
+
|{{~}}
|{{✓}}
 
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
|Pin8
+
|SVision-8
|align=left|{{Icon|Haiku}}
+
|align=left|{{Icon|Windows|DOS|UNIX}}
|[https://github.com/cnelmortimer/Pin8 git]
+
|[http://devernay.free.fr/hacks/chip8/ ?]
 
|{{✗}}
 
|{{✗}}
|?
+
|S-CHIP
 +
|High-Mid
 
|{{NC}}
 
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|CHIP-8 Emulator
+
|CHIP-8 Interpreter
|KolibriOS
+
|align=left|{{Icon|DOS}}
|[https://github.com/rgimad/chip8_kolibri git]
+
|[https://github.com/BojanSof/CHIP-8-Interpreter git]
 
|{{✗}}
 
|{{✗}}
|?
+
|CHIP-8
 +
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
 +
|C8
 +
|align=left|{{Icon|DOS}}
 +
|[https://github.com/Hambones82/CHIP8_EXE git]
 +
|{{✗}}
 
|CHIP-8
 
|CHIP-8
|ZealOS
+
|Mid
|[https://github.com/Zeal-Operating-System/CHIP8 git]
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|Emu OS
+
|Chip8
|x86 CPUs
+
|align=left|{{Icon|DOS}}
|[https://github.com/nihalkenkre/emu_os git]
+
|[https://www.pong-story.com/chip8/ 2.2.0]
 +
|{{✗}}
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
!colspan="10"|Home computers
+
|DOS Chip-8 / VChip-8
|-
+
|align=left|{{Icon|DOS}}
|Chip-8
+
|[https://web.archive.org/web/20060618210558/http://members.aol.com/autismuk/chip8/ 1.1]
|Atari 8-bit
 
|[https://github.com/pkali/Chip-8 git]
 
 
|{{✗}}
 
|{{✗}}
|?
+
|CHIP-8<br>S-CHIP
|{{✓}}
+
|Low-Mid
|{{✓}}
 
 
|{{?}}
 
|{{?}}
|-
 
|Chip09
 
|Tandy CoCo 2<br>Dragon 32/64
 
|[https://github.com/ebonhand09/Chip09 git]
 
 
|{{✗}}
 
|{{✗}}
|?
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|Vision-8
+
|chip8-asm64-emu
|{{Icon|AmigaOS}}<br>ColecoVision<br>Coleco ADAM<br>
+
|align=left|{{Icon|Linux}}
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
+
|[https://github.com/Lonami/chip8-asm64-emu git]
 
|{{✗}}
 
|{{✗}}
 +
|CHIP-8
 
|Mid
 
|Mid
|{{NC}}
+
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|CHIP-OTTO
+
|OmniChip-8
|ZX Spectrum<br>ZX Spectrum Next<br>Cambridge Z88
+
|align=left|{{Icon|Windows|Linux}}
|[https://retrobits.itch.io/chip-otto ?]
+
|[https://github.com/Eggbertx/OmniChip-8 git]
|{{✗}}
 
|?
 
 
|{{✗}}
 
|{{✗}}
 +
|CHIP-8
 +
|Low
 +
|{{✓}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|Chip8
+
|CowChip
|align=left|{{Icon|AmigaOS}}
+
|align=left|{{Icon|W9x}}{{Icon2|W3}}
|[https://aminet.net/package/dev/lang/Chip8 ?]
+
|[http://www.emu-france.com/emulateurs/10-ordinateurs/108-chip-8-superchip-8-megachip-8-chip-16/924-cowchip/ 0.2]
 
|{{✗}}
 
|{{✗}}
|?
+
|CHIP-8
|{{?}}
+
|Low-Mid
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
|-
 
|C64 Chip-8
 
|align=left|{{Icon|C64}}
 
|[https://github.com/kschuetz/c64-chip8 git]
 
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|OmniChip-8
+
|Chip8-DOS
|align=left|{{Icon|C64}}
+
|align=left|{{Icon|DOS}}
|[https://github.com/Eggbertx/OmniChip-8 git]
+
|[https://github.com/tesa-klebeband/Chip8-DOS git]
 
|{{✗}}
 
|{{✗}}
|?
+
|CHIP-8
 +
|Low-Mid
 
|{{✓}}
 
|{{✓}}
|{{✓}}
 
|{{?}}
 
|-
 
|Chip-8 Emulator
 
|align=left|{{Icon|C64}}
 
|[https://csdb.dk/release/?id=17306 ?]
 
|{{✗}}
 
|?
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|MoeCHIP-8 for C64
+
|Pin8
|align=left|{{Icon|C64}}
+
|align=left|{{Icon|Haiku}}
|[https://github.com/jomag/moechip8 git]
+
|[https://github.com/cnelmortimer/Pin8 git]
 
|{{✗}}
 
|{{✗}}
|?
+
|CHIP-8
|{{?}}
+
|{{TBD}}
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Vic-20 Chip-8 Emulator
+
|CHIP-8 Emulator
|VIC-20
+
|align=left|{{Icon2|KolibriOS}}
|[https://huffelduff.itch.io/vic20-chip-8 1.11]
+
|[https://github.com/rgimad/chip8_kolibri git]
 
|{{✗}}
 
|{{✗}}
|?
+
|CHIP-8
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{?}}
 
 
|-
 
|-
|CHIP-8 Simulator BBC/Master
+
|CHIP-8
|BBC Micro<br>BBC Master
+
|ZealOS
|[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
+
|[https://github.com/Zeal-Operating-System/CHIP8 git]
|{{✗}}
 
|?
 
 
|{{✗}}
 
|{{✗}}
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{PublicDomain}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip-8
+
|Emu OS
|align=left|{{Icon|RiscOS}}
+
|x86 CPUs
|[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
+
|[https://github.com/nihalkenkre/emu_os git]
 
|{{✗}}
 
|{{✗}}
|?
+
|CHIP-8
|{{?}}
+
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 +
|}
 +
 
 +
=== Mobile \ ARM ===
 +
 
 +
{|class="wikitable" style="text-align:center;width:100%"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest version
 +
! scope="col"|[[#Extensions|Extension(s)]]
 +
! scope="col"|[[Emulation Accuracy|Accuracy]]
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
!colspan="10"|Portable computers
+
!colspan="10"|Mobile / ARM
 
|-
 
|-
|CHIP8-100
+
|Chip8
|TRS-80 Model 100
+
|align=left|{{Icon|APK}}
|[https://github.com/marinuso/chip8-100 git]
+
|[https://f-droid.org/en/packages/com.dkanada.chip/ 0.7.1]<br>[https://github.com/dkanada/chip-emulator git]
 +
|CHIP-8
 +
|High
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{}}
|{{?}}
 
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
!colspan="10"|Fantasy computers
+
|ChipChip
|-
+
|align=left|{{Icon|APK}}
|minimicro-chip8
+
|[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip&hl=en&gl=US 1.8.0]
|MiniMicro
+
|CHIP-8<br>S-CHIP<Br>MegaChip
|[https://github.com/JoeStrout/minimicro-chip8 git]
+
|Mid
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{✓}}
|{{?}}
+
|-
 +
|C-Octo
 +
|align=left|{{Icon|rpi}}
 +
|[https://github.com/JohnEarnest/c-octo git]
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP
 +
|High
 +
|{{✓}}
 +
|{{✓}}
 +
|{{}}
 
|-
 
|-
|CHIP-8 Emulator
+
|iPhone-Chip-8-Emulator
|PICO-8
+
|align=left|{{Icon|iOS}}
|[https://www.lexaloffle.com/bbs/?tid=2492 1.5]
+
|[https://github.com/drhelius/iPhone-Chip-8-Emulator git]
|{{}}
+
|CHIP-8<br>S-CHIP
|?
+
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{~}}
 +
|-
 +
|WinRT-CHIP8
 +
|align=left|{{Icon|Win8Phone}}
 +
|[https://github.com/nikitakunevich/WinRT-CHIP8 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|CHIP-80
+
|PalmChip8
|TIC-80
+
|align=left|{{Icon|Palm}}
|[https://tic80.com/play?cart=953 Update 4]
+
|[https://www.ladoshki.com/5777-palm-PalmChip8-v1-0.htm 1.0]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|DALE-8
 +
|align=left|{{Icon|KaiOS}}
 +
|[https://gitlab.com/suborg/dale-8 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{PublicDomain}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Pico-CHIP8
 +
|align=left|{{Icon|rpi}}
 +
|[https://github.com/Y2K-x/pico-chip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
 +
|MeltChip
 +
|BlackBerry PlayBook
 +
|[https://github.com/karolprzyb/MeltChip/ git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 
|}
 
|}
===Other devices===
+
 
{| class="wikitable" style="text-align:center;"
+
===Browser===
 +
 
 +
{|class="wikitable" style="text-align:center;width:100%"
 
! scope="col"|Name
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Platform(s)
! scope="col"|Latest Version
+
! scope="col"|Latest version
! scope="col"|[[Libretro|Libretro Core]]
+
! scope="col"|[[#Extensions|Extension(s)]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
Line 341: Line 382:
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
!colspan="10"|Mobile / ARM
+
!colspan="10"|Web browsers
 
|-
 
|-
|ChipChip
+
|Octo
|align=left|{{Icon|APK}}
+
|align=left|{{Icon|Web}}
|[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip&hl=en&gl=US 1.8.0]
+
|[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
|{{✗}}
+
|CHIP-8<br>S-CHIP<br>XO-CHIP
|Mid
+
|High
|{{}}
+
|{{}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|[http://www.geardome.com/chip8-emulator-mobile.php Chip8]
+
|Cadmium
|align=left|{{Icon|Java|APK}}
+
|align=left|{{Icon|Web}}
|?
+
|[https://games.gulrak.net/cadmium Website]<br>[https://github.com/gulrak/cadmium git]
|{{✗}}
+
|CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://github.com/gulrak/cadmium?tab=readme-ov-file#supported-chip-8-variants Others]
|Low
+
|Cycle
|{{}}
+
|{{}}
|{{}}
+
|{{}}
|{{~}}
+
|{{}}
 
|-
 
|-
|iPhone-Chip-8-Emulator
+
|Silicon8
|align=left|{{Icon|iOS}}
+
|align=left|{{Icon|Web}}
|[https://github.com/drhelius/iPhone-Chip-8-Emulator git]
+
|[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
|{{}}
+
|CHIP-8<br>S-CHIP<br>XO-CHIP
|?
+
|High
 +
|{{}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Chip-8
 +
|align=left|{{Icon|Web}}
 +
|[https://binji.github.io/raw-wasm/chip8/ Website]<br>[https://github.com/binji/raw-wasm/ git]
 +
|CHIP-8
 +
|High
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|Chip8.js
 +
|align=left|{{Icon|Web}}
 +
|[https://taniarascia.github.io/chip8/ Website]<br>[https://github.com/taniarascia/chip8 git]
 +
|CHIP-8
 +
|Mid<abbr title="Code review, not ROM tested">*</abbr>
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|PalmChip8
+
|Flip8 Redux
|align=left|{{Icon|Palm}}
+
|align=left|{{Icon|Web}}
|[https://www.ladoshki.com/5777-palm-PalmChip8-v1-0.htm 1.0]
+
|[https://www.newgrounds.com/portal/view/287105 NewGrounds]<br>[https://sourceforge.net/projects/flip8/ src]
 +
|CHIP-8<br>S-CHIP
 +
|Mid<abbr title="Code review, not ROM tested">*</abbr>
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|}
 +
 
 +
===Other computers===
 +
 
 +
{|class="wikitable" style="text-align:center;width:100%"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest version
 +
! scope="col"|[[#Extensions|Extension(s)]]
 +
! scope="col"|[[Emulation Accuracy|Accuracy]]
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
!colspan="10"|Computers / m68k, PPC
 
|-
 
|-
|DALE-8
+
|Vision-8
|align=left|{{Icon|KaiOS}}
+
|align=left|{{Icon|AmigaOS}}
|[https://gitlab.com/suborg/dale-8 git]
+
|[https://aminet.net/package/misc/emu/Vision-8 1.0]
 +
|CHIP-8
 +
|High-Mid
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{✓}}
|{{✓}}<ref Group=N>[https://gitlab.com/suborg/dale-8 DALE-8 is public domain]</ref>
+
|-
 +
|Chip-8 for Suns
 +
|SunOS
 +
|[https://www.hpcalc.org/details/8564 ?]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Pico-CHIP8
+
|Crazy-8
|align=left|{{Icon|rpi}}
+
|align=left|{{Icon|Classic Mac OS}}
|[https://github.com/Y2K-x/pico-chip8 git]
+
|[https://web.archive.org/web/20101201094915/http://www2.hawaii.edu:80/~dereksmi/crazy8/index.html 1.0.4]
|{{}}
+
|CHIP-8<br>S-CHIP
|?
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|MeltChip
+
|MacVision-8
|BlackBerry PlayBook
+
|align=left|{{Icon|Classic Mac OS}}
|[https://github.com/karolprzyb/MeltChip/ git]
+
|[https://web.archive.org/web/20000815061015/http://www.tatewake.com/software/ 1.0]
 +
|CHIP-8
 +
|High-Mid<abbr title="Assumed as a fork of Vision-8 to have the same accuracy">*</abbr>
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{R}}
|{{}}
+
|-
 +
|ChipEm
 +
|align=left|{{Icon|AmigaOS}}
 +
|[https://aminet.net/package/misc/emu/ChipEm 0.4 Beta]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
!colspan="10"|Consoles
+
|Chip8
 +
|align=left|{{Icon|AmigaOS}}
 +
|[https://aminet.net/package/dev/lang/Chip8 ?]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{NC}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|[https://gbatemp.net/threads/how-to-sideload-chip8-emulator-on-xbox-one.470025/ Chip8 Xbox One]
+
!colspan="10"|Home computers
|align=left|{{Icon|XboxOne}}
+
|-
|[https://github.com/wiired24/ProjectPegasus/ ?]
+
|Chip-8
|{{}}
+
|Atari 8-bit
|Mid
+
|[https://github.com/pkali/Chip-8 git]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{PublicDomain}}
 
|{{✓}}
 
|{{✓}}
 +
|{{R}}
 +
|-
 +
|Chip09
 +
|Tandy CoCo 2<br>Dragon 32/64
 +
|[https://github.com/ebonhand09/Chip09 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chip8x
+
|Vision-8
|align=left|{{Icon|Xbox}}
+
|align=left|{{Icon2|ColecoVision|ADAM}} MSX
|[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
+
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
|{{}}
+
|CHIP-8
|?
+
|High-Mid<abbr title="MSX and ADAM share the same source code as the original Vision-8, ColecoVision version assumed to be the same accuracy as Vision-8">*</abbr>
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|SVision-8
 +
|align=left|{{Icon2|ADAM}} MSX
 +
|[http://devernay.free.fr/hacks/chip8/ ?]
 +
|S-CHIP
 +
|High-Mid<abbr title="Shares the same source code as the original SVision-8, accuracy should be the same">*</abbr>
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|CHIP8 Emulator
+
|CHIP-OTTO
|align=left|{{Icon|WiiU}}
+
|align=left|{{Icon2|ZXS}}<br>ZX Spectrum Next<br>
|[https://apps.fortheusers.org/wiiu/CHIP8 2.2]
+
|[https://retrobits.itch.io/chip-otto ?]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|Mid
+
|{{R}}
 +
|-
 +
|ZX Chip8
 +
|align=left|{{Icon2|ZXS}}
 +
|[https://github.com/alvaroalea/chip8_4_speccy git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chippy
+
|C64 Chip-8
|align=left|{{Icon|Wii}}
+
|align=left|{{Icon|C64}}
|[https://www.gamebrew.org/wiki/Chippy_Wii 1.0]
+
|[https://github.com/kschuetz/c64-chip8 git]
|{{}}
+
|CHIP-8
|?
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chip 8 Emulator
+
|OmniChip-8
|align=left|{{Icon|GameCube}}
+
|align=left|{{Icon|C64}}
|[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
+
|[https://github.com/Eggbertx/OmniChip-8 git]
|{{✗}}
+
|CHIP-8
|?
+
|{{TBD}}
|{{✗}}
 
|{{}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✓}}
 +
|{{R}}
 
|-
 
|-
|Chip8-n64
+
|Chip-8 Emulator
|align=left|{{Icon|N64}}
+
|align=left|{{Icon|C64}}
|[https://github.com/joshiggins/chip8-n64 git]
+
|[https://csdb.dk/release/?id=17306 ?]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|Mid
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|chip-64
+
|MoeCHIP-8 for C64
|align=left|{{Icon|N64}}
+
|align=left|{{Icon|C64}}
|[https://github.com/TesseracT33/chip-64 git]
+
|[https://github.com/jomag/moechip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{R}}
|{{?}}
 
|{{✓}}
 
|{{?}}
 
 
|-
 
|-
|PsChip8
+
|Vic-20 Chip-8 Emulator
|align=left|{{Icon|PS1}}
+
|align=left|{{Icon2|VIC-20}}
|[https://github.com/dhustkoder/pschip8 git]
+
|[https://huffelduff.itch.io/vic20-chip-8 1.11]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|Mid
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Super Chip8x
+
|CHIP-8 Simulator BBC/Master
|align=left|{{Icon|SNES}}
+
|align=left|{{Icon2|BBCMicro}}<br>BBC Master
|[https://github.com/Ersanio/Super-Chip8x git]<br>[https://blog.ersan.io/2018/01/16/snes-chip-8-emulator/ ROM]
+
|[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
|{{✗}}
+
|CHIP-8
|Mid
+
|{{TBD}}
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|CHIP8 TO SMD
 
|align=left|{{Icon|MD}}
 
|[http://pscd.ru/games/smd/csmd/8767-chip8-to-smd.html 2.0]
 
 
|{{✗}}
 
|{{✗}}
|Mid
 
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✓}}
 
 
|-
 
|-
|CHIP-8 GENESIS
+
|Chip-8
|align=left|{{Icon|MD}}
+
|align=left|{{Icon|RiscOS}}
|[https://github.com/Fhoughton/chip8-genesis/ git]
+
|[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{R}}
|{{?}}
+
|-
 +
!colspan="10"|Portable computers / Pocket computers
 +
|-
 +
|SCHIP
 +
|align=left|{{Icon|WinCE}}
 +
|[https://web.archive.org/web/20000307191326/http://www.orbworks.com/PalmOS/schip.html 1.0]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|NES-CHIP-8
+
|chip8
|<abbr title="Nintendo Entertainment System">NES</abbr>  
+
|Sharp PC-1350<br>PC-1360<br>PC-2500
|[https://github.com/NovaSquirrel/NES-CHIP-8 git]<br>[https://forums.nesdev.org/viewtopic.php?t=17547 ROM]
+
|[https://github.com/puehred/chip8 git]
|{{}}
+
|CHIP-8
|High<ref Group=N name=NES>most accuracy tests show that it is accurate, other tests can't be done due to controller inputs. Controller inputs are mapped to the Dpad and some games and demos are unplayable due to this.</ref>
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}<ref Group=N name=NES>most accuracy tests show that it is accurate, other tests can't be done due to controller inputs. Controller inputs are mapped to the Dpad and some games and demos are unplayable due to this.</ref>
+
|{{R}}
 
|-
 
|-
|Chip8-NX
+
|CHIP-850
|align=left|{{Icon|NX}}
+
|PC-G850
|[https://github.com/Marice/CHIP8-NX/releases git]
+
|[https://ver0.sakura.ne.jp/g800/index.html#chip850 ?]
|{{}}
+
|CHIP-8
|Mid
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{R}}
 
|-
 
|-
|Chip8 Emulator
+
|LXV8
|align=left|{{Icon|PS4}}
+
|HP 95LX<br>HP 100LX<br>HP200LX
|[https://www.psxhax.com/threads/chip-8-emulator-poc-for-ps4-hen-4-05-pkg-arrives-via-darbness.4422 POC]
+
|[https://web.archive.org/web/20210122140544/http://guofu.sdf.org/chip8.html ?]
 +
|CHIP-8
 +
|High-Mid
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|Low
+
|{{R}}
|{{?}}
 
|{{✗}}
 
|{{~}}
 
 
|-
 
|-
|CHIP8
+
|CHIP8-100
|align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
+
|TRS-80 Model 100
|[https://github.com/jmgk77/CHIP8 v1]
+
|[https://github.com/marinuso/chip8-100 git]
|{{}}
+
|CHIP-8
|Mid
+
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip8-3DO
+
|IC35 Chip8 emulator
|align=left|{{Icon|3DO}}
+
|Siemans IC35
|[https://github.com/gameblabla/chip8-3do git]
+
|[https://web.archive.org/web/20030629104258/http://domfree.de/ic35/chip8.htm 0.1]
|{{}}
+
|CHIP-8
|Low-Mid
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{R}}
|-
+
|}
|Whack-a-Mole
+
 
|align=left|{{Icon|DC}}
+
===Consoles===
|[https://dreamcast.wiki/Whack-a-Mole 0.900]
+
 
 +
{|class="wikitable" style="text-align:center;width:100%"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest version
 +
! scope="col"|[[#Extensions|Extension(s)]]
 +
! scope="col"|[[Emulation Accuracy|Accuracy]]
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
!colspan="10"|Consoles
 +
|-
 +
|[https://gbatemp.net/threads/how-to-sideload-chip8-emulator-on-xbox-one.470025/ Chip8 Xbox One]
 +
|align=left|{{Icon|XboxOne}}
 +
|[https://github.com/wiired24/ProjectPegasus/ ?]
 +
|CHIP-8
 +
|Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{✓}}
 +
|-
 +
|CHIP8 Emulator
 +
|align=left|{{Icon|WiiU}}
 +
|[https://apps.fortheusers.org/wiiu/CHIP8 2.2]<br>[https://github.com/rw-r-r-0644/CHIP8-Emulator-WiiU git]
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
|CrabEmu
+
|Chippy
|align=left|{{Icon|DC}}
+
|align=left|{{Icon|Wii}}
|[https://dreamcast.wiki/CrabEmu 0.2.0]
+
|[https://oscwii.org/library/app/chippy 1.0]
|{{✗}}
+
|CHIP-8<br>S-CHIP
|?
+
|{{TBD}}
|{{✓}}
 
|{{}}
 
 
|{{?}}
 
|{{?}}
|-
 
|SMS Chip-8 interpreter
 
|Sega Master System
 
|[https://github.com/maxim-zhao/chip8-sms git]<br>[https://www.smspower.org/Homebrew/SMSChip8Interpreter-SMS 0.21]
 
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
|CHIP-8 emulator
+
|Chip 8 Emulator
|align=left|{{Icon|Saturn}}
+
|align=left|{{Icon|GameCube}}
|[https://segaxtreme.net/threads/sega-saturn-28th-anniversary-game-competition.25278/#post-183539 ?]
+
|[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✗}}
 
|{{✗}}
|{{✗}}
 
|{{?}}
 
|-
 
|chipce8
 
|PC Engine / TurboGrafx-16
 
|[https://github.com/trapexit/chipce8 git]
 
|{{✗}}
 
|?
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
|CHIP-F8
+
|Chip8-n64
|Channel F
+
|align=left|{{Icon|N64}}
|[https://github.com/tobiasvl/chip-f8 git]
+
|[https://github.com/joshiggins/chip8-n64 git]
|{{✗}}
+
|CHIP-8
 
|Mid
 
|Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{}}
 
|-
 
|-
!colspan="10"|Handhelds
+
|PsChip8
|-
+
|align=left|{{Icon|PS1}}
|Chip8me
+
|[https://github.com/dhustkoder/pschip8 git]
|align=left|{{Icon|NDS}}
+
|CHIP-8
|[https://www.zophar.net/consoles/nds/chip8/chip8me.html 1.0]
+
|Mid
|{{✗}}
+
|{{?}}
|?
 
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|DrChip 8
+
|Super Chip8x
|align=left|{{Icon|GBA}}
+
|align=left|{{Icon|SNES}}
|[https://www.zophar.net/consoles/gameboy/chip8/drchip-8.html 09/20/02]
+
|[https://github.com/Ersanio/Super-Chip8x git]<br>[https://blog.ersan.io/2018/01/16/snes-chip-8-emulator/ ROM]
|{{✗}}
+
|CHIP-8
|?
+
|Mid
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Chip-3DS
+
|CHIP8
|align=left|{{Icon|3DS}}
+
|align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
|[http://www.mediafire.com/?y94yjhzf70fsfsi 1.0]
+
|[https://github.com/jmgk77/CHIP8 v1]
|{{✗}}
+
|CHIP-8
 
|Mid
 
|Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{}}
 
|-
 
|-
|[https://github.com/Hacktix/GB-8 GB-8]
+
|Chippi+
|Game Boy
+
|Intellivision
|[https://github.com/Hacktix/GB-8/releases git]
+
|[https://forums.atariage.com/topic/367052-chippi-the-chip-8-emulator-for-the-rest-of-us/ ?]
 +
|CHIP-8
 +
|High
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|Mid
 
|{{✓}}
 
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|damaged chip8
+
|CHIP8 TO SMD
|Game Boy
+
|align=left|{{Icon|MD}}
|[https://github.com/lancekindle/damaged-chip8 git]
+
|[http://pscd.ru/games/smd/csmd/8767-chip8-to-smd.html 2.0]
 +
|CHIP-8<br>S-CHIP
 +
|Low
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{~}}
|{{✓}}
 
|{{✓}}
 
|{{?}}
 
 
|-
 
|-
|Vision-8 for Gameboy
+
|Chip8-NX
|Game Boy
+
|align=left|{{Icon|NX}}
|[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
+
|[https://github.com/Marice/CHIP8-NX git]
|{{✗}}
+
|CHIP-8
 
|Mid
 
|Mid
|{{NC}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|OmniChip-8
+
|Chip8x
|Game Boy
+
|align=left|{{Icon|Xbox}}
|[https://github.com/Eggbertx/OmniChip-8 git]
+
|[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
 +
|CHIP-8<br>S-CHIP
 +
|Low-Mid
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{~}}
|{{✓}}
 
|{{✓}}
 
|{{?}}
 
 
|-
 
|-
|PSPChip8
+
|Chip8-3DO
|align=left|{{Icon|PSP}}
+
|align=left|{{Icon|3DO}}
|[https://gbatemp.net/download/pspchip8.28298 1.0]
+
|[https://github.com/gameblabla/chip8-3do git]
|{{✗}}
+
|CHIP-8
|Low
+
|Low-Mid
|{{}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
 
|-
 
|-
 
|Chip8 Emulator
 
|Chip8 Emulator
|align=left|{{Icon|PSP}}
+
|align=left|{{Icon|PS4}}
|[https://www.brewology.com/downloads/download.php?id=4077&mcid=1 1.0 Beta]
+
|[https://www.psxhax.com/threads/chip-8-emulator-poc-for-ps4-hen-4-05-pkg-arrives-via-darbness.4422 POC]
|{{✗}}
+
|CHIP-8
 
|Low
 
|Low
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{~}}
|{{✗}}
 
 
|-
 
|-
|DreamChip
+
|chip-64
|align=left|{{Icon|PSP}}
+
|align=left|{{Icon|N64}}
|[https://psp.scenebeta.com/noticia/dreamchip V4]
+
|[https://github.com/TesseracT33/chip-64 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✓}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|Low
+
|-
 +
|CHIP-8 GENESIS
 +
|align=left|{{Icon|MD}}
 +
|[https://github.com/Fhoughton/chip8-genesis/ git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|-
 +
|NES CHIP-8
 +
|align=left|{{Icon2|NES}}
 +
|[https://github.com/NovaSquirrel/NES-CHIP-8 git]<br>[https://forums.nesdev.org/viewtopic.php?t=17547 ROM]
 +
|CHIP-8
 +
|High
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
 
|-
 
|-
|Chips1
+
|Sega Genesis CHIP-8
|WonderSwan
+
|align=left|{{Icon|MD}}
|[https://github.com/asiekierka/chips1 git]
+
|[https://github.com/danilo94/Sega-Genesis-CHIP-8 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
|{{✓}}
 
|{{✓}}
 
|{{?}}
 
 
|-
 
|-
|Chip8Pd
+
|CHIP-F8
|Playdate
+
|align=left|{{Icon2|ChannelF}}
|[https://github.com/PixelPhobicGames/Chip8-PlayDate git]
+
|[https://github.com/tobiasvl/chip-f8 git]
|{{✗}}
+
|CHIP-8
|?
+
|Mid
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
 
|-
 
|-
|C8
+
|Chip-8 XNA
|align=left|{{Icon|GP32}}
+
|align=left|{{Icon|Xbox360}}
|[https://www.zophar.net/consoles/gp32/chip8/c8.html 0.2]
+
|[https://github.com/Zepheus/chip8_xna git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{R}}
 +
|-
 +
|Whack-a-Mole
 +
|align=left|{{Icon|DC}}
 +
|[https://dreamcast.wiki/Whack-a-Mole 0.900]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip8
+
|CrabEmu
|Atari Lynx
+
|align=left|{{Icon|DC}}
|[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
+
|[https://dreamcast.wiki/CrabEmu 0.2.0]
|{{}}
+
|CHIP-8
|?
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip-8-Pokitto
+
|SMS Chip-8 interpreter
|Pokitto
+
|align=left|{{Icon2|SMS}}
|[https://github.com/spinalcode/Chip-8-Pokitto git]
+
|[https://github.com/maxim-zhao/chip8-sms git]<br>[https://www.smspower.org/Homebrew/SMSChip8Interpreter-SMS 0.21]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
|CHIP-8 emulator
 +
|align=left|{{Icon|Saturn}}
 +
|[https://segaxtreme.net/threads/sega-saturn-28th-anniversary-game-competition.25278/#post-183539 ?]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|CHIP-8 mini
+
|chipce8
|Pokemon Mini
+
|align=left|{{Icon2|PCE}}
|[https://github.com/tobiasvl/chip-8-mini git]
+
|[https://github.com/trapexit/chipce8 git]
|{{}}
+
|CHIP-8
|?
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
!colspan="10"|Calculators
+
!colspan="10"|Handhelds
 
|-
 
|-
|Chip8Emu
+
|Chip8me
|align=left|{{Icon|Nspire}}
+
|align=left|{{Icon|NDS}}
|[https://tiplanet.org/forum/archives_voir.php?id=1171696  1.2.2]
+
|[https://www.zophar.net/consoles/nds/chip8/chip8me.html 1.0]
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|Mid
 
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|DrChip 8
 +
|align=left|{{Icon|GBA}}
 +
|[https://www.zophar.net/consoles/gameboy/chip8/drchip-8.html 09/20/02]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
| Schip8fx
+
|CEightY
|Casio AFX<br>Fx-9860
+
|align=left|{{Icon|Pandora}}
| [https://community.casiocalc.org/topic/837-schip8fx-first-emulator-working-on-casio-afx 1.1][https://community.casiocalc.org/topic/3186-schip-8-emulator-for-the-fx-9860 1.0]
+
|[https://github.com/mrzzzrm/ceighty git]<br>[https://repo.openpandora.org/?page=detail&app=ceighty.mrz PND]
|{{✗}}
+
|CHIP-8<br>S-CHIP
 
|Mid
 
|Mid
 
|{{?}}
 
|{{?}}
Line 772: Line 951:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|C8SALT
+
|Vision-8 for Gameboy
|TI-84 series
+
|align=left|{{Icon2|GB}}
|[https://github.com/NinjaWeedle/C8SALT git]
+
|[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
 +
|CHIP-8
 +
|High-Mid
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Chip-84
+
|Chip-3DS
|align=left|{{Icon|TI84+CE}}
+
|align=left|{{Icon|3DS}}
|[https://github.com/Chip-84/chip-84 git]
+
|[http://www.mediafire.com/?y94yjhzf70fsfsi 1.0]<br>[https://github.com/xerpi/CHIP-3DS git]
 +
|CHIP-8
 +
|Mid
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{~}}
|{{}}
+
|-
 +
|[https://wololo.net/talk/viewtopic.php?f=116&t=48620 MicroCHIP]
 +
|align=left|{{Icon|Vita}}
 +
|[https://vitadb.rinnegatamante.it/#/info/337 1.0]<br>[https://github.com/Rinnegatamante/MicroCHIP git]
 +
|CHIP-8<br>S-CHIP
 +
|Mid<abbr title="Code review, not ROM tested">*</abbr>
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|Chip84CE
+
|PSP-Chip8
|align=left|{{Icon|TI84+CE}}
+
|align=left|{{Icon|PSP}}
|[https://github.com/kyleleong/chip84ce git]
+
|[https://gbatemp.net/download/pspchip8.28298 1.0]
 +
|CHIP-8
 +
|Low
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|Chip8-TI68k
+
|Chip-8 Emulator
|TI-68k
+
|align=left|{{Icon|PSP}}
|[https://github.com/n8pjl/chip8-ti68k git]
+
|[https://www.brewology.com/downloads/download.php?id=4077&mcid=1 1.0 Beta]
|{{}}
+
|CHIP-8
|?
+
|Low
|{{}}
+
|{{~}}
|{{}}
+
|{{✗}}
 +
|{{~}}
 +
|-
 +
|VITA-8
 +
|align=left|{{Icon|Vita}}
 +
|[https://github.com/xerpi/VITA-8 git]
 +
|CHIP-8
 +
|Low<abbr title="Code review, not ROM tested">*</abbr>
 
|{{?}}
 
|{{?}}
|-
 
|Vinegar
 
|TI-83<br>TI-83 Plus
 
|[https://benryves.com/bin/vinegar/ 1.1]
 
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
!colspan="10"|Microcontrollers
+
|DreamChip
|-
+
|align=left|{{Icon|PSP}}
|8boy
+
|[https://archive.org/details/dream-chipv-4.0.7z V4]
|align=left|{{Icon|Arduino}}
+
|CHIP-8
|[https://github.com/jblebrun/8boy git]
+
|Low
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|ESPboy CHIP8
+
|GB-8
|ESPboy
+
|align=left|{{Icon2|GB}}
|[https://github.com/ESPboy-edu/ESPboy_CHIP8 git]
+
|[https://github.com/Hacktix/GB-8 git]
 +
|CHIP-8
 +
|High
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{✗}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
|{{}}
+
|-
 +
|damaged chip8
 +
|align=left|{{Icon2|GB}}
 +
|[https://github.com/lancekindle/damaged-chip8 git]
 +
|CHIP-8
 +
|High
 +
|{{?}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
+
|{{}}<abbr title="Due to limited number buttons on the system some CHIP-8 keys are not usable">*</abbr>
 
|-
 
|-
|ESP32TinyChip8
+
|OmniChip-8
|ESP32
+
|align=left|{{Icon2|GB}}
|[https://github.com/rpsubc8/ESP32TinyChip8 git]
+
|[https://github.com/Eggbertx/OmniChip-8 git]
|{{}}
+
|CHIP-8
|?
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|chip8-esp8266
+
|GB-Chip8
|ESP8266
+
|align=left|{{Icon2|GB}}
|[https://github.com/nhuhoai/chip8-esp8266/tree/develop git]
+
|[https://web.archive.org/web/20010605212343/http://w1.601.telia.com/~u60103677/gb.html 0.6]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Dingux-chip8
 +
|align=left|{{Icon|Dingoo}}
 +
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,651 ?]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{?}}
 
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|Tjipp8
+
|gpchip
|PIC16F17xx
+
|align=left|{{Icon|Dingoo}}
|[https://github.com/mengstr/Tjipp8 git]
+
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,510 ?]
|{{}}
+
|CHIP-8
|?
+
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip-8 STM32
+
|Chips1
|STM32
+
|align=left|{{Icon2|WonderSwan}}
|[https://github.com/FedericoBruzzone/CHIP-8-STM32 git]
+
|[https://github.com/asiekierka/chips1 git]
|{{}}
+
|CHIP-8<br>S-CHIP<br>XO-CHIP
|?
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{R}}
 +
|-
 +
|Chip8Pd
 +
|align=left|{{Icon2|Playdate}}
 +
|[https://github.com/PixelPhobicGames/Chip8-PlayDate git]
 +
|CHIP-8
 +
|Mid
 
|{{?}}
 
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|chip8-stm32
+
|C8
|STM32
+
|align=left|{{Icon|GP32}}
|[https://github.com/sash13/chip8-stm32 git]
+
|[https://www.zophar.net/consoles/gp32/chip8/c8.html 0.2]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{R}}
|{{}}
+
|-
 +
|EFCS
 +
|align=left|{{Icon|GP2X}}
 +
|[https://dl.openhandhelds.org/cgi-bin/gp2x.cgi?0,0,0,0,72,1143 0.1]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|TIVA8
+
|Chip8
|TM4C123
+
|align=left|{{Icon2|Lynx}}
|[https://github.com/shii-ro/TIVA8 git]
+
|[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
|{{}}
+
|CHIP-8<br>S-CHIP
|?
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Chip-N
 +
|N-Gage
 +
|[http://bengirce.tripod.com/Emulation/crazychip.html 0.1]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{?}}
 
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|ByteBoy
+
|CHIP/8
|MSP430
+
|P/ECE
|[https://github.com/anthonybuo/ByteBoy git]
+
|[https://www.piece-me.org/ 20040504]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{R}}
 +
|-
 +
|Chip-8-Pokitto
 +
|Pokitto
 +
|[https://github.com/spinalcode/Chip-8-Pokitto git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
!colspan="10"|Firmware
+
|CHIP-8 mini
|-
+
|align=left|{{Icon2|PokeMini}}
|CHIP-8 UEFI
+
|[https://github.com/tobiasvl/chip-8-mini git]
|align=left|{{Icon|UEFI}}
+
|CHIP-8
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
+
|{{TBD}}
|{{}}
 
|?
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 +
|}
 +
 
 +
===Other devices===
 +
 
 +
{|class="wikitable" style="text-align:center;width:100%"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest version
 +
! scope="col"|[[#Extensions|Extension(s)]]
 +
! scope="col"|[[Emulation Accuracy|Accuracy]]
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
!colspan="10"|Calculators
 
|-
 
|-
|GPCHIP
+
|SUPER-CHIP
|Miyoo
+
|HP48SX
|[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
+
|[https://www.hpcalc.org/details/854 1.1]
 +
|S-CHIP
 +
|{{TBD}}
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|CHIP48
 +
|HP48GX<br>HP48SX
 +
|[https://www.hpcalc.org/details/845 GX]<br>[https://www.hpcalc.org/details/846 SX]
 +
|CHIP-48
 +
|{{TBD}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|PluginChip8
+
|Chip8Emu
|RockBox
+
|align=left|{{Icon|Nspire}}
|[https://www.rockbox.org/wiki/PluginIndex.html ?]
+
|[https://github.com/Ti64CLi/Chip8Emu git]
 +
|CHIP-8
 +
|Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|Schip8fx
 +
|Casio AFX<br>Casio Fx-9860
 +
|[https://community.casiocalc.org/topic/837-schip8fx-first-emulator-working-on-casio-afx 1.1][https://community.casiocalc.org/topic/3186-schip-8-emulator-for-the-fx-9860 1.0]
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 
|{{?}}
 
|{{?}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
!colspan="10"|Other
+
|C8SALT
|-
+
|<abbr title="TI-83+, TI-83+ SE, TI-84+, TI-84+ SE, TI-84+ C SE, TI-84+ CE">TI-84 series</abbr>
|chip8
+
|[https://github.com/NinjaWeedle/C8SALT git]
|Sharp PC-1350<br>PC-1360<br>PC-2500
+
|CHIP-8<br>S-CHIP
|[https://github.com/puehred/chip8 git]
+
|Low-Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
|flipper-chip
+
|Chip-84
|Flipper Zero
+
|align=left|{{Icon|TI84+CE}}
|[https://github.com/dwdraugr/flipper-chip git]
+
|[https://github.com/Chip-84/chip-84 git]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{R}}
 +
|-
 +
|Chip84CE
 +
|align=left|{{Icon|TI84+CE}}
 +
|[https://github.com/kyleleong/chip84ce git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Chip8-TI68k
 +
|TI-68k
 +
|[https://github.com/n8pjl/chip8-ti68k git]
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP<abbr title="Incomplete">*</abbr>
 +
|High<abbr title="Code review, not ROM tested">*</abbr>
 +
|{{✓}}
 +
|{{✓}}
 +
|{{R}}
 +
|-
 +
|Chip83
 +
|TI-83
 +
|[https://www.ticalc.org/archives/files/fileinfo/69/6938.html 0.1]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|CHIP-8 console on FPGA
+
|Chip8/SChip8 Emulation Library
|TinyFPGA BX
+
|TI-92<br>TI-92+
|[https://github.com/pwmarcz/fpga-chip8 git]
+
|[https://www.ticalc.org/archives/files/authors/2/258.html 0.9 Beta]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{R}}
 +
|-
 +
|CP300 Chip8
 +
|Casio ClassPad 300
 +
|[https://web.archive.org/web/20071015071105/http://classpad.org/games.html?id=5&cat=22 1.03]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Vinegar
 +
|TI-83<br>TI-83+
 +
|[https://benryves.com/bin/vinegar/ 1.1]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 
|{{?}}
 
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|ICED Potato
+
|uChip8
|ICE40UP5K
+
|TI-85
|[https://github.com/Hypnotron/iced-potato git]
+
|[https://www.ticalc.org/archives/files/fileinfo/67/6710.html 0.1]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{R}}
|{{}}
+
|-
 +
|HP Prime Chip8 Emulator
 +
|HP Prime
 +
|[https://www.hpcc.org/calculators/hpprime.html 1.6]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|CHIP-8
 +
|N0110
 +
|[https://upsilonnumworks.github.io/Upsilon-External Upilson]<br>[https://github.com/UpsilonNumworks/Upsilon-External/tree/master/apps/CHIP-8 git]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 
|{{?}}
 
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 +
|-
 +
!colspan="10"|Microcontrollers
 
|-
 
|-
|chip8swemu
+
|8boy
|align=left|Game & Watch: Super Mario Bros
+
|align=left|{{Icon|Arduino}}
|[https://github.com/AlfonsoJLuna/chip8swemu-gaw git]
+
|[https://github.com/jblebrun/8boy git]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|Mid
+
|{{R}}
 +
|-
 +
|ESPboy CHIP8
 +
|ESPboy
 +
|[https://github.com/ESPboy-edu/ESPboy_CHIP8 git]
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP
 +
|{{TBD}}
 +
|{{?}}
 
|{{✓}}
 
|{{✓}}
 +
|{{R}}
 +
|-
 +
|ESP32TinyChip8
 +
|ESP32
 +
|[https://github.com/rpsubc8/ESP32TinyChip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{PublicDomain}}
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{R}}
|}
 
===Other platforms===
 
{| class="wikitable" style="text-align:center;"
 
! scope="col"|Name
 
! scope="col"|Platform(s)
 
! scope="col"|Latest Version
 
! scope="col"|[[Libretro|Libretro Core]]
 
! scope="col"|[[Emulation Accuracy|Accuracy]]
 
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 
! scope="col"|Active
 
! scope="col"|[[Recommended Emulators|Recommended]]
 
 
|-
 
|-
!colspan="10"|Web browsers
+
|chip8-esp8266
 +
|ESP8266
 +
|[https://github.com/nhuhoai/chip8-esp8266/tree/develop git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 +
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|[https://johnearnest.github.io/Octo/ Octo]
+
|Tjipp8
|align=left|{{Icon|Web}}
+
|PIC16F17xx
|[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
+
|[https://github.com/mengstr/Tjipp8 git]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|Cycle
+
|{{R}}
 +
|-
 +
|Chip-8 STM32
 +
|STM32
 +
|[https://github.com/FedericoBruzzone/CHIP-8-STM32 git]
 +
|CHIP-8<br>CHIP-48<br>S-CHIP
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{R}}
 +
|-
 +
|chip8-stm32
 +
|STM32
 +
|[https://github.com/sash13/chip8-stm32 git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|-
 
|Cadmium
 
|align=left|{{Icon|Web}}
 
|[https://games.gulrak.net/cadmium Website]<br>[https://github.com/gulrak/cadmium git]
 
 
|{{✗}}
 
|{{✗}}
|Cycle
+
|{{R}}
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
 
|-
 
|-
|Silicon8
+
|chip8stm32
|align=left|{{Icon|Web}}
+
|STM32
|[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
+
|[https://github.com/AlfonsoJLuna/chip8stm32 git]
|{{}}
+
|CHIP-8<br>S-CHIP
|High
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chip8.js
+
|TIVA8
|align=left|{{Icon|Web}}
+
|TM4C123
|[https://taniarascia.github.io/chip8/ Website]<br>[https://github.com/taniarascia/chip8 git]
+
|[https://github.com/shii-ro/TIVA8 git]
|{{}}
+
|CHIP-8
|?
+
|{{TBD}}
|{{}}
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{R}}
 
|-
 
|-
|Flip8 Redux
+
|ByteBoy
|align=left|{{Icon|Web}}
+
|MSP430
|[https://www.newgrounds.com/portal/view/287105 NewGrounds]
+
|[https://github.com/anthonybuo/ByteBoy git]
|{{✗}}
+
|CHIP-8
|?
+
|{{TBD}}
|{{}}
+
|{{?}}
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
 +
!colspan="10"|Firmware
 
|-
 
|-
!colspan="10"|Text editor
+
|CHIP-8 UEFI
|-
+
|align=left|{{Icon|UEFI}}
|chip-8.nvim
+
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
|NeoVim
+
|CHIP-8
|[https://github.com/rktjmp/chip-8.nvim git]
+
|{{TBD}}
|{{}}
 
|?
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|chip8.el
+
|GPCHIP
|Emacs
+
|Miyoo
|[https://depp.brause.cc/chip8.el/ git]
+
|[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|PluginChip8
 +
|align=left|{{Icon2|RockBox}}
 +
|[https://www.rockbox.org/wiki/PluginIndex.html ?]
 +
|S-CHIP
 +
|High-Mid<abbr title="Is a fork of SVision-8, accuracy should be the same">*</abbr>
 +
|{{NC}}
 
|{{?}}
 
|{{?}}
|{{?}}
+
|{{}}
 
|-
 
|-
!colspan="10"|Game Engine / Mod
+
!colspan="10"|Fantasy computers/consoles
 
|-
 
|-
|chip8emu-agk
+
|CHIP-8 Emulator
|AppGameKit 2
+
|align=left|{{Icon2|PICO-8}}
|[https://github.com/thaolt/chip8emu-agk git]
+
|[https://www.lexaloffle.com/bbs/?tid=2492 1.5]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|CHIP8-GM
+
|CHIP-80
|GameMaker
+
|align=left|{{Icon2|TIC-80}}
|[https://github.com/Dudeidu/CHIP8-GM git]
+
|[https://tic80.com/play?cart=953 Update 4]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|High-Mid
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{✓}}
 
 
|-
 
|-
|E2-CHIP-8-interpreter
+
|CHIP8 Emulator
|Garry's Mod
+
|LowRes NX
|[https://github.com/gstapler/E2-CHIP-8-interpreter git]
+
|[https://lowresnx.inutilis.com/topic.php?id=1648 ?]
|{{}}
+
|CHIP-8
|?
+
|{{TBD}}
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip8Unity
+
|Chip-8 emulator
|Unity
+
|Vircon32
|[https://github.com/jarkkopa/Chip8Unity git]
+
|[https://vircon32.itch.io/chip-8-emulator ?]
|{{}}
+
|CHIP-8
|?
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
 
|-
 
|-
|Chip8Interpreter4Unity
+
|chip8uxn
|Unity
+
|Uxn
|[https://github.com/CarlosManuelRodr/Chip8Interpreter4Unity git]
+
|[https://git.sr.ht/~rabbits/chip8uxn git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{R}}
|{{?}}
 
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
|[https://web.archive.org/web/20160906054553/https://www.computercraft.info/forums2/index.php?/topic/27446-blit-8-a-chip-8-emulator-for-cc/ Blit-8]
+
|minimicro-chip8
|Minecraft
+
|MiniMicro
|[https://pastebin.com/2h0b6L2B 1.0]
+
|[https://github.com/JoeStrout/minimicro-chip8 git]
|{{}}
+
|CHIP-8
|?
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{R}}
|-
 
|Megazeux CHIP-8 Emulator
 
|Megazeux
 
|[https://www.digitalmzx.com/forums/index.php?showtopic=9709 ?]
 
|{{✗}}
 
|?
 
|{{?}}
 
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
 
!colspan="10"|Other
 
!colspan="10"|Other
 
|-
 
|-
|Chip-84 Rainmeter Edition
+
|chip8swemu
|Rainmeter
+
|Game & Watch: Super Mario Bros
|[https://github.com/Chip-84/chip-84-rainmeter git]
+
|[https://github.com/AlfonsoJLuna/chip8swemu-gaw git]
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{?}}
 
|{{✗}}
 
|{{?}}
 
|}
 
 
==Extension support==
 
<div style="overflow-x:auto;width:100%">
 
{| class="wikitable" style="text-align:center;vertical-align:middle;width:100%"
 
|- style="font-weight:bold;"
 
! Interpreter
 
! CHIP-8
 
! S-CHIP
 
! XO-CHIP
 
! Other
 
|-
 
!colspan="5"|Computers
 
|-
 
|Cadium
 
|{{✓}}
 
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
|{{✓}}<ref>[https://github.com/gulrak/cadmium#supported-chip-8-variants Cadium supported CHIP-8 variants] - Cadium Github</ref>
 
 
|-
 
|-
|chip8swemu
+
|flipper-chip
|{{}}
+
|Flipper Zero
 +
|[https://github.com/dwdraugr/flipper-chip git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|[[DSP]]
+
|Chip-8-WatchOS
 +
|WatchOS
 +
|[https://github.com/ryanggrey/chip-8-watchOS git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{✓}}<ref>[https://github.com/leniad/dsp-emulator/blob/master/src/misc/init_games.pas dsp-emulator/src/misc/init_games.pas] - DSP GitHub</ref>
 
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|JAXE
+
!colspan="10"|FPGA
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}<ref>[https://github.com/kurtjd/jaxe#features JAXE Features] - JAXE GitHub</ref>
 
 
|-
 
|-
|Vision-8
+
|ICED Potato
 +
|ICE40UP5K
 +
|[https://github.com/Hypnotron/iced-potato git]
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
|CowChip
+
|CHIP-8 console on FPGA
 +
|TinyFPGA BX
 +
|[https://github.com/pwmarcz/fpga-chip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
|OmniChip-8
+
|FpChip8
 +
|Altera DE1
 +
|[https://github.com/VitorVilela7/FpChip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|FPGA Chip-8 Emulator
 +
|Zedboard FPGA
 +
|[https://github.com/tweger1999/FPGA_Chip_8_Emulator git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Clash CHIP-8
 +
|Nexys A7-50T
 +
|[https://github.com/gergoerdi/clash-chip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|CHIP-8 Interpreter (DOS)
+
|FPGA SuperChip
|{{}}
+
|Digilent Nexys 3<br>MiST
|{{}}
+
|[https://github.com/gbraad/fpga-chip8 git]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|CHIP-8 for FPGA
 +
|Arty A7-100T
 +
|[https://github.com/matthijsvanvliet/CHIP8-FPGA git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{PublicDomain}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|}
 +
===Other platforms===
 +
 +
{|class="wikitable" style="text-align:center;width:100%"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest version
 +
! scope="col"|[[#Extensions|Extension(s)]]
 +
! scope="col"|[[Emulation Accuracy|Accuracy]]
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 +
|-
 +
!colspan="10"|Text editor
 
|-
 
|-
|Chip8-DOS
+
|chip-8.nvim
 +
|Neovim
 +
|[https://github.com/rktjmp/chip-8.nvim git]
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
|shmip8
+
|chip8.el
 +
|Emacs
 +
|[https://depp.brause.cc/chip8.el/ git]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{?}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
|CubeChip-SDL
+
!colspan="10"|Game Engine / Mod
|{{✓}}
+
|-
 +
|CHIP8-GM
 +
|GameMaker
 +
|[https://github.com/Dudeidu/CHIP8-GM git]
 +
|CHIP-8<br>S-CHIP
 +
|High-Mid
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✓}}<ref>[https://github.com/coornio/CubeChip-SDL CubeChip README]</ref>
 
 
|-
 
|-
|chip8-asm64-emu
+
|[https://www.digitalmzx.com/forums/index.php?showtopic=9709 MegaZeux CHIP-8 Emulator]
 +
|MegaZeux
 +
|[https://www.digitalmzx.com/show.php?id=1262 1.0]
 +
|CHIP-8
 +
|Mid
 +
|{{?}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|Pin8
+
|[https://web.archive.org/web/20160906054553/https://www.computercraft.info/forums2/index.php?/topic/27446-blit-8-a-chip-8-emulator-for-cc/ Blit-8]
 +
|Minecraft
 +
|[https://pastebin.com/2h0b6L2B 1.0]
 +
|CHIP-8
 +
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{~}}
|{{✗}}
 
 
|-
 
|-
|CHIP-8 emulator (KolibriOS)
+
|Godot CHIP-8 Emulator
 +
|Godot (GDScript)
 +
|[https://github.com/vitoralmeidasilva/godot-chip8-emulator git]
 +
|CHIP-8
 +
|Low
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 (ZealOS)
+
|chip8emu-agk
 +
|AppGameKit 2
 +
|[https://github.com/thaolt/chip8emu-agk git]
 +
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|E2-CHIP-8-interpreter
 +
|Garry's Mod
 +
|[https://github.com/gstapler/E2-CHIP-8-interpreter git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Emu OS
+
|Chip8Unity
 +
|Unity
 +
|[https://github.com/jarkkopa/Chip8Unity git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|Chip8Interpreter4Unity
 +
|Unity
 +
|[https://github.com/CarlosManuelRodr/Chip8Interpreter4Unity git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{PublicDomain}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|LOVE-8
 +
|LÖVE
 +
|[https://github.com/tobiasvl/love-8 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|Chip-8 (Atari 8-bit)
+
|VChip8
|{{✓}}
+
|Counter-Strike: Global Offensive
|{{}}
+
|[https://github.com/Flyguygx/VChip8 git]
|{{}}
+
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|Chip09
+
!colspan="10"|Other
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|CHIP-OTTO
+
|Chip-84 Rainmeter Edition
|{{✓}}
+
|Rainmeter
|{{}}
+
|[https://github.com/Chip-84/chip-84-rainmeter git]
|{{}}
+
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|Chip8 (Amiga)
+
|chip8
|{{✓}}
+
|MRE
|{{✗}}
+
|[https://world64.spcs.bio/files/view/73238827/?Li=-60745876&Lii=73238827&Link_id=977428&Lt=48&Sn=1 1 and 2]
|{{}}
+
|CHIP-8
 +
|Low
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|}
 +
{|class="wikitable" style="text-align:center;width:100%"
 +
! scope="col"|Name
 +
! scope="col"|Programming Language
 +
! scope="col"|Latest version
 +
! scope="col"|[[#Extensions|Extension(s)]]
 +
! scope="col"|[[Emulation Accuracy|Accuracy]]
 +
! scope="col"|<abbr title="Free/Libre and Open-Source Software">FLOSS</abbr>
 +
! scope="col"|Active
 +
! scope="col"|[[Recommended Emulators|Recommended]]
 
|-
 
|-
|C64 Chip-8
+
!colspan="10"|Programming languages
 +
|-
 +
|CHIP-36
 +
|align=left|{{Icon|Java}}
 +
|[https://github.com/Le36/chip36 git]
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP
 +
|High
 +
|{{?}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|Chip-8 Emulator (Commodore 64)
+
|SnxChip8
 +
|align=left|{{Icon|Java}}
 +
|[https://code.google.com/archive/p/snx-chip8/downloads ?]
 +
|CHIP-8
 +
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{}}
|{{✗}}
 
 
|-
 
|-
|MoeCHIP-8 for C64
+
|SuperCHIP Emulator
 +
|align=left|{{Icon|Java}}
 +
|[https://github.com/FrancescoRigoni/SuperChipEmulator git]
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|DALE-8A
 +
|AWK
 +
|[https://github.com/farooqkz/DALE-8A git]
 +
|CHIP-8
 +
|High-Mid
 +
|{{PublicDomain}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
 
|-
 
|Vic-20 Chip-8 Emulator
 
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|awk-chip8
 +
|gawk
 +
|[https://github.com/patsie75/awk-chip8 git]
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{}}
|{{✗}}
 
 
|-
 
|-
|CHIP-8 Simulator BBC/Master
+
|fc8
 +
|Fortran
 +
|[https://github.com/ivan-pi/fc8 git]
 +
|CHIP-8
 +
|High
 +
|{{✓}}
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|Chip-8 (RISC OS)
+
|00SChip8
 +
|PureBasic
 +
|[https://00laboratories.com/project/00schip8 2016]<br>[https://github.com/00laboratories/00SChip8 git]
 +
|CHIP-8<br>S-CHIP
 +
|High-Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Project Cherry
 +
|FreeBASIC
 +
|[https://github.com/Sarania/Project-Cherry git]
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
 
|-
 
|CHIP8-100
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|minimicro-chip8
+
|Odin Chip-8 Emulator
 +
|Odin
 +
|[https://github.com/MikaLaurila/odin-chip8emu 1.0]
 +
|CHIP-8
 +
|Mid
 +
|{{?}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|chip8
 +
|BlitzMax
 +
|[https://github.com/Hezkore/chip8 git]
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|VB Chip-8
 +
|Visual Basic 6
 +
|[https://web.fe.up.pt/~vma/chip8/index.htm ?]
 +
|CHIP-8<br>S-CHIP
 +
|Mid
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{~}}
 +
|-
 +
|VChip 8
 +
|Visual Basic 6
 +
|[https://github.com/Planet-Source-Code/raziel-vchip-8-chip-8-emulator-update-v1-0-1__1-47851/ git]
 +
|CHIP-8<br>S-CHIP
 +
|Mid<abbr title="Code review, not ROM tested">*</abbr>
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{~}}
 
|-
 
|-
|CHIP-8 Emulator (PICO-8)
+
|chip-8-vba
|{{✓}}
+
|Visual Basic for Applications
|{{}}
+
|[https://github.com/rndtrash/chip-8-vba git]
 +
|CHIP-8
 +
|Mid<abbr title="Code review, not ROM tested">*</abbr>
 +
|{{PublicDomain}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-80
+
|Chip8VB
|{{✓}}
+
|Visual Basic .NET
|{{}}
+
|[https://github.com/neethan/Chip8VB git]
 +
|CHIP-8
 +
|Low<abbr title="Code review, not ROM tested">*</abbr>
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
!colspan="10"|Mobile
+
|Chip8 SmallBasic
|-
+
|SmallBasic
|ChipChip
+
|[https://github.com/pixelomer/Chip8-SmallBasic git]
|{{}}
+
|CHIP-8
|{{}}
+
|Low<abbr title="Code review, not ROM tested">*</abbr>
 +
|{{?}}
 +
|{{}}
 
|{{✗}}
 
|{{✗}}
|{{✓}}<ref>[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip ChipChip description] - Google Play</ref>
 
 
|-
 
|-
|iPhone-Chip-8-Emulator
+
|WAVE Multi-Emulator
|{{✓}}
+
|Scratch
|{{}}
+
|[https://scratch.mit.edu/projects/824826123 1.1.2]<br>[https://github.com/NinjaWeedle/Wave-Multi-Emulator git]
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP<br>[https://scratch.mit.edu/studios/27152609/ Others]
 +
|High
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|PalmChip8
+
|emuchip8me
|{{✓}}
+
|J2ME
|{{}}
+
|[https://github.com/jborza/emuchip8me git]
|{{}}
+
|CHIP-8<br>S-CHIP
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|DALE-8
+
|Chip8
 +
|Nim
 +
|[https://github.com/Valefant/chip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|chip8
 +
|Nim
 +
|[https://github.com/burnsjordan/chip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{PublicDomain}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 +
|-
 +
|chip8-zig
 +
|Zig
 +
|[https://github.com/GrooveStomp/chip8-zig git]
 +
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|Pico-CHIP8
+
|clj8
|{{✓}}
+
|Clojure
|{{}}
+
|[https://github.com/netb258/clj8 git]
|{{}}
+
|CHIP-8
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{R}}
 
|-
 
|-
|MeltChip
+
|Minish
 +
|Lua
 +
|[https://github.com/griffi-gh/minish git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
!colspan="5"|Consoles
+
|PHP Chip-8 Emulator
|-
+
|PHP
|Chip8 Xbox One
+
|[https://github.com/mario-deluna/php-chip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{R}}
|{{✗}}
 
 
|-
 
|-
|Chip8x
+
|AuChip
|{{}}
+
|Processing
 +
|[https://github.com/GamingMadster/AuChip git]
 +
|CHIP-8<br>S-CHIP<br>XO-CHIP
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|CHIP8 Emulator (Wii U)
+
|Chip-8 in raku
|{{}}
+
|Raku
 +
|[https://github.com/vushu/chip-8-raku git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
 
|-
 
|-
|Chippy
+
|cl-chip8
|{{}}
+
|Common Lisp
 +
|[https://github.com/sjl/cl-chip8 git]
 +
|CHIP-8
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{R}}
|-
+
|}
|Chip 8 Emulator (GameCube)
+
 
|{{✓}}
+
==Descriptions==
|{{✗}}
+
 
|{{}}
+
{{Placeholder}}
|{{✗}}
+
'''PC/Multi-system'''
|-
+
 
|Chip8-n64
+
Interpreters that support PC (x86), includes alternative systems the interpreter supports.<br>
|{{✓}}
+
:'''Cadmium''' (PC, Web)
|{{✗}}
+
::By far the most comprehensive interpreter for CHIP-8 and its extensions, with profiles and options for specific extensions and implementations, full list [https://github.com/gulrak/cadmium#supported-chip-8-variants here]. Cadmium does however have a hard to navigate GUI for a new users.
|{{✗}}
+
:'''C-Octo''' (PC, Raspberry Pi, PocketCHIP)
|{{✗}}
+
::Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP.
|-
+
:'''CubeChip-SDL''' (PC)
|chip-64
+
::Drag and drop to load ROMs.
|{{✓}}
+
:'''JAXE'''  (PC, Libretro)
|{{✗}}
+
::Good selections of options for emulation, Defaults to S-CHIP mod.
|{{✗}}
+
:'''chip8swemu''' (PC, G&W)
|{{✗}}
+
::Simple GUI with, easy to navigate.
|-
+
:'''[[DSP]]''' (PC)
|PsChip8
+
::Hard to navigate GUI.
|{{✓}}
+
:'''Fish 'N' Chips''' (Windows)
|{{✗}}
+
::Simple GUI with, easy to navigate.
|{{✗}}
+
:'''InfoChip8''' (Windows)
|{{✗}}
+
::Rainbow color palette. Nothing else notable, command line/Terminal.
|-
+
:'''shmip8'''  (PC)
|Super-Chip8x
+
::Needs ROM to be specified in command line/terminal.
|{{✓}}
+
:'''Vision-8''' (PC, Coleco, Amiga, MSX)
|{{✗}}
+
::Blurry resolution scaling (Windows).
|{{✗}}
+
:'''SVision-8''' (PC, Coleco, Amiga, MSX)
|{{✗}}
+
::Adds S-CHIP support to Vision-8
|-
+
:'''CHIP-8 Interpreter'''  (DOS)
|CHIP8 TO SMD
+
::Nothing notable, command line/Terminal.
|{{✓}}
+
:'''C8'''  (DOS)
|{{✓}}
+
::Nothing notable, command line/Terminal.
|{{✗}}
+
:'''Chip8'''  (DOS)
|{{✗}}
+
::Odd key-mapping. Nothing else notable, command line/Terminal.
|-
+
:'''DOS Chip-8 / VChip-8'''  (DOS)
|CHIP-8 GENESIS
+
::Nothing notable, command line/Terminal.
|{{✓}}
+
:'''chip8-asm64-emu''' (Linux)
|{{✗}}
+
::Nothing notable, command line/Terminal.
|{{✗}}
+
:'''OmniChip-8''' (PC, Commodore 64, Game Boy)
|{{✗}}
+
::Nothing notable, command line/Terminal (PC). Needs recompilation for custom ROMs, using [https://github.com/z88dk/z88dk z88dk] (Game Boy), [https://github.com/cc65/cc65 cc65] (Commodore 64)
|-
+
:'''CowChip''' (Windows)
|NES-CHIP-8
+
::Sensitive to illegal function calls and crashes due to them.
|{{✓}}
+
:'''Chip8-DOS''' (DOS)
|{{✗}}
+
::Nothing notable, command line/Terminal.
|{{✗}}
+
:'''Pin8'''  (Haiku)
|{{✗}}
+
::Placeholder text.
|-
+
:'''CHIP-8 Emulator'''  (KolibriOS)
|Chip8-NX
+
::Placeholder text.
|{{✓}}
+
:'''CHIP-8''' (ZealOS)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''Emu OS''' (x86 CPU)
|{{✗}}
+
::Placeholder text.
|-
+
;Mobile / ARM
|Chip-8 emulator (PS4)
+
:'''Chip8''' (Android)
|{{✓}}
+
::Touchscreen buttons for keys.
|{{✗}}
+
:'''ChipChip''' (Android)
|{{✗}}
+
::Touchscreen buttons for keys.
|{{✗}}
+
:'''iPhone-Chip-8-Emulator''' (iOS)
|-
+
::Placeholder text.
|Chip8 (PS2/PS3)
+
:'''WinRT-CHIP8''' (Windows Phone)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''PalmChip8'''  (PalmOS)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''DALE-8''' (KaiOS)
|-
+
::Placeholder text.
|Chip8-3DO
+
:'''Pico-CHIP8''' (Raspberry Pi Pico)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''MeltChip'''  (BlackBerry PlayBook)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
'''<abbr title="Web browser">Web</abbr>
|-
+
:'''Octo'''
|Whack-a-Mole
+
::IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable).
|{{✓}}
+
:'''Silicon8'''
|{{✗}}
+
::allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed.
|{{✗}}
+
:'''Chip-8'''
|{{✗}}
+
::currently only supports the original CHIP-8, load custom ROMs with the <code>load</code> button
|-
+
:'''Chip8.js'''
|CrabEmu
+
::Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. Good GUI inside a browser.
|{{✓}}
+
:'''Flip8 Redux'''
|{{✗}}
+
::Can't load custom CHIP-8 binaries/ROMs.
|{{✗}}
+
'''Computers (PPC, m64k)
|{{✗}}
+
:'''Chip-8 for Suns''' (SunOS)
|-
+
::Placeholder text.
|CHIP-8 emulator (DreamCast)
+
:'''Crazy-8'''  (Classic Mac OS)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''MacVision-8''' (Classic Mac OS)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''ChipEm''' (Amiga)
|-
+
::Placeholder text.
|CHIP-8 emulator (Saturn)
+
:'''Chip8''' (Amiga)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
'''Home computers
|{{✗}}
+
:'''Chip-8''' (Atari 8-bit)
|{{✗}}
+
::Placeholder text.
|-
+
:'''Chip09''' (Tandy CoCo 2, Dragon 32/64)
|SMS Chip-8 interpreter
+
::Needs recompilation for custom ROMs, using [http:://www.lwtools.ca/ LWTOOLS].
|{{✓}}
+
:'''CHIP-OTTO''' (ZX Spectrum, ZX Spectrum Next)
|{{✗}}
+
::Includes games, no ROM selection interface (press <code>J</code> to go to next game). Can load games from a different tape.
|{{✗}}
+
:'''ZX Chip8'''  (ZX Spectrum)
|{{✗}}
+
::Placeholder text.
|-
+
:'''C64 Chip-8'''  (Commodore 64)
|chipce8
+
::Placeholder text.
|{{✓}}
+
:'''Chip-8 Emulator''' (Commodore 64)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''MoeCHIP-8 for C64'''  (Commodore 64)
|{{✗}}
+
::Needs recompilation for custom ROMs, using [https://www.c64-wiki.com/wiki/KickAssembler KickAssembler].
|-
+
:'''Vic-20 Chip-8 Emulator''' (VIC-20)
|CHIP-F8
+
::Separate floppy disk for games, instructions in manual for custom ROMs.
|{{✓}}
+
:'''CHIP-8 Simulator BBC/Master''' (BBC Micro, BBC Master)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''Chip-8''' (RISC OS)
|{{✗}}
+
::Placeholder text.
|-
+
'''Portable computers
|Chip8me
+
:'''SCHIP''' (Windows CE)
|{{✓}}
+
::Placeholder text.
|{{✓}}
+
:'''chip8''' (Sharp PC-1350, Sharp PC-1360, Sharp PC-2500)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''CHIP-850''' (PC-G850)
|-
+
::Placeholder text.
|DrChip 8
+
:'''LXV8''' (HP 95LX, HP 100LX, HP 200LX)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''CHIP8-100''' (TRS-80 Model 100)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''IC35 Chip8 emulator''' (Siemans IC35)
|-
+
::Placeholder text.
|Chip-3DS
+
'''Console
|{{✓}}
+
:'''Chip8 Xbox One''' (Xbox one)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''CHIP8 Emulator''' (Wii U)
|{{✗}}
+
::Placeholder text.
|-
+
:'''Chippy''' (Wii)
|GB-8
+
::Very simple interface. Loads ROMs from <code>CHIP8</code> folder in your storage device. Unless you use an ancient HBC, you might receive a invalid elf error. The [https://wiibrew.org/wiki/ELF_to_DOL_Converter elf-dol_converter] should workaround this.
|{{✓}}
+
:'''Chip 8 Emulator''' (GameCube)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''Chip8-n64''' (Nintendo 64)
|{{✗}}
+
::Needs recompilation for custom ROMs, using [https://dragonminded.com/n64dev/ Libdragon].
|-
+
:'''PsChip8''' (PlayStation)
|damaged chip8
+
::Needs recompilation for custom ROMs, using [https://www.psxdev.net/downloads.html PSYQ SDK] and GNU Make
|{{✓}}
+
:'''Super Chip8x'''  (Super Nintendo)
|{{✗}}
+
::Can remap buttons on a per ROM bases. Needs recompilation for custom ROMs, using [https://github.com/RPGHacker/asar asar].
|{{✗}}
+
:'''CHIP8''' (PlayStation 2, PlayStation 3)
|{{✗}}
+
::Placeholder text.
|-
+
:'''Chippi+''' (Intellivision)
|pspchip8
+
::Comes bundled with CHIP-8 ROMs, aswell as a python program to convert them to ECS tapes. The interpreter is written in IntyBASIC.
|{{✓}}
+
:'''CHIP8 TO SMD''' (Genesis / Mega Drive)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''Chip8-NX''' (Switch)
|{{✗}}
+
::Placeholder text.
|-
+
:'''Chip8x'''  (Xbox)
|Chip8 Emulator (PSP)
+
::Good interface. Can load ROMs from disk, HDD or any other storage device
|{{✓}}
+
:'''Chip8 Emulator'''  (PlayStation 4)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''Chip8-3DO'''  (3DO)
|{{✗}}
+
::Needs recompilation for custom ROMs, using [https://3dodev.com/software/sdks 3DODev].
|-
+
:'''chip-64'''  (Nintendo 64)
|DreamChip
+
::Doesn't work in tested emulators. Needs recompilation for custom ROMs, using [https://github.com/ARM9/bass bass].
|{{✓}}
+
:'''CHIP-8 GENESIS''' (Genesis / Mega Drive)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''NES CHIP-8'''  (Nintendo Entertainment System)
|{{✗}}
+
::Needs recompilation for custom ROMs, using [https://cc65.github.io/ cc65].
|-
+
:'''Sega Genesis CHIP-8'''  (Genesis / Mega Drive)
|Chips1
+
::Needs recompilation for custom ROMs, using [https://github.com/Stephane-D/SGDK SGDK]
|{{✓}}
+
:'''CHIP-F8'''  (Channel F)
|{{✓}}
+
::Needs recompilation for custom ROMs, using [https://dasm-assembler.github.io/ dasm].
|{{✓}}
+
:'''Chip-8 XNA''' (Xbox 360)
|{{✗}}
+
::Placeholder text.
|-
+
:'''Whack-a-Mole''' (Dreamcast)
|Chip8Pd
+
::Placeholder text.
|{{✓}}
+
:'''CrabEmu''' (Dreamcast)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''SMS Chip-8 interpreter'''  (Master System)
|{{✗}}
+
::Placeholder text.
|-
+
:'''CHIP-8 emulator''' (Saturn)
|C8
+
::Placeholder text.
|{{✓}}
+
:'''chipce8''' (PC Engine / Turbo Grafx 16)
|{{✓}}
+
::Needs recompilation for custom ROMs, using [https://github.com/Turboxray/PCEAS PCEAS].
|{{✗}}
+
'''Handheld console'''
|{{✗}}
+
:'''Chip8me''' (Nintendo DS)
|-
+
::Simple, easy to use GUI, loads ROMs from SD card.
|Chip8 (Lynx)
+
:'''DrChip 8''' (Game Boy Advance)
|{{✓}}
+
::Placeholder text.
|{{✓}}
+
:'''CEightY'''  (Pandora)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''Chip-3DS''' (3DS)
|-
+
::Placeholder text.
|Chip-8-Pokitto
+
:'''Vision-8 for Gameboy''' (Game Boy)
|{{✓}}
+
::Uses a included DOS program (Use DOSBox or [[PC_Emulator_Comparisons|Similar software to run this.), to save the ROMs to a battery save file, with up to 7 ROMs being able to be saved onto it, with key customization for each CHIP-8 ROM.
|{{✗}}
+
:'''MicroCHIP'''  (PlayStation Vita)
|{{✗}}
+
::Simple ROM selection.
|{{✗}}
+
:'''PSP-Chip8''' (PlayStation Portable)
|-
+
::Basic ROM selection interface.
|CHIP-8 mini
+
:'''Chip-8 Emulator''' (PlayStation Portable)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''VITA-8'''  (PlayStation Vita)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''DreamChip'''  (PlayStation Portable)
|-
+
::Placeholder text.
!colspan="5"|Calculators
+
:'''GB-8''' (Game Boy)
|-
+
::Basic ROM selection interface. Needs recompilation for custom ROMs, using [https://github.com/gbdev/rgbds/releases/tag/v0.5.0 RGBDS v0.5.0].
|Chip8Emu
+
:'''damaged chip8'''  (Game Boy)
|{{✓}}
+
::Uses <code>SELECT</code> to switch ROMs. Needs recompilation for custom ROMs, using [https://github.com/gbdev/rgbds/releases/tag/v0.3.10 RGBDS v0.3.10].
|{{✗}}
+
:'''Dingux-chip8''' (Dingoo)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''gpchip ''' (Dingoo)
|-
+
::Placeholder text.
|Schip8fx
+
:'''Chips1''' (WonderSwan)
|{{✓}}
+
::Placeholder text.
|{{✓}}
+
:'''Chip8Pd'''  (Playdate)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''C8'''  (GP32)
|-
+
::Placeholder text.
|C8SALT
+
:'''EFCS'''  (GP2X)
|{{✓}}
+
::Placeholder text.
|{{~}}
+
:'''Chip8''' (Lynx)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''Chip-N''' (N-Gage)
|-
+
::Placeholder text.
|Chip-84
+
:'''CHIP/8''' (P/ECE)
|{{✓}}
+
::Placeholder text.
|{{✓}}
+
:'''Chip-8-Pokitto''' (Pokitto)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''CHIP-8 mini''' (Pokémon mini)
|-
+
::Needs recompilation for custom ROMs, using [https://www.pokemon-mini.net/tools/pika-macro-assembler/ PMAS].
|Chip84CE
+
'''Calculator
|{{✓}}
+
:'''SUPER-CHIP''' (HP48SX)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''CHIP48''' (HP48GX, GP48SX)
|{{✗}}
+
::Placeholder text.
|-
+
:'''Chip8Emu'''  (TI-Nspire)
|Chip8-TI68k
+
::Placeholder text.
|{{✓}}
+
:'''schip8fx'''  (Casio AFX, Casio fx-9860G)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''C8SALT''' (TI-83+, TI-83+ SE, TI-84+, TI-84+ SE, TI-84+ C SE, TI-84+ CE)
|{{✗}}
+
::Placeholder text. The interpreter is written in TI-BASIC.
|-
+
:'''Chip-84''' (TI-84+ CE)
|Vinegar
+
::Placeholder text.
|{{✓}}
+
:'''Chip84CE''' (TI-84+ CE)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''Chip8-TI68k'''  (TI-68k)
|{{✗}}
+
::Placeholder text.
|-
+
:'''Chip83''' (TI-83)
!colspan="5"|Microcontroller
+
::Placeholder text.
|-
+
:'''Chip8/SChip8 Emulation Library'''  (TI-92, TI-92+)
|8boy
+
::Placeholder text.
|{{✓}}
+
:'''CP300 Chip8''' (Casio ClassPad 300)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''Vinegar''' (TI-83, TI-83+)
|{{✗}}
+
::Placeholder text.
|-
+
:'''uChip8''' (TI-85)
|ESPboy CHIP8
+
::Placeholder text.
|{{✓}}
+
:'''HP Prime Chip8 Emulator''' (HP Prime)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''CHIP-8'''  (N0110)
|{{✗}}
+
::Placeholder text.
|-
+
'''Microcontrollers
|ESP32TinyChip8
+
:'''8boy''' (Arduino)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''ESPboy CHIP8''' (ESPboy)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''ESP32TinyChip8'''  (ESP32)
|-
+
::Placeholder text.
|chip8-esp8266
+
:'''chip8-esp8266 ''' (ESP8266)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''Tjipp8'''  (PIC16F17xx)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''Chip-8 STM32''' (STM32)
|-
+
::Placeholder text.
|Tjipp8
+
:'''chip8-stm32''' (STM32)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''chip8stm32''' (STM32)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''TIVA8 '''  (TM4C123)
|-
+
::Placeholder text.
|Chip-8 STM32
+
:'''ByteBoy'''  (MSP430)
|{{✓}}
+
::Placeholder text.
|{{✓}}
+
'''Firmware
|{{✓}}
+
:'''CHIP-8 UEFI''' (UEFI)
|{{✓}}<ref>[https://github.com/FedericoBruzzone/CHIP-8-STM32 CHIP-8 STM32 README]</ref>
+
::Needs recompilation for custom ROMs, using [https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II EDK II].
|-
+
:'''GPCHIP''' (Miyoo)
|CHIP 8 emulator (STM32)
+
::Placeholder text.
|{{✓}}
+
:'''PluginChip8''' (Rockbox)
|{{✗}}
+
::Due to systems having less buttons than the original CHIP-8 key mapping there is a [https://www.rockbox.org/wiki/PluginChip8.html custom system] for changing the key mapping.
|{{✗}}
+
'''Fantasy consoles/computers
|{{✗}}
+
:'''CHIP-8 Emulator''' (PICO-8)
|-
+
::Can't load custom CHIP-8 binaries/ROMs.
|TIVA8
+
:'''CHIP-80''' (TIC-80)
|{{✓}}
+
::Can't load custom CHIP-8 binaries/ROMs.
|{{✗}}
+
:'''CHIP8 Emulator'''  (LowRes NX)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''Chip-8 emulator''' (Vircon32)
|-
+
::Custom ROMs need to use [https://vircon32.itch.io/chip-8-emulator this] ROM conversion tool.
|ByteBoy
+
:'''chip8uxn''' (Uxn)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''minimicro-chip8''' (MiniMicro)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
'''Other'''
|-
+
:'''flipper-chip''' (Flipper Zero)
!colspan="5"|Firmware
+
::does not support any controls/input. <ref>[https://github.com/dwdraugr/flipper-chip/issues/1 Flipper-chip issue #1]</ref>
|-
+
'''FPGA
|CHIP-8 UEFI
+
:'''ICED Potato''' (ICE40UP5K)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''CHIP-8 console on FPGA'''  (TinyFPGA BX)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''FpChip8'''  (Altera DE1)
|-
+
::Placeholder text.
|GPCHIP
+
:'''FPGA Chip-8 Emulator''' (Zedboard FPGA)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''Clash CHIP-8''' (Nexys A7-50T)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''FPGA SuperChip''' (Digilent Nexys 3, MiST)
|-
+
::Placeholder text.
|PluginChip8
+
:'''CHIP-8 for FPGA''' (Arty A7-100T)
|{{✓}}
+
::Placeholder text.
|{{✓}}
+
:'''Text editor
|{{✗}}
+
:'''chip-8.nvim''' (Neovim)
|{{✗}}
+
::Placeholder text.
|-
+
:'''chip8.el''' (Emacs)
!colspan="5"|Other
+
::Placeholder text.
|-
+
'''Game Engine
|chip8 (PC-1350/PC-1360/PC-2500)
+
:'''CHIP8-GM''' (GameMaker)
|{{✓}}
+
::<code>F1</code> to show prompts (buttons for actions) and key mappings
|{{✗}}
+
:'''MegaZeux CHIP-8 Emulator''' (MegaZeux)
|{{✗}}
+
::Loads games in the same root folder, [[wikipedia::Case sensitivity|case-insensitive]].
|{{✗}}
+
:'''Blit-8''' (Minecraft)
|-
+
::Requires the Computer Craft mod, saved in the world folder in a subfolder of the <code>computer</code> folder.
|flipper-chip
+
:'''Godot CHIP-8 Emulator''' (Godot)
|{{✓}}
+
::Needs recompilation for custom ROMs, using Godot [https://github.com/godotengine/godot/releases/tag/3.0-stable 3.0] or a compatible version for custom ROMs.
|{{✗}}
+
:'''chip8emu-agk''' (AppGameKit 2)
|{{✗}}
+
::Placeholder text. The interpreter is written in AppGameKit 2 BASIC
|{{✗}}
+
:'''E2-CHIP-8-interpreter''' (Garry's Mod)
|-
+
::Placeholder text.
|CHIP-8 console on FPGA
+
:'''Chip8Unity''' (Unity)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''Chip8Interpreter4Unity''' (Unity)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''VChip8''' (Counter-Strike:: Global Offensive)
|-
+
::Placeholder text.
|ICED POTATO
+
:'''LOVE-8''' (LÖVE)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
'''Other'''
|{{✗}}
+
:'''Chip-84 Rainmeter Edition''' (Rainmeter)
|{{✗}}
+
::is blurry when set to a resolution higher than the original CHIP-8 due to Rainmeter not supporting nearest neighbor pixel interpolation.
|-
+
:'''chip8''' (MRE)
!colspan="5"|Web browser
+
'''Programming languages'''
|-
+
:'''CHIP-36''' (Java)
|Octo
+
::Simple GUI.
|{{✓}}
+
:'''SnxChip8'''  (Java)
|{{✓}}
+
::Nothing notable, command line/Terminal.
|{{✓}}
+
:'''SuperCHIP Emulator'''  (Java)
|{{✗}}
+
::Nothing notable, command line/Terminal.
|-
+
:'''DALE-8A'''  (AWK)
|Silicon8
+
::Displays inside terminal. Nothing else notable, command line/Terminal.
|{{✓}}
+
:'''awk-chip8'''  (gawk)
|{{~}}
+
::Displays inside terminal. Nothing else notable, command line/Terminal.
|{{~}}
+
:'''fc8''' (Fortran)
|{{✗}}
+
::Nothing notable, command line/Terminal.
|-
+
:'''00SChip8''' (PureBasic)
|Chip8.js
+
::Simple GUI.
|{{✓}}
+
:'''Project Cherry''' (FreeBASIC)
|{{✗}}
+
::Nothing notable, command line/Terminal.
|{{✗}}
+
:'''Odin Chip-8 Emulator''' (Odin)
|{{✗}}
+
::Nothing notable, command line/Terminal.
|-
+
:'''chip8''' (BlitzMax)
|Flip8 Redux
+
::Can Loads games via drag-and-drop, Crashes when illegal opcodes are called.
|{{✓}}
+
:'''VB Chip-8''' (Visual Basic 6)
|{{✓}}
+
::Remappable keys, slows down when debug option is enabled.
|{{✗}}
+
:'''VChip 8''' (Visual Basic 6)
|{{✗}}
+
::Placeholder text.
|-
+
:'''chip-8-vba''' (Visual Basic for Applications)
!colspan="5"|Program add-on/plugin
+
::Placeholder text.
|-
+
:'''Chip8VB''' (Visual Basic .NET)
|chip-8.nvim
+
::Placeholder text.
|{{✓}}
+
:'''Chip8 SmallBasic''' (SmallBasic)
|{{~}}
+
::Placeholder text.
|{{~}}
+
:'''WAVE Multi-Emulator''' (Scratch)
|{{✗}}
+
::Placeholder text.
|-
+
:'''emuchip8me''' (J2ME)
|chip8.el
+
::Placeholder text.
|{{✓}}
+
:'''Chip8''' (Nim)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''chip8''' (Nim)
|{{✗}}
+
::Placeholder text.
|-
+
:'''chip8-zig''' (Zig)
|chip8emu-agk
+
::Placeholder text.
|{{✓}}
+
:'''Minish''' (Lua)
|{{✗}}
+
::Placeholder text.
|{{✗}}
+
:'''PHP Chip-8 Emulator''' (PHP)
|{{✗}}
+
::Placeholder text.
|-
+
:'''AuChip''' (Processing)
|CHIP8-GM
+
::Placeholder text.
|{{✓}}
+
:'''Chip-8 in raku''' (Raku)
|{{✓}}
+
::Placeholder text.
|{{✗}}
+
:'''cl-chip8''' (Common Lisp)
|{{✗}}
+
::Placeholder text.
|-
+
==Extensions==
|E2-CHIP-8-interpreter
+
:''For detailed information on CHIP-8 extensions see: [https://chip-8.github.io/extensions/ CHIP-8 extensions and compatibility]''
|{{✓}}
+
The original CHIP-8 is more supported than any extension, the most supported extensions are: S-CHIP and XO-CHIP.
|{{✗}}
+
 
|{{✗}}
+
Extensions to CHIP-8 since the 1970s, with many with over-lapping features, such as the expansions to the resolution, I/O and other improvements/additions. CHIP-8, and its extensions are based on implementing [[wikipedia:Opcode|opcodes]] in interpreters.<ref>https://chip-8.github.io/extensions/</ref>
|{{✗}}
+
 
|-
+
When extensions change the behavior of an opcode it makes the specific opcode when used incompatible with other extensions, most derivative extensions try to maintain backward compatibility with 'parent' extension. If commonly used or many opcodes' behavior is change it will large incompatibilities with extensions.
|Chip8Unity
+
 
|{{✓}}
+
----
|{{✗}}
+
A summarized list of the CHIP-8 extensions below:
|{{✗}}
+
 
|{{✗}}
+
Extensions created for [[wikipedia:HP-48|HP-48]]:
|-
+
*CHIP-48
|Chip8Interpreter4Unity
+
* {{hovertext|SUPER-CHIP|A.K.A S-CHIP or SCHIP}}
|{{✓}}
+
 
|{{✗}}
+
Extensions created for other systems:
|{{✗}}
+
*Mega-Chip
|{{✗}}
+
* XO-CHIP
|-
+
 
|Blit-8
+
Extensions created for the [[wikipedia:COSMAC VIP|COSMAC VIP]]:<br>
|{{✓}}
+
 
|{{✗}}
+
Visual: Two-page display for CHIP-8, CHIP-10, Hi-res CHIP-8, CHIP-8E, CHIP-8X, Two-page display for CHIP-8X, Hi-res CHIP-8X
|{{✗}}
+
 
|{{✗}}
+
I/O: CHIP-8I, CHIP-8II, CHIP-8III, HI-RES CHIP-8 with I/O, CHIP-8Y
|-
+
 
|-
+
Other: CHIP-8E, CHIP-8M
|Megazeux CHIP-8 Emulator
+
==See also==
|{{✓}}
+
* [[Fantasy console emulators]]
|{{~}}
+
==External links==
|{{✗}}
 
|{{✗}}
 
|-
 
|Chip-84 Rainmeter Edition
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|}
 
  
==Comparisons==
+
* [https://archive.org/details/chip-8-games Chip-8 Database] - Games, Programs and demos for: CHIP-8, CHIP-8X, SCHIP, XO-CHIP and MegaCHIP.
;Multi-system / PC
+
** [https://web.archive.org/web/20101219114051/http://www.chip8.com/?page=109 CHIP-8 Pack] - Older version of the above, done by the now offline site chip8.com. Last updated in 2011, no XO-CHIP applications.
* '''Cadium''' The GUI is hard to navigate to a new user but has many emulation options, supports the most CHIP-8 extensions out of any interpreter see list [https://github.com/gulrak/cadmium#supported-chip-8-variants here]. Also great debugger. '''(PC, Web)'''
 
* '''chip8swemu''' Simple GUI with, easy to navigate. '''(PC, G&W)'''
 
* '''CowChip''' Sensitive to illegal function calls and crashes due to them. '''(PC)'''
 
* '''JAXE''' Defaults to S-CHIP mode<ref>[https://github.com/kurtjd/jaxe#troubleshooting JAXE: troubleshooting]</ref>. '''(PC)'''
 
* '''Vision-8''' Blurry resolution scaling (Windows). '''(PC, Gameboy, Coleco, Amiga)'''
 
* '''Octo''' IDE and interpreter, allows for sprite, audio and supports multiple multiple extensions and custom compatibility options and compatibility profile for specific extensions. '''(Web)'''
 
* '''Silicon8''' allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed. '''(Web)'''
 
* '''Chip8.js''' can not load custom ROMs, new instance has to be made to add games. '''(Web)'''
 
* '''flipper-chip''' does not support any controls/input<ref>[https://github.com/dwdraugr/flipper-chip/issues/1 Flipper-chip issue #1]</ref> '''(Flipper Zero)'''
 
* '''Chip-84 Rainmeter Edition''' is blurry when set to a resolution higher than the original CHIP-8 due to Rainmeter not supporting nearest neighbor pixel interpolation. '''(Rainmeter)'''
 
Needs recompilation for custom ROMs: '''Super Chip8x'''([https://github.com/RPGHacker/asar asar]), '''NES-CHIP-8''' ([https://cc65.github.io/ cc65]), '''Chip-f8''' ([https://dasm-assembler.github.io/ dasm]).
 
 
 
Can't load custom ROMs: '''Flip8 Redux''','''CHIP-80''', '''CHIP-8 Emulator''' (PICO-8).
 
==See also==
 
* [[Fantasy console emulators]]
 
==External links==
 
 
* [https://johnearnest.github.io/chip8Archive/ CHIP-8 Archive] - CHIP-8, S-CHIP and XO-CHIP programs licensed under the [https://creativecommons.org/share-your-work/public-domain/cc0/ CC0] license.
 
* [https://johnearnest.github.io/chip8Archive/ CHIP-8 Archive] - CHIP-8, S-CHIP and XO-CHIP programs licensed under the [https://creativecommons.org/share-your-work/public-domain/cc0/ CC0] license.
 
* [https://www.zophar.net/pdroms/chip8.html CHIP-8 Public Domain ROMs - Zophar's Domain] - CHIP-8 and S-CHIP programs that are Public Domain.
 
* [https://www.zophar.net/pdroms/chip8.html CHIP-8 Public Domain ROMs - Zophar's Domain] - CHIP-8 and S-CHIP programs that are Public Domain.
 +
* [https://web.archive.org/web/20060506012205/http://www.geocities.co.jp/Playtown-Yoyo/6130/chip8.htm Let's Emu Chip-8 Emulator] Lists Windows CHIP-8 interpreters not listed here.
 +
* The GitHub topics: [https://github.com/topics/chip8-emulator CHIP-8 emulator], [https://github.com/topics/chip8 CHIP-8] and [https://github.com/topics/chip8-interpreter CHIP-8 interpreter]. Which may have intepreters not listed here.
 +
* [https://chip-8.github.io Awesome CHIP-8] - Lists resources for CHIP-8.
 +
* [https://github.com/Timendus/chip8-test-suite CHIP-8 Test suite] - Test suite to see compatibility of interpreters.
 +
 
==References==
 
==References==
 
<references/>
 
<references/>
 
;Notes
 
;Notes
 
<references group=N />
 
<references group=N />
 +
 
[[Category:Historic emulation software]] [[Category:Not_really_emulators]]
 
[[Category:Historic emulation software]] [[Category:Not_really_emulators]]

Latest revision as of 09:15, 15 June 2024

CHIP-8
PONG CHIP8.png
CHIP-8 implemention of Pong
Developer Joseph Weisbecker
Release date 1977 or 1978
Emulated
Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of CHIP-8 interpreters.

CHIP-8 is an interpreted programming language, developed by Joseph Weisbecker. Designed to be easy to program for and to use less resources than programming languages like BASIC. [1]

Microcomputers with CHIP-8 support are listed here, for other implementations see interpreters

Adoption[edit]

For more information on computers with CHIP-8 support, see List of computers.
There have been multiple communities that have used CHIP-8.

In the late 1970s to 1980s microcomputer kit communities are where CHIP-8 was first popular, on systems such as the DREAM 6800, COSMAC VIP, HUG1802/ETI-660, Oscom Nano, Telmac 1800, Telmac 2000, and V-ELF

This is due to systems like the COSMAC VIP endorsing and including CHIP-8 programs with the machine.[2] In these communities CHIP-8 programs and extensions were being shared with newsletters, like 'DREAMER' and 'VIPER magazine'

Later, in the 1990s CHIP-8 began to be popular on graphing calculators. This community started when a CHIP-8 interpreter called CHIP-48, the origin the 'CHIP-48' extension was released on the HP-48 in 1990. In 1991 the 'SUPER-CHIP' interpreter was created, with the 'SUPER-CHIP' (A.K.A S-CHIP or SCHIP) extension being a derivative of CHIP-48.[3]

There have been other communities that have created and ported interpreters, devices such as consoles. With interpreters still being made for consoles and computers, as well as many other old and new devices. In the 2010s the Octojam competition started with the creation of XO-CHIP, which was created in 2014[4]. Octojam ran from 2014-2023, [5] had dozens of CHIP-8, S-CHIP, and XO-CHIP programs created for it.

Interpreters[edit]

Computers[edit]

Name Platform(s) Latest version Libretro Core Extension(s) Accuracy FLOSS Active Recommended
PC / x86
Cadmium Windows Linux macOS 1.1.8 CHIP-8
S-CHIP
XO-CHIP
Others
Cycle
C-Octo Windows Linux macOS git CHIP-8
S-CHIP
XO-CHIP
High
CubeChip-SDL Windows Linux macOS git CHIP-8
S-CHIP
XO-CHIP
Others
High
JAXE Windows Linux [N 1] git
libretro core
CHIP-8
S-CHIP
XO-CHIP
High
chip8swemu Windows Linux git CHIP-8
S-CHIP
Mid
DSP Windows Linux macOS git CHIP-8
S-CHIP
Mid
Fish 'N' Chips Windows 2.1.5
1.21 source code
CHIP-8
CHIP-8X
SCHIP
High ?
InfoChip8 Windows 0.1J CHIP-8 Mid ~
shmip8 Windows Linux git CHIP-8 Mid ~
Vision-8 Windows MS-DOS UNIX 1.0 CHIP-8 High-Mid NC ~
SVision-8 Windows MS-DOS UNIX ? S-CHIP High-Mid NC ~
CHIP-8 Interpreter MS-DOS git CHIP-8 High ~
C8 MS-DOS git CHIP-8 Mid ?
Chip8 MS-DOS 2.2.0 CHIP-8
S-CHIP
Mid
DOS Chip-8 / VChip-8 MS-DOS 1.1 CHIP-8
S-CHIP
Low-Mid ?
chip8-asm64-emu Linux git CHIP-8 Mid
OmniChip-8 Windows Linux git CHIP-8 Low
CowChip Windows 9x Windows 3.1 0.2 CHIP-8 Low-Mid
Chip8-DOS MS-DOS git CHIP-8 Low-Mid
Pin8 Haiku git CHIP-8 TBD NC !
CHIP-8 Emulator KolibriOS git CHIP-8 TBD !
CHIP-8 ZealOS git CHIP-8 TBD PD !
Emu OS x86 CPUs git CHIP-8 TBD !

Mobile \ ARM[edit]

Name Platform(s) Latest version Extension(s) Accuracy FLOSS Active Recommended
Mobile / ARM
Chip8 Android 0.7.1
git
CHIP-8 High
ChipChip Android 1.8.0 CHIP-8
S-CHIP
MegaChip
Mid
C-Octo Linux ARM git CHIP-8
S-CHIP
XO-CHIP
High
iPhone-Chip-8-Emulator iOS git CHIP-8
S-CHIP
TBD ~
WinRT-CHIP8 Windows 8 Phone git CHIP-8 TBD !
PalmChip8 PalmOS 1.0 CHIP-8
S-CHIP
TBD !
DALE-8 KaiOS git CHIP-8 TBD PD !
Pico-CHIP8 Linux ARM git CHIP-8 TBD !
MeltChip BlackBerry PlayBook git CHIP-8 TBD !

Browser[edit]

Name Platform(s) Latest version Extension(s) Accuracy FLOSS Active Recommended
Web browsers
Octo Web Website
git
CHIP-8
S-CHIP
XO-CHIP
High
Cadmium Web Website
git
CHIP-8
S-CHIP
XO-CHIP
Others
Cycle
Silicon8 Web Website
git
CHIP-8
S-CHIP
XO-CHIP
High
Chip-8 Web Website
git
CHIP-8 High
Chip8.js Web Website
git
CHIP-8 Mid* ~
Flip8 Redux Web NewGrounds
src
CHIP-8
S-CHIP
Mid*

Other computers[edit]

Name Platform(s) Latest version Extension(s) Accuracy FLOSS Active Recommended
Computers / m68k, PPC
Vision-8 AmigaOS 1.0 CHIP-8 High-Mid NC
Chip-8 for Suns SunOS ? CHIP-8 TBD ? !
Crazy-8 Classic Mac OS 1.0.4 CHIP-8
S-CHIP
TBD !
MacVision-8 Classic Mac OS 1.0 CHIP-8 High-Mid* NC !
ChipEm AmigaOS 0.4 Beta CHIP-8 TBD ? !
Chip8 AmigaOS ? CHIP-8 TBD NC !
Home computers
Chip-8 Atari 8-bit git CHIP-8
S-CHIP
TBD PD !
Chip09 Tandy CoCo 2
Dragon 32/64
git CHIP-8 TBD ? !
Vision-8 ColecoVision Coleco ADAM MSX 1.0 CHIP-8 High-Mid* NC !
SVision-8 Coleco ADAM MSX ? S-CHIP High-Mid* NC !
CHIP-OTTO ZX Spectrum
ZX Spectrum Next
? CHIP-8 TBD !
ZX Chip8 ZX Spectrum git CHIP-8 TBD !
C64 Chip-8 Commodore 64 git CHIP-8 TBD !
OmniChip-8 Commodore 64 git CHIP-8 TBD !
Chip-8 Emulator Commodore 64 ? CHIP-8 TBD !
MoeCHIP-8 for C64 Commodore 64 git CHIP-8 TBD ? !
Vic-20 Chip-8 Emulator VIC-20 1.11 CHIP-8 TBD !
CHIP-8 Simulator BBC/Master BBC Micro
BBC Master
? CHIP-8 TBD !
Chip-8 RiscOS 26-Jan-98 CHIP-8 TBD ? !
Portable computers / Pocket computers
SCHIP Windows CE 1.0 CHIP-8
S-CHIP
TBD !
chip8 Sharp PC-1350
PC-1360
PC-2500
git CHIP-8 TBD !
CHIP-850 PC-G850 ? CHIP-8 TBD !
LXV8 HP 95LX
HP 100LX
HP200LX
? CHIP-8 High-Mid NC !
CHIP8-100 TRS-80 Model 100 git CHIP-8 TBD ? !
IC35 Chip8 emulator Siemans IC35 0.1 CHIP-8 TBD !

Consoles[edit]

Name Platform(s) Latest version Extension(s) Accuracy FLOSS Active Recommended
Consoles
Chip8 Xbox One Xbox One ? CHIP-8 Mid
CHIP8 Emulator Wii U 2.2
git
CHIP-8
S-CHIP
Mid ?
Chippy Wii 1.0 CHIP-8
S-CHIP
TBD ?
Chip 8 Emulator GameCube 1.0a CHIP-8 TBD
Chip8-n64 Nintendo 64 git CHIP-8 Mid ?
PsChip8 PlayStation git CHIP-8 Mid ?
Super Chip8x Super Nintendo git
ROM
CHIP-8 Mid ?
CHIP8 PlayStation 3
PlayStation 2
v1 CHIP-8 Mid ?
Chippi+ Intellivision ? CHIP-8 High
CHIP8 TO SMD Genesis 2.0 CHIP-8
S-CHIP
Low ~
Chip8-NX Switch git CHIP-8 Mid ? ~
Chip8x Xbox v5 CHIP-8
S-CHIP
Low-Mid ~
Chip8-3DO 3DO git CHIP-8 Low-Mid ~
Chip8 Emulator PlayStation 4 POC CHIP-8 Low ? ~
chip-64 Nintendo 64 git CHIP-8 TBD
CHIP-8 GENESIS Genesis git CHIP-8 TBD ?
NES CHIP-8 Nintendo Entertainment System git
ROM
CHIP-8 High *
Sega Genesis CHIP-8 Genesis git CHIP-8 TBD *
CHIP-F8 Channel F git CHIP-8 Mid ? *
Chip-8 XNA Xbox 360 git CHIP-8 TBD !
Whack-a-Mole Dreamcast 0.900 CHIP-8 TBD ? !
CrabEmu Dreamcast 0.2.0 CHIP-8 TBD !
SMS Chip-8 interpreter Master System git
0.21
CHIP-8 TBD !
CHIP-8 emulator Saturn ? CHIP-8 TBD !
chipce8 PC Engine git CHIP-8 TBD !
Handhelds
Chip8me Nintendo DS 1.0 CHIP-8
S-CHIP
Mid
DrChip 8 GameBoy Advance 09/20/02 CHIP-8 TBD
CEightY Pandora git
PND
CHIP-8
S-CHIP
Mid ?
Vision-8 for Gameboy GameBoy 1.0 CHIP-8 High-Mid NC
Chip-3DS Nintendo 3DS 1.0
git
CHIP-8 Mid ? ~
MicroCHIP Vita 1.0
git
CHIP-8
S-CHIP
Mid* ? ~
PSP-Chip8 PSP 1.0 CHIP-8 Low ~
Chip-8 Emulator PSP 1.0 Beta CHIP-8 Low ~ ~
VITA-8 Vita git CHIP-8 Low* ?
DreamChip PSP V4 CHIP-8 Low
GB-8 GameBoy git CHIP-8 High *
damaged chip8 GameBoy git CHIP-8 High ? *
OmniChip-8 GameBoy git CHIP-8 TBD !
GB-Chip8 GameBoy 0.6 CHIP-8
S-CHIP
TBD !
Dingux-chip8 Dingoo ? CHIP-8 TBD ? !
gpchip Dingoo ? CHIP-8 TBD ? !
Chips1 WonderSwan git CHIP-8
S-CHIP
XO-CHIP
TBD !
Chip8Pd Playdate git CHIP-8 Mid ? !
C8 GP32 0.2 CHIP-8
S-CHIP
TBD ? !
EFCS GP2X 0.1 CHIP-8 TBD ? !
Chip8 Lynx ? CHIP-8
S-CHIP
TBD !
Chip-N N-Gage 0.1 CHIP-8 TBD ? !
CHIP/8 P/ECE 20040504 CHIP-8
S-CHIP
TBD ? !
Chip-8-Pokitto Pokitto git CHIP-8 TBD ? !
CHIP-8 mini Pokemon Mini git CHIP-8 TBD !

Other devices[edit]

Name Platform(s) Latest version Extension(s) Accuracy FLOSS Active Recommended
Calculators
SUPER-CHIP HP48SX 1.1 S-CHIP TBD NC
CHIP48 HP48GX
HP48SX
GX
SX
CHIP-48 TBD
Chip8Emu TI-Nspire git CHIP-8 Mid
Schip8fx Casio AFX
Casio Fx-9860
1.11.0 CHIP-8
S-CHIP
Mid ?
C8SALT TI-84 series git CHIP-8
S-CHIP
Low-Mid
Chip-84 TI84+CE git CHIP-8
S-CHIP
TBD ? !
Chip84CE TI84+CE git CHIP-8 TBD !
Chip8-TI68k TI-68k git CHIP-8
S-CHIP
XO-CHIP*
High* !
Chip83 TI-83 0.1 CHIP-8 TBD ? !
Chip8/SChip8 Emulation Library TI-92
TI-92+
0.9 Beta CHIP-8
S-CHIP
TBD ? !
CP300 Chip8 Casio ClassPad 300 1.03 CHIP-8
S-CHIP
TBD !
Vinegar TI-83
TI-83+
1.1 CHIP-8
S-CHIP
TBD ? !
uChip8 TI-85 0.1 CHIP-8
S-CHIP
TBD ? !
HP Prime Chip8 Emulator HP Prime 1.6 CHIP-8 TBD ? !
CHIP-8 N0110 Upilson
git
CHIP-8
S-CHIP
TBD ? !
Microcontrollers
8boy Arduino git CHIP-8
S-CHIP
TBD !
ESPboy CHIP8 ESPboy git CHIP-8
S-CHIP
XO-CHIP
TBD ? !
ESP32TinyChip8 ESP32 git CHIP-8 TBD PD !
chip8-esp8266 ESP8266 git CHIP-8 TBD ? !
Tjipp8 PIC16F17xx git CHIP-8
S-CHIP
TBD !
Chip-8 STM32 STM32 git CHIP-8
CHIP-48
S-CHIP
TBD !
chip8-stm32 STM32 git CHIP-8 TBD !
chip8stm32 STM32 git CHIP-8
S-CHIP
TBD !
TIVA8 TM4C123 git CHIP-8 TBD ? !
ByteBoy MSP430 git CHIP-8 TBD ? !
Firmware
CHIP-8 UEFI UEFI git CHIP-8 TBD !
GPCHIP Miyoo 0.0.1 CHIP-8 TBD
PluginChip8 RockBox ? S-CHIP High-Mid* NC ?
Fantasy computers/consoles
CHIP-8 Emulator PICO-8 1.5 CHIP-8 TBD
CHIP-80 TIC-80 Update 4 CHIP-8 TBD
CHIP8 Emulator LowRes NX ? CHIP-8 TBD ? !
Chip-8 emulator Vircon32 ? CHIP-8 TBD !
chip8uxn Uxn git CHIP-8 TBD !
minimicro-chip8 MiniMicro git CHIP-8 TBD !
Other
chip8swemu Game & Watch: Super Mario Bros git CHIP-8
S-CHIP
Mid
flipper-chip Flipper Zero git CHIP-8 TBD
Chip-8-WatchOS WatchOS git CHIP-8 TBD !
FPGA
ICED Potato ICE40UP5K git CHIP-8
S-CHIP
XO-CHIP
TBD !
CHIP-8 console on FPGA TinyFPGA BX git CHIP-8 TBD !
FpChip8 Altera DE1 git CHIP-8 TBD !
FPGA Chip-8 Emulator Zedboard FPGA git CHIP-8 TBD ? !
Clash CHIP-8 Nexys A7-50T git CHIP-8 TBD ? !
FPGA SuperChip Digilent Nexys 3
MiST
git CHIP-8
S-CHIP
TBD ? !
CHIP-8 for FPGA Arty A7-100T git CHIP-8 TBD PD !

Other platforms[edit]

Name Platform(s) Latest version Extension(s) Accuracy FLOSS Active Recommended
Text editor
chip-8.nvim Neovim git CHIP-8
S-CHIP
XO-CHIP
TBD !
chip8.el Emacs git CHIP-8
S-CHIP
TBD ? !
Game Engine / Mod
CHIP8-GM GameMaker git CHIP-8
S-CHIP
High-Mid
MegaZeux CHIP-8 Emulator MegaZeux 1.0 CHIP-8 Mid ?
Blit-8 Minecraft 1.0 CHIP-8 High ~
Godot CHIP-8 Emulator Godot (GDScript) git CHIP-8 Low
chip8emu-agk AppGameKit 2 git CHIP-8
S-CHIP
TBD !
E2-CHIP-8-interpreter Garry's Mod git CHIP-8 TBD ? !
Chip8Unity Unity git CHIP-8 TBD !
Chip8Interpreter4Unity Unity git CHIP-8 TBD PD !
LOVE-8 LÖVE git CHIP-8 TBD ? !
VChip8 Counter-Strike: Global Offensive git CHIP-8 TBD ? !
Other
Chip-84 Rainmeter Edition Rainmeter git CHIP-8
S-CHIP
TBD ? !
chip8 MRE 1 and 2 CHIP-8 Low ? !
Name Programming Language Latest version Extension(s) Accuracy FLOSS Active Recommended
Programming languages
CHIP-36 Java git CHIP-8
S-CHIP
XO-CHIP
High ?
SnxChip8 Java ? CHIP-8 Mid
SuperCHIP Emulator Java git CHIP-8
S-CHIP
Mid
DALE-8A AWK git CHIP-8 High-Mid PD
awk-chip8 gawk git CHIP-8
S-CHIP
Mid ?
fc8 Fortran git CHIP-8 High
00SChip8 PureBasic 2016
git
CHIP-8
S-CHIP
High-Mid
Project Cherry FreeBASIC git CHIP-8
S-CHIP
Mid NC
Odin Chip-8 Emulator Odin 1.0 CHIP-8 Mid ?
chip8 BlitzMax git CHIP-8
S-CHIP
Mid ?
VB Chip-8 Visual Basic 6 ? CHIP-8
S-CHIP
Mid ? ~
VChip 8 Visual Basic 6 git CHIP-8
S-CHIP
Mid* ? ~
chip-8-vba Visual Basic for Applications git CHIP-8 Mid* PD
Chip8VB Visual Basic .NET git CHIP-8 Low* ?
Chip8 SmallBasic SmallBasic git CHIP-8 Low* ?
WAVE Multi-Emulator Scratch 1.1.2
git
CHIP-8
S-CHIP
XO-CHIP
Others
High ?
emuchip8me J2ME git CHIP-8
S-CHIP
TBD ? !
Chip8 Nim git CHIP-8 TBD !
chip8 Nim git CHIP-8 TBD PD !
chip8-zig Zig git CHIP-8 TBD ? !
clj8 Clojure git CHIP-8 TBD ? !
Minish Lua git CHIP-8 TBD !
PHP Chip-8 Emulator PHP git CHIP-8 TBD !
AuChip Processing git CHIP-8
S-CHIP
XO-CHIP
TBD !
Chip-8 in raku Raku git CHIP-8 TBD !
cl-chip8 Common Lisp git CHIP-8 TBD !

Descriptions[edit]

PC/Multi-system

Interpreters that support PC (x86), includes alternative systems the interpreter supports.

Cadmium (PC, Web)
By far the most comprehensive interpreter for CHIP-8 and its extensions, with profiles and options for specific extensions and implementations, full list here. Cadmium does however have a hard to navigate GUI for a new users.
C-Octo (PC, Raspberry Pi, PocketCHIP)
Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP.
CubeChip-SDL (PC)
Drag and drop to load ROMs.
JAXE (PC, Libretro)
Good selections of options for emulation, Defaults to S-CHIP mod.
chip8swemu (PC, G&W)
Simple GUI with, easy to navigate.
DSP (PC)
Hard to navigate GUI.
Fish 'N' Chips (Windows)
Simple GUI with, easy to navigate.
InfoChip8 (Windows)
Rainbow color palette. Nothing else notable, command line/Terminal.
shmip8 (PC)
Needs ROM to be specified in command line/terminal.
Vision-8 (PC, Coleco, Amiga, MSX)
Blurry resolution scaling (Windows).
SVision-8 (PC, Coleco, Amiga, MSX)
Adds S-CHIP support to Vision-8
CHIP-8 Interpreter (DOS)
Nothing notable, command line/Terminal.
C8 (DOS)
Nothing notable, command line/Terminal.
Chip8 (DOS)
Odd key-mapping. Nothing else notable, command line/Terminal.
DOS Chip-8 / VChip-8 (DOS)
Nothing notable, command line/Terminal.
chip8-asm64-emu (Linux)
Nothing notable, command line/Terminal.
OmniChip-8 (PC, Commodore 64, Game Boy)
Nothing notable, command line/Terminal (PC). Needs recompilation for custom ROMs, using z88dk (Game Boy), cc65 (Commodore 64)
CowChip (Windows)
Sensitive to illegal function calls and crashes due to them.
Chip8-DOS (DOS)
Nothing notable, command line/Terminal.
Pin8 (Haiku)
Placeholder text.
CHIP-8 Emulator (KolibriOS)
Placeholder text.
CHIP-8 (ZealOS)
Placeholder text.
Emu OS (x86 CPU)
Placeholder text.
Mobile / ARM
Chip8 (Android)
Touchscreen buttons for keys.
ChipChip (Android)
Touchscreen buttons for keys.
iPhone-Chip-8-Emulator (iOS)
Placeholder text.
WinRT-CHIP8 (Windows Phone)
Placeholder text.
PalmChip8 (PalmOS)
Placeholder text.
DALE-8 (KaiOS)
Placeholder text.
Pico-CHIP8 (Raspberry Pi Pico)
Placeholder text.
MeltChip (BlackBerry PlayBook)
Placeholder text.

Web

Octo
IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable).
Silicon8
allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed.
Chip-8
currently only supports the original CHIP-8, load custom ROMs with the load button
Chip8.js
Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. Good GUI inside a browser.
Flip8 Redux
Can't load custom CHIP-8 binaries/ROMs.

Computers (PPC, m64k)

Chip-8 for Suns (SunOS)
Placeholder text.
Crazy-8 (Classic Mac OS)
Placeholder text.
MacVision-8 (Classic Mac OS)
Placeholder text.
ChipEm (Amiga)
Placeholder text.
Chip8 (Amiga)
Placeholder text.

Home computers

Chip-8 (Atari 8-bit)
Placeholder text.
Chip09 (Tandy CoCo 2, Dragon 32/64)
Needs recompilation for custom ROMs, using [http:://www.lwtools.ca/ LWTOOLS].
CHIP-OTTO (ZX Spectrum, ZX Spectrum Next)
Includes games, no ROM selection interface (press J to go to next game). Can load games from a different tape.
ZX Chip8 (ZX Spectrum)
Placeholder text.
C64 Chip-8 (Commodore 64)
Placeholder text.
Chip-8 Emulator (Commodore 64)
Placeholder text.
MoeCHIP-8 for C64 (Commodore 64)
Needs recompilation for custom ROMs, using KickAssembler.
Vic-20 Chip-8 Emulator (VIC-20)
Separate floppy disk for games, instructions in manual for custom ROMs.
CHIP-8 Simulator BBC/Master (BBC Micro, BBC Master)
Placeholder text.
Chip-8 (RISC OS)
Placeholder text.

Portable computers

SCHIP (Windows CE)
Placeholder text.
chip8 (Sharp PC-1350, Sharp PC-1360, Sharp PC-2500)
Placeholder text.
CHIP-850 (PC-G850)
Placeholder text.
LXV8 (HP 95LX, HP 100LX, HP 200LX)
Placeholder text.
CHIP8-100 (TRS-80 Model 100)
Placeholder text.
IC35 Chip8 emulator (Siemans IC35)
Placeholder text.

Console

Chip8 Xbox One (Xbox one)
Placeholder text.
CHIP8 Emulator (Wii U)
Placeholder text.
Chippy (Wii)
Very simple interface. Loads ROMs from CHIP8 folder in your storage device. Unless you use an ancient HBC, you might receive a invalid elf error. The elf-dol_converter should workaround this.
Chip 8 Emulator (GameCube)
Placeholder text.
Chip8-n64 (Nintendo 64)
Needs recompilation for custom ROMs, using Libdragon.
PsChip8 (PlayStation)
Needs recompilation for custom ROMs, using PSYQ SDK and GNU Make
Super Chip8x (Super Nintendo)
Can remap buttons on a per ROM bases. Needs recompilation for custom ROMs, using asar.
CHIP8 (PlayStation 2, PlayStation 3)
Placeholder text.
Chippi+ (Intellivision)
Comes bundled with CHIP-8 ROMs, aswell as a python program to convert them to ECS tapes. The interpreter is written in IntyBASIC.
CHIP8 TO SMD (Genesis / Mega Drive)
Placeholder text.
Chip8-NX (Switch)
Placeholder text.
Chip8x (Xbox)
Good interface. Can load ROMs from disk, HDD or any other storage device
Chip8 Emulator (PlayStation 4)
Placeholder text.
Chip8-3DO (3DO)
Needs recompilation for custom ROMs, using 3DODev.
chip-64 (Nintendo 64)
Doesn't work in tested emulators. Needs recompilation for custom ROMs, using bass.
CHIP-8 GENESIS (Genesis / Mega Drive)
Placeholder text.
NES CHIP-8 (Nintendo Entertainment System)
Needs recompilation for custom ROMs, using cc65.
Sega Genesis CHIP-8 (Genesis / Mega Drive)
Needs recompilation for custom ROMs, using SGDK
CHIP-F8 (Channel F)
Needs recompilation for custom ROMs, using dasm.
Chip-8 XNA (Xbox 360)
Placeholder text.
Whack-a-Mole (Dreamcast)
Placeholder text.
CrabEmu (Dreamcast)
Placeholder text.
SMS Chip-8 interpreter (Master System)
Placeholder text.
CHIP-8 emulator (Saturn)
Placeholder text.
chipce8 (PC Engine / Turbo Grafx 16)
Needs recompilation for custom ROMs, using PCEAS.

Handheld console

Chip8me (Nintendo DS)
Simple, easy to use GUI, loads ROMs from SD card.
DrChip 8 (Game Boy Advance)
Placeholder text.
CEightY (Pandora)
Placeholder text.
Chip-3DS (3DS)
Placeholder text.
Vision-8 for Gameboy (Game Boy)
Uses a included DOS program (Use DOSBox or [[PC_Emulator_Comparisons|Similar software to run this.), to save the ROMs to a battery save file, with up to 7 ROMs being able to be saved onto it, with key customization for each CHIP-8 ROM.
MicroCHIP (PlayStation Vita)
Simple ROM selection.
PSP-Chip8 (PlayStation Portable)
Basic ROM selection interface.
Chip-8 Emulator (PlayStation Portable)
Placeholder text.
VITA-8 (PlayStation Vita)
Placeholder text.
DreamChip (PlayStation Portable)
Placeholder text.
GB-8 (Game Boy)
Basic ROM selection interface. Needs recompilation for custom ROMs, using RGBDS v0.5.0.
damaged chip8 (Game Boy)
Uses SELECT to switch ROMs. Needs recompilation for custom ROMs, using RGBDS v0.3.10.
Dingux-chip8 (Dingoo)
Placeholder text.
gpchip (Dingoo)
Placeholder text.
Chips1 (WonderSwan)
Placeholder text.
Chip8Pd (Playdate)
Placeholder text.
C8 (GP32)
Placeholder text.
EFCS (GP2X)
Placeholder text.
Chip8 (Lynx)
Placeholder text.
Chip-N (N-Gage)
Placeholder text.
CHIP/8 (P/ECE)
Placeholder text.
Chip-8-Pokitto (Pokitto)
Placeholder text.
CHIP-8 mini (Pokémon mini)
Needs recompilation for custom ROMs, using PMAS.

Calculator

SUPER-CHIP (HP48SX)
Placeholder text.
CHIP48 (HP48GX, GP48SX)
Placeholder text.
Chip8Emu (TI-Nspire)
Placeholder text.
schip8fx (Casio AFX, Casio fx-9860G)
Placeholder text.
C8SALT (TI-83+, TI-83+ SE, TI-84+, TI-84+ SE, TI-84+ C SE, TI-84+ CE)
Placeholder text. The interpreter is written in TI-BASIC.
Chip-84 (TI-84+ CE)
Placeholder text.
Chip84CE (TI-84+ CE)
Placeholder text.
Chip8-TI68k (TI-68k)
Placeholder text.
Chip83 (TI-83)
Placeholder text.
Chip8/SChip8 Emulation Library (TI-92, TI-92+)
Placeholder text.
CP300 Chip8 (Casio ClassPad 300)
Placeholder text.
Vinegar (TI-83, TI-83+)
Placeholder text.
uChip8 (TI-85)
Placeholder text.
HP Prime Chip8 Emulator (HP Prime)
Placeholder text.
CHIP-8 (N0110)
Placeholder text.

Microcontrollers

8boy (Arduino)
Placeholder text.
ESPboy CHIP8 (ESPboy)
Placeholder text.
ESP32TinyChip8 (ESP32)
Placeholder text.
chip8-esp8266 (ESP8266)
Placeholder text.
Tjipp8 (PIC16F17xx)
Placeholder text.
Chip-8 STM32 (STM32)
Placeholder text.
chip8-stm32 (STM32)
Placeholder text.
chip8stm32 (STM32)
Placeholder text.
TIVA8 (TM4C123)
Placeholder text.
ByteBoy (MSP430)
Placeholder text.

Firmware

CHIP-8 UEFI (UEFI)
Needs recompilation for custom ROMs, using EDK II.
GPCHIP (Miyoo)
Placeholder text.
PluginChip8 (Rockbox)
Due to systems having less buttons than the original CHIP-8 key mapping there is a custom system for changing the key mapping.

Fantasy consoles/computers

CHIP-8 Emulator (PICO-8)
Can't load custom CHIP-8 binaries/ROMs.
CHIP-80 (TIC-80)
Can't load custom CHIP-8 binaries/ROMs.
CHIP8 Emulator (LowRes NX)
Placeholder text.
Chip-8 emulator (Vircon32)
Custom ROMs need to use this ROM conversion tool.
chip8uxn (Uxn)
Placeholder text.
minimicro-chip8 (MiniMicro)
Placeholder text.

Other

flipper-chip (Flipper Zero)
does not support any controls/input. [6]

FPGA

ICED Potato (ICE40UP5K)
Placeholder text.
CHIP-8 console on FPGA (TinyFPGA BX)
Placeholder text.
FpChip8 (Altera DE1)
Placeholder text.
FPGA Chip-8 Emulator (Zedboard FPGA)
Placeholder text.
Clash CHIP-8 (Nexys A7-50T)
Placeholder text.
FPGA SuperChip (Digilent Nexys 3, MiST)
Placeholder text.
CHIP-8 for FPGA (Arty A7-100T)
Placeholder text.
Text editor
chip-8.nvim (Neovim)
Placeholder text.
chip8.el (Emacs)
Placeholder text.

Game Engine

CHIP8-GM (GameMaker)
F1 to show prompts (buttons for actions) and key mappings
MegaZeux CHIP-8 Emulator (MegaZeux)
Loads games in the same root folder, case-insensitive.
Blit-8 (Minecraft)
Requires the Computer Craft mod, saved in the world folder in a subfolder of the computer folder.
Godot CHIP-8 Emulator (Godot)
Needs recompilation for custom ROMs, using Godot 3.0 or a compatible version for custom ROMs.
chip8emu-agk (AppGameKit 2)
Placeholder text. The interpreter is written in AppGameKit 2 BASIC
E2-CHIP-8-interpreter (Garry's Mod)
Placeholder text.
Chip8Unity (Unity)
Placeholder text.
Chip8Interpreter4Unity (Unity)
Placeholder text.
VChip8 (Counter-Strike:: Global Offensive)
Placeholder text.
LOVE-8 (LÖVE)
Placeholder text.

Other

Chip-84 Rainmeter Edition (Rainmeter)
is blurry when set to a resolution higher than the original CHIP-8 due to Rainmeter not supporting nearest neighbor pixel interpolation.
chip8 (MRE)

Programming languages

CHIP-36 (Java)
Simple GUI.
SnxChip8 (Java)
Nothing notable, command line/Terminal.
SuperCHIP Emulator (Java)
Nothing notable, command line/Terminal.
DALE-8A (AWK)
Displays inside terminal. Nothing else notable, command line/Terminal.
awk-chip8 (gawk)
Displays inside terminal. Nothing else notable, command line/Terminal.
fc8 (Fortran)
Nothing notable, command line/Terminal.
00SChip8 (PureBasic)
Simple GUI.
Project Cherry (FreeBASIC)
Nothing notable, command line/Terminal.
Odin Chip-8 Emulator (Odin)
Nothing notable, command line/Terminal.
chip8 (BlitzMax)
Can Loads games via drag-and-drop, Crashes when illegal opcodes are called.
VB Chip-8 (Visual Basic 6)
Remappable keys, slows down when debug option is enabled.
VChip 8 (Visual Basic 6)
Placeholder text.
chip-8-vba (Visual Basic for Applications)
Placeholder text.
Chip8VB (Visual Basic .NET)
Placeholder text.
Chip8 SmallBasic (SmallBasic)
Placeholder text.
WAVE Multi-Emulator (Scratch)
Placeholder text.
emuchip8me (J2ME)
Placeholder text.
Chip8 (Nim)
Placeholder text.
chip8 (Nim)
Placeholder text.
chip8-zig (Zig)
Placeholder text.
Minish (Lua)
Placeholder text.
PHP Chip-8 Emulator (PHP)
Placeholder text.
AuChip (Processing)
Placeholder text.
Chip-8 in raku (Raku)
Placeholder text.
cl-chip8 (Common Lisp)
Placeholder text.

Extensions[edit]

For detailed information on CHIP-8 extensions see: CHIP-8 extensions and compatibility

The original CHIP-8 is more supported than any extension, the most supported extensions are: S-CHIP and XO-CHIP.

Extensions to CHIP-8 since the 1970s, with many with over-lapping features, such as the expansions to the resolution, I/O and other improvements/additions. CHIP-8, and its extensions are based on implementing opcodes in interpreters.[7]

When extensions change the behavior of an opcode it makes the specific opcode when used incompatible with other extensions, most derivative extensions try to maintain backward compatibility with 'parent' extension. If commonly used or many opcodes' behavior is change it will large incompatibilities with extensions.


A summarized list of the CHIP-8 extensions below:

Extensions created for HP-48:

  • CHIP-48
  • SUPER-CHIP

Extensions created for other systems:

  • Mega-Chip
  • XO-CHIP

Extensions created for the COSMAC VIP:

Visual: Two-page display for CHIP-8, CHIP-10, Hi-res CHIP-8, CHIP-8E, CHIP-8X, Two-page display for CHIP-8X, Hi-res CHIP-8X

I/O: CHIP-8I, CHIP-8II, CHIP-8III, HI-RES CHIP-8 with I/O, CHIP-8Y

Other: CHIP-8E, CHIP-8M

See also[edit]

External links[edit]

References[edit]

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