From 24a015ff047d4b7bb955ba4bc61d5793d7492878 Mon Sep 17 00:00:00 2001 From: gbc dev Date: Wed, 15 Jul 2026 23:44:28 +0200 Subject: 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 --- tools/__pycache__/gbhud.cpython-314.pyc | Bin 18060 -> 0 bytes tools/__pycache__/gbmovie.cpython-314.pyc | Bin 0 -> 6699 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tools/__pycache__/gbhud.cpython-314.pyc create mode 100644 tools/__pycache__/gbmovie.cpython-314.pyc (limited to 'tools/__pycache__') diff --git a/tools/__pycache__/gbhud.cpython-314.pyc b/tools/__pycache__/gbhud.cpython-314.pyc deleted file mode 100644 index 3097503..0000000 Binary files a/tools/__pycache__/gbhud.cpython-314.pyc and /dev/null differ diff --git a/tools/__pycache__/gbmovie.cpython-314.pyc b/tools/__pycache__/gbmovie.cpython-314.pyc new file mode 100644 index 0000000..ebe547c Binary files /dev/null and b/tools/__pycache__/gbmovie.cpython-314.pyc differ -- cgit v1.3.1-sl0p