chip8-test-rom VS chip8-test-suite

Compare chip8-test-rom vs chip8-test-suite and see what are their differences.

chip8-test-rom

ROM for testing chip8 emulator (by corax89)

chip8-test-suite

A collection of ROM images with tests that will aid you in developing your own CHIP-8, SUPER-CHIP or XO-CHIP interpreter (or "emulator") (by Timendus)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
chip8-test-rom chip8-test-suite
12 15
242 271
- -
0.0 7.3
almost 2 years ago 6 months ago
Roff Roff
MIT License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

chip8-test-rom

Posts with mentions or reviews of chip8-test-rom. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-28.
  • does anyone know what is wrong with my chip-8 emulator?
    1 project | /r/EmuDev | 29 May 2023
    i ran the test rom https://github.com/corax89/chip8-test-rom/ and it said all opcodes are good except for 8XY1 - 8XY5.
  • CHIP8 Emulator Assistance
    1 project | /r/EmuDev | 4 Apr 2023
    So I've been on the fringes of understanding and writing an emulator for a while and decided to take the plunge with a CHIP8 emulator since it's well understood and a good starting point. I'm writing in C# and I've implemented most things to get it working however when I run This test ROM my output seems to stop at AX. I've tried debugging but I can't really see anything wrong with the code so I'm wondering if anyone has seen this issue before and might know what would cause this in general terms.
  • Help in Debugging Chip-8
    2 projects | /r/EmuDev | 28 Mar 2023
    I was able to get the IBM Logo working(although the position of the logo is not consistent) but when I try to run this test rom, I get a flickering sprite and a bunch of 0x0000 Opcodes.
  • How to debug Chip8
    1 project | /r/EmuDev | 9 Nov 2022
    Hi, I am a total newbie in emulator development. I implemented a Chip8 emulator in JavaScript, finished it, with unit tests. However, when I load a test rom from https://github.com/corax89/chip8-test-rom the display looks jumbled instead of what supposed to be (in that README on that repo).
  • Chip8 test ROM showing not showing correct things.
    4 projects | /r/EmuDev | 17 Sep 2022
    It may help to know that that first one isn't testing what it says it's testing: https://github.com/corax89/chip8-test-rom/pull/9
  • Cowgod's Chip-8 Technical Reference
    7 projects | news.ycombinator.com | 4 Sep 2022
    For anyone looking to write a CHIP-8 emulator, Matt Mikolay's writeup is less ambiguous:

    https://github.com/mattmikolay/chip-8/wiki/CHIP%E2%80%908-Te...

    If you want to target the original Cosmac VIP behavior, corax89's test ROM is good:

    https://github.com/corax89/chip8-test-rom

  • In what order should I implement the CHIP-8 instructions?
    2 projects | /r/EmuDev | 16 Aug 2022
    I probably did them in numerical order, although it might be useful to pick a test ROM (second option) and implement instructions in the order they're used in that ROM.
  • This happen to anyone else (Chip 8)
    2 projects | /r/EmuDev | 28 Jul 2022
    I have been going through, implementing instruction by instruction and I've been having difficulty with instruction 00EE. When testing it with this test rom and I've been getting an output of this:
  • CHIP-8 emulator behaving strangely
    1 project | /r/EmuDev | 5 Jun 2022
    It's really hard to track down the issue with just this video. Have you tried the test ROM? https://github.com/corax89/chip8-test-rom
  • What is the Chip8 tutorial/guide you started with?
    1 project | /r/EmuDev | 17 Apr 2022
    Also, this ROM is very useful to ensure you handle opcodes correctly

chip8-test-suite

Posts with mentions or reviews of chip8-test-suite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-08.
  • Show HN: Fortran Chip-8 Interpreter
    2 projects | news.ycombinator.com | 8 Jan 2024
    This is my first emulator. It is still missing a few bells and whistles like the sound timer, but otherwise it passes the basic tests from Timendus (https://github.com/Timendus/chip8-test-suite). I've also been thinking about making a Fortran dialect suitable for CHIP-8 (https://fortran-lang.discourse.group/t/fortran-chip-8-interp...).
  • Beginner, intermediate, and advanced c programming projects
    5 projects | /r/C_Programming | 9 Dec 2023
    Here is a reddit threadfor documentation resources and apparently the r/EmuDev discord has even more. Personally i used wikipedia and youtube to understand what it was & what it should look like (i remember still not getting it at first) and then Cowgod's Chip-8 Technical Reference as main reference for implementing the Instructions and overall architecture (beware that some instructions are missing key details about flag updating and other stuff another source will need to be used). Then the Chip8-test-suite by Tim Franssen was a godsend for the debugging phase. (you can go to Octo and try out some Chip8 games first if you want) also download some game-roms for testing.
  • CHIP-8 test suite v4.1 released
    1 project | /r/EmuDev | 15 Nov 2023
  • Chip 9 (impossible opcodes?)
    1 project | /r/EmuDev | 28 May 2023
    Oh and with "test ROMs" I didn't mean "test with more ROMs", but use ROMs that are actually meant for testing 😉 See for example https://github.com/Timendus/chip8-test-suite
  • CHIP-8 Emulator in Golang and WebAssembly
    2 projects | /r/EmuDev | 21 May 2023
    The emulator still has issues but it is largely usable. It passes most of the tests in test ROMs that I have found, in particular the ones here. It also has a simple debugger that actually helped me find issues in my implementation.
  • Weird Horizontal Offset In My Chip-8 Emulator Display
    2 projects | /r/EmuDev | 20 Apr 2023
    thanks alot man! i'll now run the roms in chip8-test-suite...
  • CHIP-8 test suite version 4.0 is out
    1 project | /r/EmuDev | 11 Apr 2023
  • CHIP-8 test suite version 4.0 has just been released!
    1 project | /r/chip8 | 11 Apr 2023
  • [Chip8] Screen gets wacky after splash screen
    2 projects | /r/EmuDev | 30 Dec 2022
    If you're at this point in the chip8 process, you may be able to run something like https://github.com/Timendus/chip8-test-suite to identify some common issues such as forgetting to set a flag or doing arithmetic operations slightly wrong. Maybe one of these common issues is the culprit.
  • Chip8 test ROM showing not showing correct things.
    4 projects | /r/EmuDev | 17 Sep 2022
    I'd recommend trying this test ROM instead: https://github.com/Timendus/chip8-test-suite

What are some alternatives?

When comparing chip8-test-rom and chip8-test-suite you can also consider the following projects:

beep - A little package that brings sound to any Go application. Suitable for playback and audio-processing.

Octo - A Chip8 IDE

DEBUG8 - CHIP-8 debugger

chip8 - A Chip8 emulator written in Go

jaxe - A fully-featured, cross platform XO-CHIP/S-CHIP/CHIP-8 emulator written in C and SDL.

chip8-test-rom - Chip8 / SChip Test ROM

chip8Archive - A repository of community-submitted Chip8 programs and their metadata

chip-8_documentation - A collection of documentation on the CHIP-8 and related

chip8 - Simple chip8 interpreter and debugger written in C++

Pixel - A hand-crafted 2D game library in Go

chip8-book - An introduction to Chip-8 emulation using Rust