diff options
| author | gbc dev <gbc@localhost> | 2026-07-17 01:08:48 +0200 |
|---|---|---|
| committer | gbc dev <gbc@localhost> | 2026-07-17 01:08:48 +0200 |
| commit | c714fc8927c454b5cf4735429b4cc9cde7aa5760 (patch) | |
| tree | 7148b668750ae3cbb3e5b6c87723526e3e28ed35 /tools/gbshot.py | |
| parent | main: options-first CLI with --help, and wire up display/boot flags (diff) | |
| download | sl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.tar.gz sl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.tar.xz sl0pboy-c714fc8927c454b5cf4735429b4cc9cde7aa5760.zip | |
rebrand: gbc -> sl0pboy (binary, README, tooling)
Diffstat (limited to 'tools/gbshot.py')
| -rw-r--r-- | tools/gbshot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gbshot.py b/tools/gbshot.py index 95a45f1..8604c39 100644 --- a/tools/gbshot.py +++ b/tools/gbshot.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """gbshot.py <sock> <out.bmp> — reconstruct the current GB screen from VRAM (BG + window + sprites, both CGB banks) and save a 24-bit BMP. Grayscale from -the 2bpp tile values (enough to read menus/sprites). Uses the gbc control socket.""" +the 2bpp tile values (enough to read menus/sprites). Uses the sl0pboy control socket.""" import socket, sys, struct def main(): |
