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.
- Host: GitHub
- URL: https://github.com/hacktix/bullygb
- Owner: Hacktix
- License: mit
- Created: 2020-12-18T21:34:08.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-26T16:02:49.000Z (over 5 years ago)
- Last Synced: 2025-04-14T05:37:11.824Z (about 1 year ago)
- Language: Assembly
- Homepage:
- Size: 76.2 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


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