Difference between revisions of "CHIP-8 emulators"

From Emulation General Wiki
Jump to navigation Jump to search
(Separate platforms)
m
 
(45 intermediate revisions by 24 users not shown)
Line 4: Line 4:
 
|imagecaption = Screenshot of Pong implemented in CHIP-8
 
|imagecaption = Screenshot of Pong implemented in CHIP-8
 
|developer = Joseph Weisbecker
 
|developer = Joseph Weisbecker
|type = Interpreted programming language
+
|release = 1977<ref>Mentioned in [https://archive.org/details/super-elf-manual/page/126/mode/2up Super ELF Manual], in 1977</ref>
|release = 1976<ref>[https://en.wikipedia.org/wiki/Joseph_Weisbecker Joseph Weisbecker] - Wikipedia</ref> (original)
 
 
|emulated = {{✓}}
 
|emulated = {{✓}}
 
}}
 
}}
 
 
{{WIP}}
 
{{WIP}}
 
:''' ''WIP Note''': needs [[accuracy testing]] and checking for [[licensing]]''
 
:''' ''WIP Note''': needs [[accuracy testing]] and checking for [[licensing]]''
{{for|emulators for computers dedicated to running CHIP-8|List of computers}}
 
 
:''Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of interpreters of CHIP-8.''
 
:''Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of interpreters of CHIP-8.''
 +
'''[[wikipedia:CHIP-8|CHIP-8]]''' is an [[wikipedia:Interpreter_(computing)|interpreted]] [[wikipedia:Programming_language|programming language]], developed by Joseph Weisbecker. CHIP-8 interpreters have been official endorsed/made by some hardware developers, while most interpreters are considered [[wikipedia:Homebrew_(video_games)|homebrew]] or hobbyist software.
 +
;Adoption
 +
:There have been multiple communities that have used CHIP-8.
 +
In the late 1970s to 1980s [[wikipedia:Microcomputer|microcomputer]] kit communities are where CHIP-8 was first popular.
  
'''[[wikipedia:CHIP-8|CHIP-8]]''' is an interpreted programming language, developed by Joseph Weisbecker.<br>
+
This is due to systems like the [[wikipedia:COSMAC_VIP|COSMAC VIP]] including CHIP-8 programs in instruction manuals.<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 'S-CHIP' interpreter released on [[wikipedia:HP_49/50_series#HP_49G|HP-49G]], with the 'S-CHIP' extension being a derivative of CHIP-48.<ref name=SCHIP_11_DOC>[http://devernay.free.fr/hacks/chip8/schip.txt S-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.
+
Since then there have been other communities that have created and ported interpreters, devices such as home computers and consoles have been hardware targeted by some software developers. 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 (XO-CHIP was created in 2014<ref>[https://chip-8.github.io/extensions/#xo-chip CHIP-8 extensions and compatibility#XO-CHIP]</ref>), which has since ended was created. octojam had dozens of CHIP-8, S-CHIP, and XO-CHIP programs created for it.
 +
;CHIP-8 extensions
 +
:For information on CHIP-8 extensions see: [https://chip-8.github.io/extensions/ CHIP-8 extensions and compatibility] by the CHIP-8 Research Facility
 +
:Extensions to CHIP-8 have existed since the 1970s.
 +
CHIP-8, and its extensions are based on implementing [[wikipedia:Opcode|opcodes]] in interpreters.<ref>https://chip-8.github.io/extensions/</ref>  
 +
The original CHIP-8 being the most supported, with the most supported extensions being S-CHIP and XO-CHIP.
  
For information on CHIP-8 extensions see: [https://chip-8.github.io/extensions/ CHIP-8 extensions and compatibility] by the CHIP-8 Research Facility
+
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.
 +
;Computers with supporting CHIP-8
 +
{{for|more information on these computers|List of computers}}
 +
:Devices with official/endorsed or other well-known CHIP-8 support.
 +
These devices include: [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], [https://www.emma02.hobby-site.com/velf.html V-ELF], [https://www.emma02.hobby-site.com/vip2k.html VIP2K Membership Card].
 
==Interpreters==
 
==Interpreters==
 
===Computers===
 
===Computers===
Line 44: Line 54:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|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
+
|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
+
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 71: Line 81:
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|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]
 
|{{✗}}
 
|{{✗}}
 
|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
 
|{{✗}}
 
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 +
|Mid
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 
|-
 
|-
|OmniChip-8
+
|shmip8
 
|align=left|{{Icon|Windows|Linux}}
 
|align=left|{{Icon|Windows|Linux}}
|[https://github.com/Eggbertx/OmniChip-8 git]
+
|[https://github.com/shmolyneaux/shmip8 git]
 
|{{✗}}
 
|{{✗}}
|?
+
|Mid
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|Pin8
+
|Vision-8
|align=left|{{Icon|Haiku}}
+
|align=left|{{Icon|Windows|DOS|UNIX}}
|[https://github.com/cnelmortimer/Pin8 git]
+
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|{{✗}}
 
|{{✗}}
|?
+
|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]
 
|{{✗}}
 
|{{✗}}
|?
+
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|CHIP-8
+
|chip8-asm64-emu
|ZealOS
+
|align=left|{{Icon|Linux}}
|[https://github.com/Zeal-Operating-System/CHIP8 git]
+
|[https://github.com/Lonami/chip8-asm64-emu git]
 
|{{✗}}
 
|{{✗}}
|?
+
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
!colspan="10"|Home computers
+
|OmniChip-8
|-
+
|align=left|{{Icon|Windows|Linux}}
|Chip-8
+
|[https://github.com/Eggbertx/OmniChip-8 git]
|Atari 8-bit
 
|[https://github.com/pkali/Chip-8 git]
 
 
|{{✗}}
 
|{{✗}}
|?
+
|Low
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{?}}
+
|{{}}
 
|-
 
|-
|Chip09
+
|CowChip
|Tandy CoCo 2<br>Dragon 32/64
+
|align=left|{{Icon|W9x}}{{Icon2|W3}}
|[https://github.com/ebonhand09/Chip09 git]
+
|[http://www.emu-france.com/emulateurs/10-ordinateurs/108-chip-8-superchip-8-megachip-8-chip-16/924-cowchip/ 0.2]
 +
|{{✗}}
 +
|Low-Mid
 
|{{✗}}
 
|{{✗}}
|?
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
|-
 
|Vision-8
 
|{{Icon|AmigaOS}}<br>ColecoVision<br>Coleco ADAM<br>
 
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 
|{{✗}}
 
|Mid
 
|{{NC}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|CHIP-OTTO
+
|Chip8-DOS
|ZX Spectrum<br>ZX Spectrum Next<br>Cambridge Z88
+
|align=left|{{Icon|DOS}}
|[https://retrobits.itch.io/chip-otto ?]
+
|[https://github.com/tesa-klebeband/Chip8-DOS git]
 
|{{✗}}
 
|{{✗}}
|?
+
|Low-Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|Chip8
+
|Pin8
|align=left|{{Icon|AmigaOS}}
+
|align=left|{{Icon|Haiku}}
|[https://aminet.net/package/dev/lang/Chip8 ?]
+
|[https://github.com/cnelmortimer/Pin8 git]
 
|{{✗}}
 
|{{✗}}
|?
+
|{{TBD}}
|{{?}}
+
|{{NC}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|C64 Chip-8
+
|CHIP-8 Emulator
|align=left|{{Icon|C64}}
+
|align=left|{{Icon2|KolibriOS}}
|[https://github.com/kschuetz/c64-chip8 git]
+
|[https://github.com/rgimad/chip8_kolibri git]
 
|{{✗}}
 
|{{✗}}
|?
+
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|OmniChip-8
+
|CHIP-8
|align=left|{{Icon|C64}}
+
|ZealOS
|[https://github.com/Eggbertx/OmniChip-8 git]
+
|[https://github.com/Zeal-Operating-System/CHIP8 git]
 
|{{✗}}
 
|{{✗}}
|?
+
|{{TBD}}
|{{}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Chip-8 Emulator
+
|Emu OS
|align=left|{{Icon|C64}}
+
|x86 CPUs
|[https://csdb.dk/release/?id=17306 ?]
+
|[https://github.com/nihalkenkre/emu_os git]
|{{✗}}
 
|?
 
 
|{{✗}}
 
|{{✗}}
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 +
|}
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! 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]]
 
|-
 
|-
|Vic-20 Chip-8 Emulator
+
!colspan="10"|Computers / m68k, PPC
|VIC-20
+
|-
|[https://huffelduff.itch.io/vic20-chip-8 1.11]
+
|Crazy-8
|{{}}
+
|align=left|{{Icon|Classic Mac OS}}
|?
+
|[https://web.archive.org/web/20101201094915/http://www2.hawaii.edu:80/~dereksmi/crazy8/index.html 1.0.4]
|{{}}
+
|{{TBD}}
 +
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|CHIP-8 Simulator BBC/Master
+
|MacVision-8
|BBC Micro<br>BBC Master
+
|align=left|{{Icon|Classic Mac OS}}
|[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
+
|[https://web.archive.org/web/20000815061015/http://www.tatewake.com/software/ 1.0]
|{{}}
+
|{{TBD}}
|?
+
|{{NC}}
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Chip-8
+
|Chip8
|align=left|{{Icon|RiscOS}}
+
|align=left|{{Icon|AmigaOS}}
|[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
+
|[https://aminet.net/package/dev/lang/Chip8 ?]
 +
|{{TBD}}
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{?}}
 
|{{?}}
 +
|-
 +
|Vision-8
 +
|align=left|{{Icon|AmigaOS}}
 +
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 +
|{{TBD}}
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
!colspan="10"|Fantasy computers
+
!colspan="10"|Home computers
 
|-
 
|-
|minimicro-chip8
+
|Chip-8
|MiniMicro
+
|Atari 8-bit
|[https://github.com/JoeStrout/minimicro-chip8 git]
+
|[https://github.com/pkali/Chip-8 git]
|{{}}
+
|{{TBD}}
|?
+
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|CHIP-8 Emulator
+
|Chip09
|PICO-8
+
|Tandy CoCo 2<br>Dragon 32/64
|[https://www.lexaloffle.com/bbs/?tid=2492 1.5]
+
|[https://github.com/ebonhand09/Chip09 git]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{?}}
 +
|-
 +
|Vision-8
 +
|align=left|{{Icon2|ColecoVision|ADAM}}
 +
|[https://www.komkon.org/~dekogel/vision8.html 1.0]
 +
|{{TBD}}
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CHIP-OTTO
 +
|align=left|{{Icon2|ZXS}}<br>ZX Spectrum Next<br>Cambridge Z88
 +
|[https://retrobits.itch.io/chip-otto ?]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 
|-
 
|-
|CHIP-80
+
|C64 Chip-8
|TIC-80
+
|align=left|{{Icon|C64}}
|[https://tic80.com/play?cart=953 Update 4]
+
|[https://github.com/kschuetz/c64-chip8 git]
|{{✗}}
+
|{{TBD}}
|?
+
|{{}}
|{{✗}}
 
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 
|-
 
|-
|}
+
|OmniChip-8
===Other devices===
+
|align=left|{{Icon|C64}}
{| class="wikitable" style="text-align:center;"
+
|[https://github.com/Eggbertx/OmniChip-8 git]
! scope="col"|Name
+
|{{TBD}}
! 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"|Mobile / ARM
 
|-
 
|ChipChip
 
|align=left|{{Icon|APK}}
 
|[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip&hl=en&gl=US 1.8.0]
 
|{{✗}}
 
|Mid
 
|{{✗}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{?}}
 
|-
 
|-
|[http://www.geardome.com/chip8-emulator-mobile.php Chip8]
+
|Chip-8 Emulator
|align=left|{{Icon|Java|APK}}
+
|align=left|{{Icon|C64}}
|?
+
|[https://csdb.dk/release/?id=17306 ?]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|Low
 
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 +
|-
 +
|MoeCHIP-8 for C64
 +
|align=left|{{Icon|C64}}
 +
|[https://github.com/jomag/moechip8 git]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{?}}
 
|-
 
|-
|iPhone-Chip-8-Emulator
+
|Vic-20 Chip-8 Emulator
|align=left|{{Icon|iOS}}
+
|align=left|{{Icon2|VIC-20}}
|[https://github.com/drhelius/iPhone-Chip-8-Emulator git]
+
|[https://huffelduff.itch.io/vic20-chip-8 1.11]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{?}}
|{{~}}
 
 
|-
 
|-
|PalmChip8
+
|CHIP-8 Simulator BBC/Master
|align=left|{{Icon|Palm}}
+
|align=left|{{Icon2|BBCMicro}}<br>BBC Master
|[https://www.ladoshki.com/5777-palm-PalmChip8-v1-0.htm 1.0]
+
|[https://stardot.org.uk/forums/viewtopic.php?t=23306 ?]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|DALE-8
+
|Chippi
|align=left|{{Icon|KaiOS}}
+
|Intellivision
|[https://gitlab.com/suborg/dale-8 git]
+
|[https://forums.atariage.com/topic/364223-intybasic-tiny-contest-2024-entries-thread/#comment-5444875 ?]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}<ref Group=N>[https://gitlab.com/suborg/dale-8 DALE-8 is public domain]</ref>
 
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Pico-CHIP8
+
|Chip-8
|align=left|{{Icon|rpi}}
+
|align=left|{{Icon|RiscOS}}
|[https://github.com/Y2K-x/pico-chip8 git]
+
|[https://www.dnd.utwente.nl/topix/software/index.html#utils 26-Jan-98]
|{{✗}}
+
|{{TBD}}
|?
 
|{{✓}}
 
|{{✗}}
 
 
|{{?}}
 
|{{?}}
|-
 
|MeltChip
 
|BlackBerry PlayBook
 
|[https://github.com/karolprzyb/MeltChip/ git]
 
|{{✗}}
 
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
!colspan="10"|Consoles
+
!colspan="10"|Portable computers / Pocket computers
 
|-
 
|-
|[https://gbatemp.net/threads/how-to-sideload-chip8-emulator-on-xbox-one.470025/ Chip8 Xbox One]
+
|chip8
|align=left|{{Icon|XboxOne}}
+
|Sharp PC-1350<br>PC-1360<br>PC-2500
|[https://github.com/wiired24/ProjectPegasus/ ?]
+
|[https://github.com/puehred/chip8 git]
|{{}}
+
|{{TBD}}
|Mid
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{?}}
 
|-
 
|-
|Chip8x
+
|CHIP8-100
|align=left|{{Icon|Xbox}}
+
|TRS-80 Model 100
|[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
+
|[https://github.com/marinuso/chip8-100 git]
|{{}}
+
|{{TBD}}
|?
+
|{{?}}
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 +
|}
 +
===Other devices===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! 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]]
 
|-
 
|-
|CHIP8 Emulator
+
!colspan="10"|Mobile / ARM
|align=left|{{Icon|WiiU}}
+
|-
|[https://apps.fortheusers.org/wiiu/CHIP8 2.2]
+
|Chip8
|{{✗}}
+
|align=left|{{Icon|APK}}
|Mid
+
|[https://f-droid.org/en/packages/com.dkanada.chip/ 0.7.1]
 +
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Chippy
+
|ChipChip
|align=left|{{Icon|Wii}}
+
|align=left|{{Icon|APK}}
|[https://www.gamebrew.org/wiki/Chippy_Wii 1.0]
+
|[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip&hl=en&gl=US 1.8.0]
 +
|Mid
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Chip 8 Emulator
+
|iPhone-Chip-8-Emulator
|align=left|{{Icon|GameCube}}
+
|align=left|{{Icon|iOS}}
|[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
+
|[https://github.com/drhelius/iPhone-Chip-8-Emulator git]
|{{}}
+
|{{TBD}}
|?
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{~}}
 +
|-
 +
|C-Octo
 +
|align=left|{{Icon|rpi}}
 +
|[https://github.com/JohnEarnest/c-octo git]
 +
|High
 +
|{{✓}}
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|Chip8-n64
+
|PalmChip8
|align=left|{{Icon|N64}}
+
|align=left|{{Icon|Palm}}
|[https://github.com/joshiggins/chip8-n64 git]
+
|[https://www.ladoshki.com/5777-palm-PalmChip8-v1-0.htm 1.0]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|Mid
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{?}}
 
|-
 
|-
|PsChip8
+
|DALE-8
|align=left|{{Icon|PS1}}
+
|align=left|{{Icon|KaiOS}}
|[https://github.com/dhustkoder/pschip8 git]
+
|[https://gitlab.com/suborg/dale-8 git]
 +
|{{TBD}}
 +
|{{✓}}<ref Group=N>[https://gitlab.com/suborg/dale-8 DALE-8 is public domain]</ref>
 
|{{✗}}
 
|{{✗}}
|Mid
+
|{{?}}
 +
|-
 +
|Pico-CHIP8
 +
|align=left|{{Icon|rpi}}
 +
|[https://github.com/Y2K-x/pico-chip8 git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 +
|-
 +
|MeltChip
 +
|BlackBerry PlayBook
 +
|[https://github.com/karolprzyb/MeltChip/ git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|-
 
|Super Chip8x
 
|align=left|{{Icon|SNES}}
 
|[https://github.com/Ersanio/Super-Chip8x git]<br>[https://blog.ersan.io/2018/01/16/snes-chip-8-emulator/ ROM]
 
 
|{{✗}}
 
|{{✗}}
|Mid
+
|{{?}}
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
 
|-
 
|-
|CHIP8 TO SMD
+
!colspan="10"|Consoles
|align=left|{{Icon|MD}}
+
|-
|[http://pscd.ru/games/smd/csmd/8767-chip8-to-smd.html 2.0]
+
|[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/ ?]
 
|Mid
 
|Mid
|{{}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
|NES-CHIP-8
+
|Chip8x
|<abbr title="Nintendo Entertainment System">NES</abbr>
+
|align=left|{{Icon|Xbox}}
|[https://github.com/NovaSquirrel/NES-CHIP-8 git]<br>[https://forums.nesdev.org/viewtopic.php?t=17547 ROM]
+
|[https://archive.org/download/XBEMUDB/Chip%208/Chip8x/Chip8x%20V5.zip v5]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|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>
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
|{{}}<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>
+
|{{?}}
 
|-
 
|-
|Chip8-NX
+
|CHIP8 Emulator
|align=left|{{Icon|NX}}
+
|align=left|{{Icon|WiiU}}
|[https://github.com/Marice/CHIP8-NX/releases git]
+
|[https://apps.fortheusers.org/wiiu/CHIP8 2.2]
|{{✗}}
 
 
|Mid
 
|Mid
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{}}
 
|-
 
|-
|Chip8 Emulator
+
|Chippy
|align=left|{{Icon|PS4}}
+
|align=left|{{Icon|Wii}}
|[https://www.psxhax.com/threads/chip-8-emulator-poc-for-ps4-hen-4-05-pkg-arrives-via-darbness.4422 POC]
+
|[https://www.gamebrew.org/wiki/Chippy_Wii 1.0]
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|Low
+
|{{}}
|{{?}}
 
|{{✗}}
 
|{{~}}
 
 
|-
 
|-
|CHIP8
+
|Chip 8 Emulator
|align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
+
|align=left|{{Icon|GameCube}}
|[https://github.com/jmgk77/CHIP8 v1]
+
|[https://www.zophar.net/consoles/gamecube/chip8/chip-8-emulator.html 1.0a]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|Mid
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
|Chip8-3DO
+
|Chip8-n64
|align=left|{{Icon|3DO}}
+
|align=left|{{Icon|N64}}
|[https://github.com/gameblabla/chip8-3do git]
+
|[https://github.com/joshiggins/chip8-n64 git]
 +
|Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|Low-Mid
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{~}}
 
 
|-
 
|-
|Whack-a-Mole
+
|chip-64
|align=left|{{Icon|DC}}
+
|align=left|{{Icon|N64}}
|[https://dreamcast.wiki/Whack-a-Mole 0.900]
+
|[https://github.com/TesseracT33/chip-64 git]
|{{}}
+
|{{TBD}}
|?
 
 
|{{?}}
 
|{{?}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|CrabEmu
+
|PsChip8
|align=left|{{Icon|DC}}
+
|align=left|{{Icon|PS1}}
|[https://dreamcast.wiki/CrabEmu 0.2.0]
+
|[https://github.com/dhustkoder/pschip8 git]
 +
|Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
|CHIP-8 emulator
+
|Super Chip8x
|align=left|{{Icon|Saturn}}
+
|align=left|{{Icon|SNES}}
|[https://segaxtreme.net/threads/sega-saturn-28th-anniversary-game-competition.25278/#post-183539 ?]
+
|[https://github.com/Ersanio/Super-Chip8x git]<br>[https://blog.ersan.io/2018/01/16/snes-chip-8-emulator/ ROM]
 +
|Mid
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|-
 +
|CHIP8 TO SMD
 +
|align=left|{{Icon|MD}}
 +
|[http://pscd.ru/games/smd/csmd/8767-chip8-to-smd.html 2.0]
 +
|Mid
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✗}}
 
|{{✗}}
|{{✗}}
 
|{{?}}
 
|-
 
|chipce8
 
|PC Engine / TurboGrafx-16
 
|[https://github.com/trapexit/chipce8 git]
 
|{{✗}}
 
|?
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
|CHIP-F8
+
|CHIP-8 GENESIS
|Channel F
+
|align=left|{{Icon|MD}}
|[https://github.com/tobiasvl/chip-f8 git]
+
|[https://github.com/Fhoughton/chip8-genesis/ git]
|{{}}
+
|{{TBD}}
|Mid
 
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
!colspan="10"|Handhelds
+
|NES-CHIP-8
|-
+
|align=left|{{Icon2|NES}}
|Chip8me
+
|[https://github.com/NovaSquirrel/NES-CHIP-8 git]<br>[https://forums.nesdev.org/viewtopic.php?t=17547 ROM]
|align=left|{{Icon|NDS}}
+
|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>
|[https://www.zophar.net/consoles/nds/chip8/chip8me.html 1.0]
 
|{{✗}}
 
|?
 
|{{✗}}
 
|{{✗}}
 
 
|{{✓}}
 
|{{✓}}
|-
 
|DrChip 8
 
|align=left|{{Icon|GBA}}
 
|[https://www.zophar.net/consoles/gameboy/chip8/drchip-8.html 09/20/02]
 
 
|{{✗}}
 
|{{✗}}
|?
+
|{{✗}}<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>
|{{✗}}
 
|{{✗}}
 
|{{✓}}
 
 
|-
 
|-
|Chip-3DS
+
|Chip8-NX
|align=left|{{Icon|3DS}}
+
|align=left|{{Icon|NX}}
|[http://www.mediafire.com/?y94yjhzf70fsfsi 1.0]
+
|[https://github.com/Marice/CHIP8-NX/releases git]
|{{✗}}
 
 
|Mid
 
|Mid
|{{?}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|[https://github.com/Hacktix/GB-8 GB-8]
+
|Chip8 Emulator
|Game Boy
+
|align=left|{{Icon|PS4}}
|[https://github.com/Hacktix/GB-8/releases git]
+
|[https://www.psxhax.com/threads/chip-8-emulator-poc-for-ps4-hen-4-05-pkg-arrives-via-darbness.4422 POC]
 +
|Low
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|Mid
+
|{{~}}
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
 
|-
 
|-
|Vision-8 for Gameboy
+
|CHIP8
|Game Boy
+
|align=left|{{Icon|PS3}}<br>{{Icon|PS2}}
|[https://github.com/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
+
|[https://github.com/jmgk77/CHIP8 v1]
|{{✗}}
 
 
|Mid
 
|Mid
|{{NC}}
 
|{{✗}}
 
 
|{{?}}
 
|{{?}}
|-
 
|OmniChip-8
 
|Game Boy
 
|[https://github.com/Eggbertx/OmniChip-8 git]
 
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
|{{✓}}
 
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|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]
|{{✗}}
+
|Low-Mid
|Low
+
|{{}}
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{~}}
 
|{{~}}
 
|-
 
|-
|Chip8 Emulator
+
|Whack-a-Mole
|align=left|{{Icon|PSP}}
+
|align=left|{{Icon|DC}}
|[https://www.brewology.com/downloads/download.php?id=4077&mcid=1 1.0 Beta]
+
|[https://dreamcast.wiki/Whack-a-Mole 0.900]
|{{}}
+
|{{TBD}}
|Low
+
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 +
|-
 +
|CrabEmu
 +
|align=left|{{Icon|DC}}
 +
|[https://dreamcast.wiki/CrabEmu 0.2.0]
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 +
|-
 +
|SMS Chip-8 interpreter
 +
|align=left|{{Icon2|SMS}}
 +
|[https://github.com/maxim-zhao/chip8-sms git]<br>[https://www.smspower.org/Homebrew/SMSChip8Interpreter-SMS 0.21]
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 
|-
 
|-
|DreamChip
+
|CHIP-8 emulator
|align=left|{{Icon|PSP}}
+
|align=left|{{Icon|Saturn}}
|[https://psp.scenebeta.com/noticia/dreamchip V4]
+
|[https://segaxtreme.net/threads/sega-saturn-28th-anniversary-game-competition.25278/#post-183539 ?]
|{{✗}}
+
|{{TBD}}
|Low
 
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 
|-
 
|-
|Chips1
+
|chipce8
|WonderSwan
+
|align=left|{{Icon2|PCE}}
|[https://github.com/asiekierka/chips1 git]
+
|[https://github.com/trapexit/chipce8 git]
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
|{{✓}}
 
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Chip8Pd
+
|CHIP-F8
|Playdate
+
|align=left|{{Icon2|ChannelF}}
|[https://github.com/PixelPhobicGames/Chip8-PlayDate git]
+
|[https://github.com/tobiasvl/chip-f8 git]
 +
|Mid
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|C8
+
!colspan="10"|Handhelds
|align=left|{{Icon|GP32}}
+
|-
|[https://www.zophar.net/consoles/gp32/chip8/c8.html 0.2]
+
|Chip8me
 +
|align=left|{{Icon|NDS}}
 +
|[https://www.zophar.net/consoles/nds/chip8/chip8me.html 1.0]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{}}
 
|-
 
|-
|Chip8
+
|DrChip 8
|Atari Lynx
+
|align=left|{{Icon|GBA}}
|[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
+
|[https://www.zophar.net/consoles/gameboy/chip8/drchip-8.html 09/20/02]
 +
|{{TBD}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
|Chip-8-Pokitto
+
|Chip-3DS
|Pokitto
+
|align=left|{{Icon|3DS}}
|[https://github.com/spinalcode/Chip-8-Pokitto git]
+
|[http://www.mediafire.com/?y94yjhzf70fsfsi 1.0]<br>[https://github.com/xerpi/CHIP-3DS git]
|{{✗}}
+
|Mid
|?
 
 
|{{?}}
 
|{{?}}
 
|{{✗}}
 
|{{✗}}
|{{?}}
+
|{{~}}
 
|-
 
|-
|CHIP-8 mini
+
|[https://github.com/Hacktix/GB-8 GB-8]
|Pokemon Mini
+
|align=left|{{Icon2|GB}}
|[https://github.com/tobiasvl/chip-8-mini git]
+
|[https://github.com/Hacktix/GB-8/releases git]
 +
|Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
!colspan="10"|Calculators
+
|damaged chip8
|-
+
|align=left|{{Icon2|GB}}
|Chip8Emu
+
|[https://github.com/lancekindle/damaged-chip8 git]
|align=left|{{Icon|Nspire}}
+
|{{TBD}}
|[https://tiplanet.org/forum/archives_voir.php?id=1171696  1.2.2]
 
|{{}}
 
|Mid
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{?}}
 
|-
 
|-
| Schip8fx
+
|Vision-8 for Gameboy
|Casio AFX<br>Fx-9860
+
|align=left|{{Icon2|GB}}
| [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/haroldo-ok/really-old-stuff/tree/master/gameboy/gbv8_100 1.0]
 +
|{{TBD}}
 +
|{{NC}}
 
|{{✗}}
 
|{{✗}}
|Mid
 
 
|{{?}}
 
|{{?}}
|{{}}
+
|-
 +
|OmniChip-8
 +
|align=left|{{Icon2|GB}}
 +
|[https://github.com/Eggbertx/OmniChip-8 git]
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{?}}
 
|-
 
|-
|C8SALT
+
|PSPChip8
|TI-84 series
+
|align=left|{{Icon|PSP}}
|[https://github.com/NinjaWeedle/C8SALT git]
+
|[https://gbatemp.net/download/pspchip8.28298 1.0]
 +
|Low
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{~}}
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
 
|-
 
|-
|Chip-84
+
|DreamChip
|align=left|{{Icon|TI84+CE}}
+
|align=left|{{Icon|PSP}}
|[https://github.com/Chip-84/chip-84 git]
+
|[https://archive.org/details/dream-chipv-4.0.7z V4]
 +
|Low
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
 +
|-
 +
|[https://wololo.net/talk/viewtopic.php?f=116&t=48620 MicroCHIP]
 +
|align=left|{{Icon|Vita}}
 +
|[https://vitadb.rinnegatamante.it/#/info/337 1.0]
 +
|{{TBD}}
 
|{{?}}
 
|{{?}}
|-
 
|Chip84CE
 
|align=left|{{Icon|TI84+CE}}
 
|[https://github.com/kyleleong/chip84ce git]
 
|{{✗}}
 
|?
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Chip8-TI68k
+
|VITA-8
|TI-68k
+
|align=left|{{Icon|Vita}}
|[https://github.com/n8pjl/chip8-ti68k git]
+
|[https://github.com/xerpi/VITA-8/tree/sw-render git]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
|{{✓}}
 
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Vinegar
+
|CEightY
|TI-83<br>TI-83 Plus
+
|align=left|{{Icon|Pandora}}
|[https://benryves.com/bin/vinegar/ 1.1]
+
|[https://github.com/mrzzzrm/ceighty git]<br>[https://repo.openpandora.org/?page=detail&app=ceighty.mrz PND]
 +
|Mid
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
 +
|-
 +
|Dingux-chip8
 +
|align=left|{{Icon|Dingoo}}
 +
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,651 ?]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
!colspan="10"|Microcontrollers
+
|gpchip
|-
+
|align=left|{{Icon|Dingoo}}
|8boy
+
|[https://dl.openhandhelds.org/cgi-bin/dingoo.cgi?0,0,0,0,73,510 ?]
|align=left|{{Icon|Arduino}}
+
|{{TBD}}
|[https://github.com/jblebrun/8boy git]
+
|{{?}}
|{{}}
 
|?
 
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|ESPboy CHIP8
+
|Chips1
|ESPboy
+
|align=left|{{Icon2|WonderSwan}}
|[https://github.com/ESPboy-edu/ESPboy_CHIP8 git]
+
|[https://github.com/asiekierka/chips1 git]
|{{}}
+
|{{TBD}}
|?
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|ESP32TinyChip8
+
|Chip8Pd
|ESP32
+
|align=left|{{Icon2|Playdate}}
|[https://github.com/rpsubc8/ESP32TinyChip8 git]
+
|[https://github.com/PixelPhobicGames/Chip8-PlayDate git]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
|{{✓}}
 
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Chip-8 STM32
+
|C8
|STM32
+
|align=left|{{Icon|GP32}}
|[https://github.com/FedericoBruzzone/CHIP-8-STM32 git]
+
|[https://www.zophar.net/consoles/gp32/chip8/c8.html 0.2]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
|{{✓}}
 
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|chip8-stm32
+
|EFCS
|STM32
+
|align=left|{{Icon|GP2X}}
|[https://github.com/sash13/chip8-stm32 git]
+
|[https://dl.openhandhelds.org/cgi-bin/gp2x.cgi?0,0,0,0,72,1143 0.1]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{?}}
 +
|-
 +
|Chip8
 +
|align=left|{{Icon2|Lynx}}
 +
|[https://forums.atariage.com/topic/43405-chip-8-emulator-wip/ ?]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|TIVA8
+
|Chip-8-Pokitto
|TM4C123
+
|Pokitto
|[https://github.com/shii-ro/TIVA8 git]
+
|[https://github.com/spinalcode/Chip-8-Pokitto git]
|{{}}
+
|{{TBD}}
|?
+
|{{?}}
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|ByteBoy
+
|CHIP-8 mini
|MSP430
+
|align=left|{{Icon2|PokeMini}}
|[https://github.com/anthonybuo/ByteBoy git]
+
|[https://github.com/tobiasvl/chip-8-mini git]
|{{}}
+
|{{TBD}}
|?
+
|{{}}
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
!colspan="10"|Firmware
+
!colspan="10"|Calculators
 
|-
 
|-
|CHIP-8 UEFI
+
|Chip8Emu
|align=left|{{Icon|UEFI}}
+
|align=left|{{Icon|Nspire}}
|[https://github.com/Openwide-Ingenierie/CHIP-8-UEFI git]
+
|[https://tiplanet.org/forum/archives_voir.php?id=1171696  1.2.2]
 +
|Mid
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{?}}
 
 
|-
 
|-
|GPCHIP
+
| Schip8fx
|Miyoo
+
|Casio AFX<br>Fx-9860
|[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
+
| [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]
 +
|Mid
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|-
 +
|C8SALT
 +
|TI-84 series
 +
|[https://github.com/NinjaWeedle/C8SALT git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|-
 
|PluginChip8
 
|RockBox
 
|[https://www.rockbox.org/wiki/PluginIndex.html ?]
 
 
|{{✗}}
 
|{{✗}}
|?
 
|{{✓}}
 
|{{?}}
 
 
|{{✓}}
 
|{{✓}}
 
|-
 
|-
!colspan="10"|Other
+
|Chip-84
|-
+
|align=left|{{Icon|TI84+CE}}
|chip8
+
|[https://github.com/Chip-84/chip-84 git]
|Sharp PC-1350<br>PC-1360<br>PC-2500
+
|{{TBD}}
|[https://github.com/puehred/chip8 git]
 
|{{}}
 
|?
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|flipper-chip
+
|Chip84CE
|Flipper Zero
+
|align=left|{{Icon|TI84+CE}}
|[https://github.com/dwdraugr/flipper-chip git]
+
|[https://github.com/kyleleong/chip84ce git]
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{?}}
 +
|-
 +
|Chip8-TI68k
 +
|TI-68k
 +
|[https://github.com/n8pjl/chip8-ti68k git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
+
|{{✓}}
|{{✗}}
+
|{{?}}
 +
|-
 +
| CHIP48
 +
| HP48GX<br>HP48SX
 +
| [https://www.hpcalc.org/details/845 GX]<br>[https://www.hpcalc.org/details/846 SX]
 +
|{{TBD}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 +
|-
 +
| S-CHIP
 +
| 49G
 +
| [https://www.hpcalc.org/details/854 S-CHIP 1.1]
 +
|{{TBD}}
 +
| {{✗}}
 +
| {{✗}}
 +
| {{✓}}
 
|-
 
|-
|CHIP-8 console on FPGA
+
|Vinegar
|TinyFPGA BX
+
|TI-83<br>TI-83 Plus
|[https://github.com/pwmarcz/fpga-chip8 git]
+
|[https://benryves.com/bin/vinegar/ 1.1]
|{{}}
+
|{{TBD}}
|?
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|chip8swemu
+
|CHIP-8
|align=left|Game & Watch: Super Mario Bros
+
|N0110
|[https://github.com/AlfonsoJLuna/chip8swemu-gaw git]
+
|[https://upsilonnumworks.github.io/Upsilon-External Upilson]<br>[https://github.com/UpsilonNumworks/Upsilon-External/tree/master/apps/CHIP-8 git]
 +
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
|Mid
+
|{{?}}
 +
|-
 +
!colspan="10"|Microcontrollers
 +
|-
 +
|8boy
 +
|align=left|{{Icon|Arduino}}
 +
|[https://github.com/jblebrun/8boy git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 +
|-
 +
|ESPboy CHIP8
 +
|ESPboy
 +
|[https://github.com/ESPboy-edu/ESPboy_CHIP8 git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|}
+
|{{?}}
===Other platforms===
+
|-
{| class="wikitable" style="text-align:center;"
+
|ESP32TinyChip8
! scope="col"|Name
+
|ESP32
! scope="col"|Platform(s)
+
|[https://github.com/rpsubc8/ESP32TinyChip8 git]
! scope="col"|Latest Version
+
|{{TBD}}
! 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
 
|-
 
|[https://johnearnest.github.io/Octo/ Octo]
 
|align=left|{{Icon|Web}}
 
|[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
 
|{{}}
 
|Cycle
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{?}}
 +
|-
 +
|chip8-esp8266
 +
|ESP8266
 +
|[https://github.com/nhuhoai/chip8-esp8266/tree/develop git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{?}}
 
|-
 
|-
|Cadmium
+
|Tjipp8
|align=left|{{Icon|Web}}
+
|PIC16F17xx
|[https://games.gulrak.net/cadmium Website]<br>[https://github.com/gulrak/cadmium git]
+
|[https://github.com/mengstr/Tjipp8 git]
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|Cycle
+
|{{?}}
|{{}}
+
|-
 +
|Chip-8 STM32
 +
|STM32
 +
|[https://github.com/FedericoBruzzone/CHIP-8-STM32 git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 +
|{{?}}
 
|-
 
|-
|Silicon8
+
|chip8-stm32
|align=left|{{Icon|Web}}
+
|STM32
|[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
+
|[https://github.com/sash13/chip8-stm32 git]
|{{}}
+
|{{TBD}}
|High
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{?}}
 
|-
 
|-
|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]
|{{}}
+
|{{TBD}}
|?
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{~}}
+
|{{?}}
 
|-
 
|-
|Flip8 Redux
+
|ByteBoy
|align=left|{{Icon|Web}}
+
|MSP430
|[https://www.newgrounds.com/portal/view/287105 NewGrounds]
+
|[https://github.com/anthonybuo/ByteBoy git]
|{{✗}}
+
|{{TBD}}
|?
+
|{{?}}
|{{✗}}
 
|{{}}
 
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 
|-
 
|-
 +
!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
+
|{{TBD}}
|[https://github.com/rktjmp/chip-8.nvim git]
 
|{{}}
 
|?
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|chip8.el
+
|GPCHIP
|Emacs
+
|Miyoo
|[https://depp.brause.cc/chip8.el/ git]
+
|[https://github.com/Emulators-Salvacam/gpchip 0.0.1]
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
 
|{{✓}}
 
|{{✓}}
|{{?}}
 
|{{?}}
 
 
|-
 
|-
!colspan="10"|Game Engine / Mod
+
|PluginChip8
 +
|align=left|{{Icon2|RockBox}}
 +
|[https://www.rockbox.org/wiki/PluginIndex.html ?]
 +
|{{TBD}}
 +
|{{✓}}
 +
|{{?}}
 +
|{{✓}}
 +
|-
 +
!colspan="10"|Fantasy computers/consoles
 
|-
 
|-
|CHIP8-GM
+
|minimicro-chip8
|GameMaker
+
|MiniMicro
|[https://github.com/Dudeidu/CHIP8-GM git]
+
|[https://github.com/JoeStrout/minimicro-chip8 git]
|{{}}
+
|{{TBD}}
|High-Mid
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{?}}
 
|-
 
|-
|E2-CHIP-8-interpreter
+
|CHIP-8 Emulator
|Garry's Mod
+
|align=left|{{Icon2|PICO-8}}
|[https://github.com/gstapler/E2-CHIP-8-interpreter git]
+
|[https://www.lexaloffle.com/bbs/?tid=2492 1.5]
 +
|{{TBD}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|Chip8Unity
+
|CHIP-80
|Unity
+
|align=left|{{Icon2|TIC-80}}
|[https://github.com/jarkkopa/Chip8Unity git]
+
|[https://tic80.com/play?cart=953 Update 4]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
|?
+
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 emulator
 +
|Vircon32
 +
|[https://vircon32.itch.io/chip-8-emulator ?]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Chip8Interpreter4Unity
+
!colspan="10"|Other
|Unity
+
|-
|[https://github.com/CarlosManuelRodr/Chip8Interpreter4Unity git]
+
|flipper-chip
 +
|Flipper Zero
 +
|[https://github.com/dwdraugr/flipper-chip git]
 +
|{{TBD}}
 +
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|?
 
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
|{{?}}
 
 
|-
 
|-
|[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]
+
|CHIP-8 console on FPGA
|Minecraft
+
|TinyFPGA BX
|[https://pastebin.com/2h0b6L2B 1.0]
+
|[https://github.com/pwmarcz/fpga-chip8 git]
|{{}}
+
|{{TBD}}
|?
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
 
|-
 
|-
|Megazeux CHIP-8 Emulator
+
|ICED Potato
|Megazeux
+
|ICE40UP5K
|[https://www.digitalmzx.com/forums/index.php?showtopic=9709 ?]
+
|[https://github.com/Hypnotron/iced-potato git]
|{{}}
+
|{{TBD}}
|?
+
|{{}}
|{{?}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{?}}
 
|{{?}}
|-
 
!colspan="10"|Other
 
|-
 
|Chip-84 Rainmeter Edition
 
|Rainmeter
 
|[https://github.com/Chip-84/chip-84-rainmeter git]
 
|{{✗}}
 
|?
 
|{{?}}
 
|{{✗}}
 
|{{?}}
 
|}
 
 
==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
 
|-
 
|Cadium
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}<ref>[https://github.com/gulrak/cadmium#supported-chip-8-variants Cadium supported CHIP-8 variants] - Cadium Github</ref>
 
 
|-
 
|-
 
|chip8swemu
 
|chip8swemu
 +
|align=left|Game & Watch: Super Mario Bros
 +
|[https://github.com/AlfonsoJLuna/chip8swemu-gaw git]
 +
|Mid
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
+
|}
|{{✗}}
+
===Other platforms===
 +
{| class="wikitable" style="text-align:center;"
 +
! scope="col"|Name
 +
! scope="col"|Platform(s)
 +
! scope="col"|Latest Version
 +
! 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]]
 
|-
 
|-
|[[DSP]]
+
!colspan="10"|Web browsers
|{{✓}}
 
|{{✓}}<ref>[https://github.com/leniad/dsp-emulator/blob/master/src/misc/init_games.pas dsp-emulator/src/misc/init_games.pas] - DSP GitHub</ref>
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|JAXE
+
|[https://johnearnest.github.io/Octo/ Octo]
 +
|align=left|{{Icon|Web}}
 +
|[https://johnearnest.github.io/Octo/ Website]<br>[https://github.com/JohnEarnest/Octo git]
 +
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✓}}<ref>[https://github.com/kurtjd/jaxe#features JAXE Features] - JAXE GitHub</ref>
 
 
|-
 
|-
|Vision-8
+
|Cadmium
 +
|align=left|{{Icon|Web}}
 +
|[https://games.gulrak.net/cadmium Website]<br>[https://github.com/gulrak/cadmium git]
 +
|Cycle
 +
|{{✓}}
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|CowChip
+
|Silicon8
 +
|align=left|{{Icon|Web}}
 +
|[https://timendus.github.io/silicon8/ Website]<br>[https://github.com/Timendus/silicon8 git]
 +
|High
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{}}
|{{✗}}
 
 
|-
 
|-
|OmniChip-8
+
|Chip8.js
 +
|align=left|{{Icon|Web}}
 +
|[https://taniarascia.github.io/chip8/ Website]<br>[https://github.com/taniarascia/chip8 git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{~}}
|{{✗}}
 
 
|-
 
|-
|Pin8
+
|Flip8 Redux
|{{}}
+
|align=left|{{Icon|Web}}
 +
|[https://www.newgrounds.com/portal/view/287105 NewGrounds]
 +
|{{TBD}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 emulator (KolibriOS)
+
|-
 +
!colspan="10"|Text editor
 +
|-
 +
|chip-8.nvim
 +
|NeoVim
 +
|[https://github.com/rktjmp/chip-8.nvim git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{?}}
|{{✗}}
 
 
|-
 
|-
|CHIP-8 (ZealOS)
+
|chip8.el
 +
|Emacs
 +
|[https://depp.brause.cc/chip8.el/ git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{?}}
|{{}}
+
|{{?}}
|{{✗}}
+
|-
 +
!colspan="10"|Game Engine / Mod
 
|-
 
|-
|ChipChip
+
|chip8emu-agk
|{{}}
+
|AppGameKit 2
 +
|[https://github.com/thaolt/chip8emu-agk git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}<ref>[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip ChipChip description] - Google Play</ref>
+
|{{?}}
 
|-
 
|-
|iPhone-Chip-8-Emulator
+
|CHIP8-GM
 +
|GameMaker
 +
|[https://github.com/Dudeidu/CHIP8-GM git]
 +
|High-Mid
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|PalmChip8
+
|Godot CHIP-8 Emulator
|{{}}
+
|Godot (GDScript)
 +
|[https://github.com/vitoralmeidasilva/godot-chip8-emulator git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{?}}
 
|-
 
|-
|DALE-8
+
|E2-CHIP-8-interpreter
|{{✓}}
+
|Garry's Mod
|{{}}
+
|[https://github.com/gstapler/E2-CHIP-8-interpreter git]
|{{}}
+
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 
|-
 
|-
|Pico-CHIP8
+
|Chip8Unity
 +
|Unity
 +
|[https://github.com/jarkkopa/Chip8Unity git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{?}}
|{{✗}}
 
 
|-
 
|-
|MeltChip
+
|Chip8Interpreter4Unity
|{{✓}}
+
|Unity
|{{}}
+
|[https://github.com/CarlosManuelRodr/Chip8Interpreter4Unity git]
|{{}}
+
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 
|-
 
|-
|Octo
+
|[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]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 
|-
 
|-
|Silicon8
+
|Megazeux CHIP-8 Emulator
|{{✓}}
+
|Megazeux
|{{~}}
+
|[https://www.digitalmzx.com/forums/index.php?showtopic=9709 ?]
|{{~}}
+
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 +
|-
 +
!colspan="10"|Other
 
|-
 
|-
|Chip8.js
+
|SuperCHIP emulator
 +
|{{Icon|Java}}
 +
|[https://github.com/FrancescoRigoni/SuperChipEmulator git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{?}}
|{{✗}}
 
 
|-
 
|-
|Flip8 Redux
+
|Chip-84 Rainmeter Edition
|{{✓}}
+
|Rainmeter
|{{}}
+
|[https://github.com/Chip-84/chip-84-rainmeter git]
|{{}}
+
|{{TBD}}
 +
|{{?}}
 
|{{✗}}
 
|{{✗}}
 +
|{{?}}
 
|-
 
|-
|Chip8 Xbox One
+
|cl-chip8
 +
|Common Lisp
 +
|[https://github.com/sjl/cl-chip8 git]
 +
|{{TBD}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{}}
+
|{{?}}
|{{✗}}
+
|}
 +
 
 +
==Extension support==
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 
|-
 
|-
|Chip8x
+
!colspan="5"|Computer
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
 
|-
 
|-
|CHIP8 Emulator (Wii U)
+
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|Cadmium
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/gulrak/cadmium#supported-chip-8-variants Cadmium supported CHIP-8 variants] - Cadmium Github</ref>
 +
|-
 +
|C-Octo
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
 
 
|-
 
|-
|Chippy
+
|CubeChip-SDL
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/coornio/CubeChip-SDL CubeChip README]</ref>
 +
|-
 +
|JAXE
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/kurtjd/jaxe#features JAXE Features] - JAXE GitHub</ref>
 +
|-
 +
|chip8swemu
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,140: Line 1,237:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip 8 Emulator (GameCube)
+
|[[DSP]]
 
|{{✓}}
 
|{{✓}}
|{{}}
+
|{{}}<ref>[https://github.com/leniad/dsp-emulator/blob/master/src/misc/init_games.pas dsp-emulator/src/misc/init_games.pas] - DSP GitHub</ref>
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8-n64
+
|shmip8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,152: Line 1,249:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|PsChip8
+
|Vision-8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,158: Line 1,255:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Super-Chip8x
+
|CHIP-8 Interpreter (DOS)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,164: Line 1,261:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP8 TO SMD
+
|chip8-asm64-emu
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|NES-CHIP-8
+
|OmniChip-8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,176: Line 1,273:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8-NX
+
|CowChip
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,182: Line 1,279:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 emulator (PS4)
+
|Chip8-DOS
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,188: Line 1,285:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8 (PS2/PS3)
+
|Pin8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,194: Line 1,291:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8-3DO
+
|CHIP-8 emulator (KolibriOS)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,200: Line 1,297:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Whack-a-Mole
+
|CHIP-8 (ZealOS)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,206: Line 1,303:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CrabEmu
+
|Emu OS
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,212: Line 1,309:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 emulator (DreamCast)
+
|Crazy-8
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|chipce8
+
|MacVision-8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,224: Line 1,321:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-F8
+
|Chip8 (Amiga)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,230: Line 1,327:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8me
+
|Chip-8 (Atari 8-bit)
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,236: Line 1,333:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|DrChip 8
+
|Chip09
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,242: Line 1,339:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-3DS
+
|CHIP-OTTO
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,248: Line 1,345:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|GB-8
+
|C64 Chip-8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,254: Line 1,351:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|pspchip8
+
|Chip-8 Emulator (Commodore 64)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,260: Line 1,357:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8 Emulator (PSP)
+
|MoeCHIP-8 for C64
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,266: Line 1,363:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|DreamChip
+
|Vic-20 Chip-8 Emulator
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,272: Line 1,369:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chips1
+
|CHIP-8 Simulator BBC/Master
|{{✓}}
 
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8Pd
+
|Chippi
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,284: Line 1,381:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|C8
+
|Chip-8 (RISC OS)
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
 
|-
 
|Chip8 (Lynx)
 
|{{✓}}
 
|{{✓}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8-Pokitto
+
|CHIP8-100
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Mobile
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 
|-
 
|-
|CHIP-8 mini
+
|ChipChip
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
|{{✗}}
+
|{{}}<ref>[https://play.google.com/store/apps/details?id=com.GuillaumePayet.ChipChip ChipChip description] - Google Play</ref>
|{{✗}}
 
 
|-
 
|-
|Chip8Emu
+
|iPhone-Chip-8-Emulator
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Schip8fx
+
|PalmChip8
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,320: Line 1,422:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|C8SALT
+
|DALE-8
 
|{{✓}}
 
|{{✓}}
|{{~}}
+
|{{}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-84
+
|Pico-CHIP8
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip84CE
+
|MeltChip
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Console
 
|-
 
|-
|Chip8-TI68k
+
! Interpreter
|{{✓}}
+
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|Chip8 Xbox One
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Vinegar
+
|Chip8x
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,350: Line 1,463:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|8boy
+
|CHIP8 Emulator (Wii U)
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,356: Line 1,469:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|ESPboy CHIP8
+
|Chippy
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,362: Line 1,475:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|ESP32TinyChip8
+
|Chip 8 Emulator (GameCube)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,368: Line 1,481:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 STM32
+
|Chip8-n64
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}<ref>[https://github.com/FedericoBruzzone/CHIP-8-STM32 CHIP-8 STM32 README]</ref>
 
|-
 
|CHIP 8 emulator (STM32)
 
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,380: Line 1,487:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|TIVA8
+
|chip-64
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,386: Line 1,493:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|ByteBoy
+
|PsChip8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,392: Line 1,499:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 UEFI
+
|Super-Chip8x
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,398: Line 1,505:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|GPCHIP
+
|CHIP8 TO SMD
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{✗}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|PluginChip8
+
|CHIP-8 GENESIS
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 (Atari 8-bit)
+
|NES-CHIP-8
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip09
+
|Chip8-NX
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,422: Line 1,529:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-OTTO
+
|Chip-8 emulator (PS4)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,428: Line 1,535:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8 (Amiga)
+
|Chip8 (PS2/PS3)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,434: Line 1,541:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|C64 Chip-8
+
|Chip8-3DO
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,440: Line 1,547:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 Emulator (Commodore 64)
+
|Whack-a-Mole
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,446: Line 1,553:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Vic-20 Chip-8 Emulator
+
|CrabEmu
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,452: Line 1,559:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 Simulator BBC/Master
+
|CHIP-8 emulator (DreamCast)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,458: Line 1,565:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip-8 (RISC OS)
+
|CHIP-8 emulator (Saturn)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,464: Line 1,571:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|minimicro-chip8
+
|SMS Chip-8 interpreter
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,470: Line 1,577:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-8 Emulator (PICO-8)
+
|chipce8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,476: Line 1,583:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP-80
+
|CHIP-F8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,482: Line 1,589:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|chip-8.nvim
+
|Chip8me
|{{✓}}
 
|{{~}}
 
|{{~}}
 
|{{✗}}
 
|-
 
|chip8.el
 
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
 
|{{✓}}
Line 1,494: Line 1,595:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|CHIP8-GM
+
|DrChip 8
|{{✓}}
 
 
|{{✓}}
 
|{{✓}}
 +
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|E2-CHIP-8-interpreter
+
|Chip-3DS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|GB-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|damaged chip8
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,506: Line 1,619:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8Unity
+
|Chip8 Emulator (PSP)
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,512: Line 1,625:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Chip8Interpreter4Unity
+
|DreamChip
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
Line 1,518: Line 1,631:
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Megazeux CHIP-8 Emulator
+
|MicroCHIP
 +
|{{✓}}
 
|{{✓}}
 
|{{✓}}
|{{~}}
 
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|-
 
|-
|Blit-8
+
|VITA-8  
 
|{{✓}}
 
|{{✓}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 
|{{✗}}
 +
|-
 +
|CEightY
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Dingux-Chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|gpchip (Dingoo)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chips1
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|-
 +
|Chip8Pd
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|C8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|EFCS
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8 (Lynx)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8-Pokitto
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 mini
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Calculator
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|Chip8Emu
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Schip8fx
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|C8SALT
 +
|{{✓}}
 +
|{{~}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-84
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip84CE
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8-TI68k
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP48
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|S-CHIP
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Vinegar
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 (N0110)
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Microcontroller
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|8boy
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ESPboy CHIP8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ESP32TinyChip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8-esp8266
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Tjipp8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 STM32
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}<ref>[https://github.com/FedericoBruzzone/CHIP-8-STM32 CHIP-8 STM32 README]</ref>
 +
|-
 +
|CHIP 8 emulator (STM32)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|TIVA8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|ByteBoy
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Firmware
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|CHIP-8 UEFI
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|GPCHIP (Miyoo)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|PluginChip8
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Fantasy Computer/Console
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|-
 +
|minimicro-chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-8 Emulator (PICO-8)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP-80
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip-8 emulator (Vircon32)
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Other
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 
|-
 
|-
 
|chip8 (PC-1350/PC-1360/PC-2500)
 
|chip8 (PC-1350/PC-1360/PC-2500)
|{{✓}}
+
|{{✓}}
|{{✗}}
+
|{{✗}}
|{{✗}}
+
|{{✗}}
|{{✗}}
+
|{{✗}}
|-
+
|-
|Chip-84 Rainmeter Edition
+
|flipper-chip
|{{✓}}
+
|{{✓}}
|{{✓}}
+
|{{✗}}
|{{✗}}
+
|{{✗}}
|{{✗}}
+
|{{✗}}
|-
+
|-
|flipper-chip
+
|CHIP-8 console on FPGA
|{{✓}}
+
|{{✓}}
|{{✗}}
+
|{{✗}}
|{{✗}}
+
|{{✗}}
|{{✗}}
+
|{{✗}}
|-
+
|-
|fpga-chip8
+
|ICED POTATO
|{{✓}}
+
|{{✓}}
|{{✗}}
+
|{{✗}}
|{{✗}}
+
|{{✗}}
|{{✗}}
+
|{{✗}}
|}
+
|}
==Comparisons==
+
{|class="mw-collapsible mw-collapsed wikitable"
;Multi-system / PC
+
|- style="font-weight:bold;"
* '''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)'''
+
!colspan="5"|Browser
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|Octo
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|-
 +
|Silicon8
 +
|{{✓}}
 +
|{{~}}
 +
|{{~}}
 +
|{{✗}}
 +
|-
 +
|Chip8.js
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Flip8 Redux
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
{|class="mw-collapsible mw-collapsed wikitable"
 +
|- style="font-weight:bold;"
 +
|-
 +
!colspan="5"|Program add-on/plugin
 +
|-
 +
! Interpreter
 +
! CHIP-8
 +
! S-CHIP
 +
! XO-CHIP
 +
! Other
 +
|-
 +
|chip-8.nvim
 +
|{{✓}}
 +
|{{~}}
 +
|{{~}}
 +
|{{✗}}
 +
|-
 +
|chip8.el
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|chip8emu-agk
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|CHIP8-GM
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Godot CHIP-8 Emulator
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|E2-CHIP-8-interpreter
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8Unity
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Chip8Interpreter4Unity
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|Blit-8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|-
 +
|Megazeux CHIP-8 Emulator
 +
|{{✓}}
 +
|{{~}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|SuperCHIP emulator
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✓}}
 +
|-
 +
|Chip-84 Rainmeter Edition
 +
|{{✓}}
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|-
 +
|cl-chip8
 +
|{{✓}}
 +
|{{✗}}
 +
|{{✗}}
 +
|{{✗}}
 +
|}
 +
==Descriptions==
 +
{{Placeholder}}
 +
;Multi-system (Includes PC)'''
 +
* '''Cadmium''' The GUI is hard to navigate, many emulation options, Best CHIP-8 [https://github.com/gulrak/cadmium#supported-chip-8-variants extension support], Great debugger. '''(PC, Web)'''
 +
* '''C-Octo''' Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP. '''(PC, Raspberry Pi)'''
 +
* '''CubeChip-SDL''' Drag and drop to load ROMs. '''(PC)'''
 +
* '''JAXE''' Good selections of options for emulation, Defaults to S-CHIP mod. '''(PC, Libretro)'''
 +
* '''chip8swemu''' Simple GUI with, easy to navigate. '''(PC, G&W)'''
 +
* '''[[DSP]]''' Hard to use and run games.'''(PC)'''
 +
* '''shmip8''' Needs ROM to be specified in command line/terminal. '''(PC)'''
 +
* '''Vision-8''' Blurry resolution scaling (Windows). '''(PC, Gameboy, Coleco, Amiga)'''
 +
* '''CHIP-8 Interpreter''' nothing notable, command line/Terminal. '''(DOS)'''
 +
* '''chip8-asm64-emu''' nothing notable, command line/Terminal. '''(Linux)'''
 +
* '''OmniChip-8''' Needs ROM to be specified in command line/terminal. '''(PC)'''
 
* '''CowChip''' Sensitive to illegal function calls and crashes due to them. '''(PC)'''
 
* '''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)'''
+
* '''Chip8-DOS''' nothing notable, command line/Terminal. '''(DOS)'''
* '''Vision-8''' Blurry resolution scaling (Windows). '''(PC, Gameboy, Coleco, Amiga)'''
+
* '''Pin8''' Placeholder text. '''(Haiku)'''
* '''Octo''' IDE and interpreter, allows for sprite, audio and supports multiple multiple extensions and custom compatibility options and compatibility profile for specific extensions. '''(Web)'''
+
* '''CHIP-8 Emulator''' Placeholder text. '''(KolibriOS)'''
 +
* '''CHIP-8''' Placeholder text. '''(ZealOS)'''
 +
* '''Emu OS''' Placeholder text. '''(x86 CPU)'''
 +
;Web
 +
* '''Octo''' IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable). '''(Web)'''
 
* '''Silicon8''' allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed. '''(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)'''  
+
* '''Chip8.js''' Can't load custom CHIP-8 binaries/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)'''
+
* '''Flip8 Redux''' Can't load custom CHIP-8 binaries/ROMs. '''(Web)'''
 +
;Computers (PPC, m64k)
 +
* '''Crazy-8''': Placeholder text. '''(Classic Mac OS)'''
 +
* '''MacVision-8''': Placeholder text. '''(Classic Mac OS)'''
 +
* '''Chip8''': Placeholder text '''(Amiga)'''
 +
;Home computers
 +
* '''Chip-8''' Placeholder text. '''(Atari 8-bit)'''
 +
* '''Chip09''' Needs recompilation for custom ROMs, using [http://www.lwtools.ca/ LWTOOLS]. '''(Tandy CoCo 2, Dragon 32/64)'''
 +
* '''CHIP-OTTO''' Includes games, no ROM selection interface (press <code>J</code> to go to next game). Can load games from a different tape. '''(Amiga, ColecoVision, ADAM)'''
 +
* '''C64 Chip-8''' Placeholder text. '''(Commodore 64)'''
 +
* '''OmniChip-8''' Placeholder text. '''(Commodore 64)'''
 +
* '''Chip-8 Emulator''' Placeholder text '''(Commodore 64)'''
 +
* '''MoeCHIP-8 for C64''' Needs recompilation for custom ROMs, using [https://www.c64-wiki.com/wiki/KickAssembler KickAssembler]. '''(Commodore 64)'''
 +
* '''Vic-20 Chip-8 Emulator''' Separate floppy disk for games, instructions in manual for custom ROMs. '''(VIC-20)'''
 +
* '''CHIP-8 Simulator BBC/Master''' Placeholder text. '''(BBC Micro, BBC Master)'''
 +
* '''Chippi''' Comes bundled with a program to convert CHIP-8 ROMs to be able to run on tapes. '''(Intellivision)'''
 +
* '''Chip-8''' Placeholder text. '''(RISC OS)'''
 +
;Portable computers
 +
* '''CHIP8-100''' Placeholder text. '''(TRS-80 Model 100)'''
 +
;Mobile / ARM
 +
* '''ChipChip''' Placeholder text. '''(Android)'''
 +
* '''Chip8''' Placeholder text. '''(Android)'''
 +
* '''iPhone-Chip-8-Emulator''' Placeholder text. '''(iOS)'''
 +
* '''PalmChip8''' Placeholder text. '''(Palm)'''
 +
* '''DALE-8''' Placeholder text. '''(KaiOS)'''
 +
* '''Pico-CHIP8''' Placeholder text. '''(Raspberry Pi Pico)'''
 +
* '''MeltChip''' Placeholder text. '''(BlackBerry PlayBook)'''
 +
;Console
 +
* '''Chip8 Xbox One''' Placeholder text. '''(Xbox one)'''
 +
* '''Chip8x''' Good interface. '''(Xbox)'''
 +
* '''CHIP8 Emulator''' Placeholder text '''(Wii U)'''
 +
* '''Chippy''' Very simple interface. Loads ROMs from <code>CHIP8</code> folder in your storage device. '''(Wii)'''
 +
* '''Chip 8 Emulator''' Placeholder text. '''(GameCube)'''
 +
* '''Chip8-n64''' Needs recompilation for custom ROMs, using [https://dragonminded.com/n64dev/ Libdragon]. '''(Nintendo 64)'''
 +
* '''chip-64''' Doesn't work in tested emulators. Needs recompilation for custom ROMs, using [https://github.com/ARM9/bass bass]. '''(Nintendo 64)'''
 +
* '''PsChip8''' Needs recompilation for custom ROMs, using [https://www.psxdev.net/downloads.html PSYQ SDK] and GNU Make '''(PlayStation 1)'''
 +
* '''Super Chip8x''' Needs recompilation for custom ROMs, using [https://github.com/RPGHacker/asar asar]. '''(Super Nintendo)'''
 +
* '''CHIP8 TO SMD''' Placeholder text. '''(Mega Drive)'''
 +
* '''CHIP-8 GENESIS''' Placeholder text. '''(Genesis)'''
 +
* '''NES-CHIP-8''' Needs recompilation for custom ROMs, using [https://cc65.github.io/ cc65]. '''(Nintendo Entertainment System)'''
 +
* '''Chip8-NX''' Placeholder text. '''(Switch)'''
 +
* '''Chip8 Emulator''' Placeholder text. '''(PlayStation 2)'''
 +
* '''CHIP8''' Placeholder text. '''(PlayStation 2, PlayStation 3)'''
 +
* '''Chip8-3DO''' Needs recompilation for custom ROMs, using [https://3dodev.com/software/sdks 3DODev]. '''(3DO)'''
 +
* '''Whack-a-Mole''' Placeholder text. '''(Dreamcast)'''
 +
* '''CrabEmu''' Placeholder text. '''(Dreamcast)'''
 +
* '''SMS Chip-8 interpreter''' Placeholder text. '''(Master System)'''
 +
* '''CHIP-8 emulator''' Placeholder text, '''(Saturn)'''
 +
* '''chipce8''' Needs recompilation for custom ROMs, using [https://github.com/Turboxray/PCEAS PCEAS]. '''(PC Engine / Turbo Grafx 16)'''
 +
* '''CHIP-F8''' Needs recompilation for custom ROMs, using  [https://dasm-assembler.github.io/ dasm]. '''(Channel F)'''
 +
;Handheld console
 +
* '''Chip8me''' Placeholder text. '''(Nintendo DS)'''
 +
* '''DrChip 8''' Placeholder text. '''(Game Boy Advance)'''
 +
* '''Chip-3DS''' Placeholder text. '''(3DS)'''
 +
* '''GB-8''' Basic ROM selection interface. Needs recompilation for custom ROMs, using [https://rgbds.gbdev.io/ RGBDS]. '''(Game Boy)'''
 +
* '''damaged chip8''' Uses <code>SELECT</code> to switch ROMs. Needs recompilation for custom ROMs, using [https://rgbds.gbdev.io/ RGBDS]. '''(Game Boy)'''
 +
* '''Vision-8 for Gameboy''' Needs recompilation for custom ROMs, using [https://gbdk.sourceforge.net/ GBDK]. '''(Game Boy)'''
 +
* '''OmniChip-8''' Needs recompilation for custom ROMs, using [https://github.com/z88dk/z88dk z88dk]'''(Game Boy)'''
 +
* '''PSPChip8''' Basic ROM selection interface. '''(PlayStation Portable)'''
 +
* '''DreamChip''' Placeholder text. '''(PlayStation Portable)'''
 +
* '''MicroCHIP''' Simple ROM selection. '''(PlayStation Vita)'''
 +
* '''VITA-8''' Placeholder text. '''(PlayStation Vita)'''
 +
* '''CEightY''' Placeholder text. '''(Pandora)'''
 +
* '''Dingux-chip8''' Placeholder text. '''(Dingoo)'''
 +
* '''gpchip ''' Placeholder text. '''(Dingoo)'''
 +
* '''Chips1''' Placeholder text. '''(WonderSwan)'''
 +
* '''Chip8Pd''' Placeholder text. '''(Playdate)'''
 +
* '''C8''' Placeholder text. '''(GP32)'''
 +
* '''EFCS''' Placeholder text. '''(GP2X)'''
 +
* '''Chip8''' Placeholder text. '''(Lynx)'''
 +
* '''Chip-8-Pokitto''' Placeholder text. '''(Pokitto)'''
 +
* '''CHIP-8 mini'''  Needs recompilation for custom ROMs, using [https://www.pokemon-mini.net/tools/pika-macro-assembler/ PMAS]. '''(Pokemon Mini)'''
 +
;Calculator
 +
* '''Chip8Emu''' Placeholder text. '''(TI-Nspire)'''
 +
* '''schip8fx''' Placeholder text. '''(Casio AFX, Fx-9860)'''
 +
* '''C8SALT''' Placeholder text. '''(TI-84+ CE)'''
 +
* '''Chip-84''' Placeholder text. '''(TI-84+ CE)'''
 +
* '''Chip84CE''' Placeholder text. '''(TI-84+ CE)'''
 +
* '''Chip8-TI68k''' Placeholder text. '''(TI68k)'''
 +
* '''CHIP48''' Placeholder text. '''(HP48GX, GP48SX)'''
 +
* '''S-CHIP''' Placeholder text. '''(49G)'''
 +
* '''Vinegar''' Placeholder text. '''(TI-83, TI-83+)'''
 +
* '''CHIP-8''' Placeholder text. '''(N0110)'''
 +
;Microcontrollers
 +
* '''8boy''' Placeholder text. '''(Arduino)'''
 +
* '''ESPboy CHIP8''' Placeholder text. '''(ESPboy)'''
 +
* '''ESP32TinyChip8''' Placeholder text. '''(ESP32)'''
 +
* '''chip8-esp8266 ''' Placeholder text. '''(ESP8266)'''
 +
* '''Tjipp8''' Placeholder text. '''(PIC16F17xx)'''
 +
* '''Chip-8 STM32''' Placeholder text. '''(STM32)'''
 +
* '''chip8-stm32''' Placeholder text. '''(STM32)'''
 +
* '''TIVA8 ''' Placeholder text. '''(TM4C123)'''
 +
* '''ByteBoy''' Placeholder text. '''(MSP430)'''
 +
;Firmware
 +
* '''CHIP-8 UEFI''' Needs recompilation for custom ROMs, using [https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II EDK II]. '''(UEFI)'''
 +
* '''GPCHIP''' Placeholder text. '''(Miyoo)'''
 +
* '''PluginChip8''' 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. '''(Rockbox)'''
 +
;Fantasy consoles/computers
 +
* '''minimicro-chip8''' Placeholder text. '''(MiniMicro)'''
 +
* '''CHIP-8 Emulator''' Can't load custom CHIP-8 binaries/ROMs. '''(PICO-8)'''
 +
* '''CHIP-80''' Can't load custom CHIP-8 binaries/ROMs. '''(TIC-80)'''
 +
* '''Chip-8 emulator''' Custom ROMs need to use [https://vircon32.itch.io/chip-8-emulator this] ROM conversion tool. '''(Vircon32)'''
 +
;Other
 +
* '''chip8''' Placeholder text. '''(Sharp PC-1350, PC-1360, PC-2500)'''
 +
* '''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-8 console on FPGA''' Placeholder text. '''(TinyFPGA BX)'''
 +
* '''ICED Potato''' Placeholder text. '''(ICE40UP5K)'''
 
* '''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)'''
 
* '''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==
 
==See also==
 
* [[Fantasy console emulators]]
 
* [[Fantasy console emulators]]
 
==External links==
 
==External links==
 +
* [https://archive.org/details/chip-8-games Chip-8 Database] - Games, Programs and demos for: CHIP-8, CHIP-8X, SCHIP, XO-CHIP and MegaCHIP.
 
* [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.
Line 1,577: Line 2,206:
 
<references/>
 
<references/>
 
;Notes
 
;Notes
<references group=N />
+
<references group=N />
 
+
[[Category:Historic emulation software]] [[Category:Not_really_emulators]]
;Notes
 
<references group="N"/>
 
[[Category:Historic emulation software]]
 

Latest revision as of 02:13, 19 May 2024

CHIP-8
PONG CHIP8.png
Screenshot of Pong implemented in CHIP-8
Developer Joseph Weisbecker
Release date 1977[1]
Emulated
WIP Note: needs accuracy testing and checking for licensing
Note: The terms 'emulator', 'interpreter' and 'simulator' are used interchangeably by developers of interpreters of CHIP-8.

CHIP-8 is an interpreted programming language, developed by Joseph Weisbecker. CHIP-8 interpreters have been official endorsed/made by some hardware developers, while most interpreters are considered homebrew or hobbyist software.

Adoption
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.

This is due to systems like the COSMAC VIP including CHIP-8 programs in instruction manuals.[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 'S-CHIP' interpreter released on HP-49G, with the 'S-CHIP' extension being a derivative of CHIP-48.[3]

Since then there have been other communities that have created and ported interpreters, devices such as home computers and consoles have been hardware targeted by some software developers. With interpreters still being made for consoles and computers, as well as many other old and new devices. In the 2010s the octojam competition (XO-CHIP was created in 2014[4]), which has since ended was created. octojam had dozens of CHIP-8, S-CHIP, and XO-CHIP programs created for it.

CHIP-8 extensions
For information on CHIP-8 extensions see: CHIP-8 extensions and compatibility by the CHIP-8 Research Facility
Extensions to CHIP-8 have existed since the 1970s.

CHIP-8, and its extensions are based on implementing opcodes in interpreters.[5] The original CHIP-8 being the most supported, with the most supported extensions being S-CHIP and XO-CHIP.

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.

Computers with supporting CHIP-8
For more information on these computers, see List of computers.
Devices with official/endorsed or other well-known CHIP-8 support.

These devices include: DREAM 6800, COSMAC VIP, HUG1802/ETI-660, Oscom Nano, Telmac 1800, Telmac 2000, V-ELF, VIP2K Membership Card.

Interpreters[edit]

Computers[edit]

Name Platform(s) Latest Version Libretro Core Accuracy FLOSS Active Recommended
PC / x86
Cadmium Windows Linux macOS 1.1.8 Cycle
C-Octo Windows Linux macOS git High
CubeChip-SDL Windows Linux macOS git High
JAXE Windows Linux [N 1] git
libretro core
High
chip8swemu Windows Linux git Mid
DSP Windows Linux macOS git Mid
shmip8 Windows Linux git Mid ~
Vision-8 Windows MS-DOS UNIX 1.0 Mid NC ~
CHIP-8 Interpreter MS-DOS git Mid ~
chip8-asm64-emu Linux git Mid
OmniChip-8 Windows Linux git Low
CowChip Windows 9x Windows 3.1 0.2 Low-Mid
Chip8-DOS MS-DOS git Low-Mid
Pin8 Haiku git TBD NC ?
CHIP-8 Emulator KolibriOS git TBD ?
CHIP-8 ZealOS git TBD ?
Emu OS x86 CPUs git TBD ?
Name Platform(s) Latest Version Accuracy FLOSS Active Recommended
Computers / m68k, PPC
Crazy-8 Classic Mac OS 1.0.4 TBD ?
MacVision-8 Classic Mac OS 1.0 TBD NC ?
Chip8 AmigaOS ? TBD NC ?
Vision-8 AmigaOS 1.0 TBD NC ?
Home computers
Chip-8 Atari 8-bit git TBD ?
Chip09 Tandy CoCo 2
Dragon 32/64
git TBD ? ?
Vision-8 ColecoVision Coleco ADAM 1.0 TBD NC ?
CHIP-OTTO ZX Spectrum
ZX Spectrum Next
Cambridge Z88
? TBD ?
C64 Chip-8 Commodore 64 git TBD ?
OmniChip-8 Commodore 64 git TBD ?
Chip-8 Emulator Commodore 64 ? TBD ?
MoeCHIP-8 for C64 Commodore 64 git TBD ? ?
Vic-20 Chip-8 Emulator VIC-20 1.11 TBD ?
CHIP-8 Simulator BBC/Master BBC Micro
BBC Master
? TBD ?
Chippi Intellivision ? TBD ?
Chip-8 RiscOS 26-Jan-98 TBD ? ?
Portable computers / Pocket computers
chip8 Sharp PC-1350
PC-1360
PC-2500
git TBD ?
CHIP8-100 TRS-80 Model 100 git TBD ? ?

Other devices[edit]

Name Platform(s) Latest Version Accuracy FLOSS Active Recommended
Mobile / ARM
Chip8 Android 0.7.1 High
ChipChip Android 1.8.0 Mid
iPhone-Chip-8-Emulator iOS git TBD ~
C-Octo Linux ARM git High
PalmChip8 PalmOS 1.0 TBD ?
DALE-8 KaiOS git TBD [N 2] ?
Pico-CHIP8 Linux ARM git TBD ?
MeltChip BlackBerry PlayBook git TBD ?
Consoles
Chip8 Xbox One Xbox One ? Mid
Chip8x Xbox v5 TBD ?
CHIP8 Emulator Wii U 2.2 Mid
Chippy Wii 1.0 TBD
Chip 8 Emulator GameCube 1.0a TBD
Chip8-n64 Nintendo 64 git Mid
chip-64 Nintendo 64 git TBD ?
PsChip8 PlayStation git Mid
Super Chip8x Super Nintendo git
ROM
Mid
CHIP8 TO SMD Genesis 2.0 Mid
CHIP-8 GENESIS Genesis git TBD ?
NES-CHIP-8 Nintendo Entertainment System git
ROM
High[N 3] [N 3]
Chip8-NX Switch git Mid ~
Chip8 Emulator PlayStation 4 POC Low ? ~
CHIP8 PlayStation 3
PlayStation 2
v1 Mid ? ?
Chip8-3DO 3DO git Low-Mid ~
Whack-a-Mole Dreamcast 0.900 TBD ? ?
CrabEmu Dreamcast 0.2.0 TBD ?
SMS Chip-8 interpreter Master System git
0.21
TBD ?
CHIP-8 emulator Saturn ? TBD ?
chipce8 PC Engine git TBD ?
CHIP-F8 Channel F git Mid ?
Handhelds
Chip8me Nintendo DS 1.0 TBD
DrChip 8 GameBoy Advance 09/20/02 TBD
Chip-3DS Nintendo 3DS 1.0
git
Mid ? ~
GB-8 GameBoy git Mid
damaged chip8 GameBoy git TBD ?
Vision-8 for Gameboy GameBoy 1.0 TBD NC ?
OmniChip-8 GameBoy git TBD ?
PSPChip8 PSP 1.0 Low ~
DreamChip PSP V4 Low
MicroCHIP Vita 1.0 TBD ? ?
VITA-8 Vita git TBD ? ?
CEightY Pandora git
PND
Mid ?
Dingux-chip8 Dingoo ? TBD ? ?
gpchip Dingoo ? TBD ? ?
Chips1 WonderSwan git TBD ?
Chip8Pd Playdate git TBD ? ?
C8 GP32 0.2 TBD ? ?
EFCS GP2X 0.1 TBD ? ?
Chip8 Lynx ? TBD ?
Chip-8-Pokitto Pokitto git TBD ? ?
CHIP-8 mini Pokemon Mini git TBD ?
Calculators
Chip8Emu TI-Nspire 1.2.2 Mid
Schip8fx Casio AFX
Fx-9860
1.11.0 Mid ?
C8SALT TI-84 series git TBD
Chip-84 TI84+CE git TBD ?
Chip84CE TI84+CE git TBD ?
Chip8-TI68k TI-68k git TBD ?
CHIP48 HP48GX
HP48SX
GX
SX
TBD
S-CHIP 49G S-CHIP 1.1 TBD
Vinegar TI-83
TI-83 Plus
1.1 TBD ?
CHIP-8 N0110 Upilson
git
TBD ? ?
Microcontrollers
8boy Arduino git TBD ?
ESPboy CHIP8 ESPboy git TBD ?
ESP32TinyChip8 ESP32 git TBD ?
chip8-esp8266 ESP8266 git TBD ?
Tjipp8 PIC16F17xx git TBD ?
Chip-8 STM32 STM32 git TBD ?
chip8-stm32 STM32 git TBD ?
TIVA8 TM4C123 git TBD ?
ByteBoy MSP430 git TBD ? ?
Firmware
CHIP-8 UEFI UEFI git TBD ?
GPCHIP Miyoo 0.0.1 TBD
PluginChip8 RockBox ? TBD ?
Fantasy computers/consoles
minimicro-chip8 MiniMicro git TBD ?
CHIP-8 Emulator PICO-8 1.5 TBD
CHIP-80 TIC-80 Update 4 TBD
Chip-8 emulator Vircon32 ? TBD ?
Other
flipper-chip Flipper Zero git TBD
CHIP-8 console on FPGA TinyFPGA BX git TBD ?
ICED Potato ICE40UP5K git TBD ?
chip8swemu Game & Watch: Super Mario Bros git Mid

Other platforms[edit]

Name Platform(s) Latest Version Accuracy FLOSS Active Recommended
Web browsers
Octo Web Website
git
High
Cadmium Web Website
git
Cycle
Silicon8 Web Website
git
High
Chip8.js Web Website
git
TBD ~
Flip8 Redux Web NewGrounds TBD
Text editor
chip-8.nvim NeoVim git TBD ?
chip8.el Emacs git TBD ? ?
Game Engine / Mod
chip8emu-agk AppGameKit 2 git TBD ?
CHIP8-GM GameMaker git High-Mid
Godot CHIP-8 Emulator Godot (GDScript) git TBD ?
E2-CHIP-8-interpreter Garry's Mod git TBD ? ?
Chip8Unity Unity git TBD ?
Chip8Interpreter4Unity Unity git TBD ? ?
Blit-8 Minecraft 1.0 TBD ?
Megazeux CHIP-8 Emulator Megazeux ? TBD ? ?
Other
SuperCHIP emulator Java git TBD ?
Chip-84 Rainmeter Edition Rainmeter git TBD ? ?
cl-chip8 Common Lisp git TBD ?

Extension support[edit]

Computer
Interpreter CHIP-8 S-CHIP XO-CHIP Other
Cadmium [6]
C-Octo
CubeChip-SDL [7]
JAXE [8]
chip8swemu
DSP [9]
shmip8
Vision-8
CHIP-8 Interpreter (DOS)
chip8-asm64-emu
OmniChip-8
CowChip
Chip8-DOS
Pin8
CHIP-8 emulator (KolibriOS)
CHIP-8 (ZealOS)
Emu OS
Crazy-8
MacVision-8
Chip8 (Amiga)
Chip-8 (Atari 8-bit)
Chip09
CHIP-OTTO
C64 Chip-8
Chip-8 Emulator (Commodore 64)
MoeCHIP-8 for C64
Vic-20 Chip-8 Emulator
CHIP-8 Simulator BBC/Master
Chippi
Chip-8 (RISC OS)
CHIP8-100
Mobile
Interpreter CHIP-8 S-CHIP XO-CHIP Other
ChipChip [10]
iPhone-Chip-8-Emulator
PalmChip8
DALE-8
Pico-CHIP8
MeltChip
Console
Interpreter CHIP-8 S-CHIP XO-CHIP Other
Chip8 Xbox One
Chip8x
CHIP8 Emulator (Wii U)
Chippy
Chip 8 Emulator (GameCube)
Chip8-n64
chip-64
PsChip8
Super-Chip8x
CHIP8 TO SMD
CHIP-8 GENESIS
NES-CHIP-8
Chip8-NX
Chip-8 emulator (PS4)
Chip8 (PS2/PS3)
Chip8-3DO
Whack-a-Mole
CrabEmu
CHIP-8 emulator (DreamCast)
CHIP-8 emulator (Saturn)
SMS Chip-8 interpreter
chipce8
CHIP-F8
Chip8me
DrChip 8
Chip-3DS
GB-8
damaged chip8
Chip8 Emulator (PSP)
DreamChip
MicroCHIP
VITA-8
CEightY
Dingux-Chip8
gpchip (Dingoo)
Chips1
Chip8Pd
C8
EFCS
Chip8 (Lynx)
Chip-8-Pokitto
CHIP-8 mini
Calculator
Interpreter CHIP-8 S-CHIP XO-CHIP Other
Chip8Emu
Schip8fx
C8SALT ~
Chip-84
Chip84CE
Chip8-TI68k
CHIP48
S-CHIP
Vinegar
CHIP-8 (N0110)
Microcontroller
Interpreter CHIP-8 S-CHIP XO-CHIP Other
8boy
ESPboy CHIP8
ESP32TinyChip8
chip8-esp8266
Tjipp8
Chip-8 STM32 [11]
CHIP 8 emulator (STM32)
TIVA8
ByteBoy
Firmware
Interpreter CHIP-8 S-CHIP XO-CHIP Other
CHIP-8 UEFI
GPCHIP (Miyoo)
PluginChip8
Fantasy Computer/Console
Interpreter CHIP-8 S-CHIP XO-CHIP Other
minimicro-chip8
CHIP-8 Emulator (PICO-8)
CHIP-80
Chip-8 emulator (Vircon32)
Other
Interpreter CHIP-8 S-CHIP XO-CHIP Other
chip8 (PC-1350/PC-1360/PC-2500)
flipper-chip
CHIP-8 console on FPGA
ICED POTATO
Browser
Interpreter CHIP-8 S-CHIP XO-CHIP Other
Octo
Silicon8 ~ ~
Chip8.js
Flip8 Redux
Program add-on/plugin
Interpreter CHIP-8 S-CHIP XO-CHIP Other
chip-8.nvim ~ ~
chip8.el
chip8emu-agk
CHIP8-GM
Godot CHIP-8 Emulator
E2-CHIP-8-interpreter
Chip8Unity
Chip8Interpreter4Unity
Blit-8
Megazeux CHIP-8 Emulator ~
SuperCHIP emulator
Chip-84 Rainmeter Edition
cl-chip8

Descriptions[edit]

Multi-system (Includes PC)
  • Cadmium The GUI is hard to navigate, many emulation options, Best CHIP-8 extension support, Great debugger. (PC, Web)
  • C-Octo Simple GUI to enable compatibility with CHIP-8, S-CHIP and XO-CHIP. (PC, Raspberry Pi)
  • CubeChip-SDL Drag and drop to load ROMs. (PC)
  • JAXE Good selections of options for emulation, Defaults to S-CHIP mod. (PC, Libretro)
  • chip8swemu Simple GUI with, easy to navigate. (PC, G&W)
  • DSP Hard to use and run games.(PC)
  • shmip8 Needs ROM to be specified in command line/terminal. (PC)
  • Vision-8 Blurry resolution scaling (Windows). (PC, Gameboy, Coleco, Amiga)
  • CHIP-8 Interpreter nothing notable, command line/Terminal. (DOS)
  • chip8-asm64-emu nothing notable, command line/Terminal. (Linux)
  • OmniChip-8 Needs ROM to be specified in command line/terminal. (PC)
  • CowChip Sensitive to illegal function calls and crashes due to them. (PC)
  • Chip8-DOS nothing notable, command line/Terminal. (DOS)
  • Pin8 Placeholder text. (Haiku)
  • CHIP-8 Emulator Placeholder text. (KolibriOS)
  • CHIP-8 Placeholder text. (ZealOS)
  • Emu OS Placeholder text. (x86 CPU)
Web
  • Octo IDE and interpreter, multiple extension support, compatibility profile for specific extensions (customizable). (Web)
  • Silicon8 allows selecting supported extensions (original, S-CHIP and XO-CHIP) and emulation speed. (Web)
  • Chip8.js Can't load custom CHIP-8 binaries/ROMs, new instance has to be made to add games. (Web)
  • Flip8 Redux Can't load custom CHIP-8 binaries/ROMs. (Web)
Computers (PPC, m64k)
  • Crazy-8: Placeholder text. (Classic Mac OS)
  • MacVision-8: Placeholder text. (Classic Mac OS)
  • Chip8: Placeholder text (Amiga)
Home computers
  • Chip-8 Placeholder text. (Atari 8-bit)
  • Chip09 Needs recompilation for custom ROMs, using LWTOOLS. (Tandy CoCo 2, Dragon 32/64)
  • CHIP-OTTO Includes games, no ROM selection interface (press J to go to next game). Can load games from a different tape. (Amiga, ColecoVision, ADAM)
  • C64 Chip-8 Placeholder text. (Commodore 64)
  • OmniChip-8 Placeholder text. (Commodore 64)
  • Chip-8 Emulator Placeholder text (Commodore 64)
  • MoeCHIP-8 for C64 Needs recompilation for custom ROMs, using KickAssembler. (Commodore 64)
  • Vic-20 Chip-8 Emulator Separate floppy disk for games, instructions in manual for custom ROMs. (VIC-20)
  • CHIP-8 Simulator BBC/Master Placeholder text. (BBC Micro, BBC Master)
  • Chippi Comes bundled with a program to convert CHIP-8 ROMs to be able to run on tapes. (Intellivision)
  • Chip-8 Placeholder text. (RISC OS)
Portable computers
  • CHIP8-100 Placeholder text. (TRS-80 Model 100)
Mobile / ARM
  • ChipChip Placeholder text. (Android)
  • Chip8 Placeholder text. (Android)
  • iPhone-Chip-8-Emulator Placeholder text. (iOS)
  • PalmChip8 Placeholder text. (Palm)
  • DALE-8 Placeholder text. (KaiOS)
  • Pico-CHIP8 Placeholder text. (Raspberry Pi Pico)
  • MeltChip Placeholder text. (BlackBerry PlayBook)
Console
  • Chip8 Xbox One Placeholder text. (Xbox one)
  • Chip8x Good interface. (Xbox)
  • CHIP8 Emulator Placeholder text (Wii U)
  • Chippy Very simple interface. Loads ROMs from CHIP8 folder in your storage device. (Wii)
  • Chip 8 Emulator Placeholder text. (GameCube)
  • Chip8-n64 Needs recompilation for custom ROMs, using Libdragon. (Nintendo 64)
  • chip-64 Doesn't work in tested emulators. Needs recompilation for custom ROMs, using bass. (Nintendo 64)
  • PsChip8 Needs recompilation for custom ROMs, using PSYQ SDK and GNU Make (PlayStation 1)
  • Super Chip8x Needs recompilation for custom ROMs, using asar. (Super Nintendo)
  • CHIP8 TO SMD Placeholder text. (Mega Drive)
  • CHIP-8 GENESIS Placeholder text. (Genesis)
  • NES-CHIP-8 Needs recompilation for custom ROMs, using cc65. (Nintendo Entertainment System)
  • Chip8-NX Placeholder text. (Switch)
  • Chip8 Emulator Placeholder text. (PlayStation 2)
  • CHIP8 Placeholder text. (PlayStation 2, PlayStation 3)
  • Chip8-3DO Needs recompilation for custom ROMs, using 3DODev. (3DO)
  • Whack-a-Mole Placeholder text. (Dreamcast)
  • CrabEmu Placeholder text. (Dreamcast)
  • SMS Chip-8 interpreter Placeholder text. (Master System)
  • CHIP-8 emulator Placeholder text, (Saturn)
  • chipce8 Needs recompilation for custom ROMs, using PCEAS. (PC Engine / Turbo Grafx 16)
  • CHIP-F8 Needs recompilation for custom ROMs, using dasm. (Channel F)
Handheld console
  • Chip8me Placeholder text. (Nintendo DS)
  • DrChip 8 Placeholder text. (Game Boy Advance)
  • Chip-3DS Placeholder text. (3DS)
  • GB-8 Basic ROM selection interface. Needs recompilation for custom ROMs, using RGBDS. (Game Boy)
  • damaged chip8 Uses SELECT to switch ROMs. Needs recompilation for custom ROMs, using RGBDS. (Game Boy)
  • Vision-8 for Gameboy Needs recompilation for custom ROMs, using GBDK. (Game Boy)
  • OmniChip-8 Needs recompilation for custom ROMs, using z88dk(Game Boy)
  • PSPChip8 Basic ROM selection interface. (PlayStation Portable)
  • DreamChip Placeholder text. (PlayStation Portable)
  • MicroCHIP Simple ROM selection. (PlayStation Vita)
  • VITA-8 Placeholder text. (PlayStation Vita)
  • CEightY Placeholder text. (Pandora)
  • Dingux-chip8 Placeholder text. (Dingoo)
  • gpchip Placeholder text. (Dingoo)
  • Chips1 Placeholder text. (WonderSwan)
  • Chip8Pd Placeholder text. (Playdate)
  • C8 Placeholder text. (GP32)
  • EFCS Placeholder text. (GP2X)
  • Chip8 Placeholder text. (Lynx)
  • Chip-8-Pokitto Placeholder text. (Pokitto)
  • CHIP-8 mini Needs recompilation for custom ROMs, using PMAS. (Pokemon Mini)
Calculator
  • Chip8Emu Placeholder text. (TI-Nspire)
  • schip8fx Placeholder text. (Casio AFX, Fx-9860)
  • C8SALT Placeholder text. (TI-84+ CE)
  • Chip-84 Placeholder text. (TI-84+ CE)
  • Chip84CE Placeholder text. (TI-84+ CE)
  • Chip8-TI68k Placeholder text. (TI68k)
  • CHIP48 Placeholder text. (HP48GX, GP48SX)
  • S-CHIP Placeholder text. (49G)
  • Vinegar Placeholder text. (TI-83, TI-83+)
  • CHIP-8 Placeholder text. (N0110)
Microcontrollers
  • 8boy Placeholder text. (Arduino)
  • ESPboy CHIP8 Placeholder text. (ESPboy)
  • ESP32TinyChip8 Placeholder text. (ESP32)
  • chip8-esp8266 Placeholder text. (ESP8266)
  • Tjipp8 Placeholder text. (PIC16F17xx)
  • Chip-8 STM32 Placeholder text. (STM32)
  • chip8-stm32 Placeholder text. (STM32)
  • TIVA8 Placeholder text. (TM4C123)
  • ByteBoy Placeholder text. (MSP430)
Firmware
  • CHIP-8 UEFI Needs recompilation for custom ROMs, using EDK II. (UEFI)
  • GPCHIP Placeholder text. (Miyoo)
  • PluginChip8 Due to systems having less buttons than the original CHIP-8 key mapping there is a custom system for changing the key mapping. (Rockbox)
Fantasy consoles/computers
  • minimicro-chip8 Placeholder text. (MiniMicro)
  • CHIP-8 Emulator Can't load custom CHIP-8 binaries/ROMs. (PICO-8)
  • CHIP-80 Can't load custom CHIP-8 binaries/ROMs. (TIC-80)
  • Chip-8 emulator Custom ROMs need to use this ROM conversion tool. (Vircon32)
Other
  • chip8 Placeholder text. (Sharp PC-1350, PC-1360, PC-2500)
  • flipper-chip does not support any controls/input.[12] (Flipper Zero)
  • CHIP-8 console on FPGA Placeholder text. (TinyFPGA BX)
  • ICED Potato Placeholder text. (ICE40UP5K)
  • 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)

See also[edit]

External links[edit]

References[edit]

Notes
  1. Only available outside of Windows and Linux as a libretro core (e.g., RetroArch).
  2. DALE-8 is public domain
  3. 3.0 3.1 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.