An open API service indexing awesome lists of open source software.

https://github.com/hacktix/bullygb

A modular Gameboy test framework and a lot of potentially emulator-breaking test cases.
https://github.com/hacktix/bullygb

Last synced: 11 months ago
JSON representation

A modular Gameboy test framework and a lot of potentially emulator-breaking test cases.

Awesome Lists containing this project

README

          

![logo](./logo.png)

![GitHub](https://img.shields.io/github/license/Hacktix/BullyGB?style=for-the-badge)![GitHub Release Date](https://img.shields.io/github/release-date/Hacktix/BullyGB?label=Latest%20Release&style=for-the-badge)![GitHub last commit](https://img.shields.io/github/last-commit/Hacktix/BullyGB?style=for-the-badge)![GitHub repo size](https://img.shields.io/github/repo-size/Hacktix/BullyGB?style=for-the-badge)

## What's this?

BullyGB is a fully modular Gameboy testing framework allowing for easy creation of hardware tests. Additionally, it comes with a load of test cases, ranging from easy-to-pass to very intricate and special-edge-case behavior.

## Can I contribute?

Sure! Everything you need to know is written in the `src/tests.asm` file. An explicit contributing guidelines file will be added soon(tm).

## What test cases are there?

Have a look at the [Wiki](https://github.com/Hacktix/BullyGB/wiki) where all tests are listed and documented.