https://github.com/mmuszkow/gbprinter
Game Boy Printer test ROM
https://github.com/mmuszkow/gbprinter
Last synced: about 1 month ago
JSON representation
Game Boy Printer test ROM
- Host: GitHub
- URL: https://github.com/mmuszkow/gbprinter
- Owner: mmuszkow
- License: mit
- Created: 2019-08-02T09:58:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T11:02:31.000Z (over 5 years ago)
- Last Synced: 2023-04-24T02:22:34.543Z (about 2 years ago)
- Language: C
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-game-boy-camera-and-game-boy-printer-projects - Game Boy Printer test rom
README
# gbprinter
Game Boy Printer test ROM. Tested on SameBoy & mGBA and on [real hardware](https://github.com/mmuszkow/gbprinter/issues/1).
# Control keys
- arrows: move cursor
- A: add character
- B: backspace
- Start: print
- Select: caps lock# Test pattern
If you want to print a test pattern instead of on-screen text, type `PAT` and press Start.
# Errors
Printing process in progress is indicated by the letter `P` on the left of the screen.
The communication errors will be reported by letter `E` and number of the stage on which printing failed, followed by the returned status code. `FF` status code can mean timeout.
On successfully completed print the preview screen will be cleared.# Protocol
The protocol is well documented at [https://gbdev.io/pandocs/Gameboy_Printer.html](https://gbdev.io/pandocs/Gameboy_Printer.html).
RLE compression is disabled as most of the emulators don't support it.# Screenshots


