diff options
| author | gbc dev <gbc@localhost> | 2026-07-15 23:44:28 +0200 |
|---|---|---|
| committer | gbc dev <gbc@localhost> | 2026-07-15 23:44:28 +0200 |
| commit | 24a015ff047d4b7bb955ba4bc61d5793d7492878 (patch) | |
| tree | ebaf323a5c530400c81f9ce13db828e9bf6b35e1 /tools | |
| parent | control: video frame capture + deterministic input-movie replay (diff) | |
| download | sl0pboy-24a015ff047d4b7bb955ba4bc61d5793d7492878.tar.gz sl0pboy-24a015ff047d4b7bb955ba4bc61d5793d7492878.tar.xz sl0pboy-24a015ff047d4b7bb955ba4bc61d5793d7492878.zip | |
serial: headless mode tying serial port to stdio for OS debugging
- --headless: no rendering/TUI; serial TX -> stdout, RX <- stdin (nonblocking)
- generalize serial: serial_out_fd/serial_in_fd on the GB; internal-clock
transfer now shifts in a real RX byte (from stdin) instead of always 0xFF
- paced to native speed by default, --uncapped for turbo; pipes/scripts cleanly
- README: document headless serial console
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/__pycache__/gbhud.cpython-314.pyc | bin | 18060 -> 0 bytes |
| -rw-r--r-- | tools/__pycache__/gbmovie.cpython-314.pyc | bin | 0 -> 6699 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/tools/__pycache__/gbhud.cpython-314.pyc b/tools/__pycache__/gbhud.cpython-314.pyc Binary files differdeleted file mode 100644 index 3097503..0000000 --- a/tools/__pycache__/gbhud.cpython-314.pyc +++ /dev/null diff --git a/tools/__pycache__/gbmovie.cpython-314.pyc b/tools/__pycache__/gbmovie.cpython-314.pyc Binary files differnew file mode 100644 index 0000000..ebe547c --- /dev/null +++ b/tools/__pycache__/gbmovie.cpython-314.pyc |
