aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)Author
2026-07-18demo: boot the SL0PBOY-forked BIOS in the README gifuser
2026-07-18demo: boot through the CGB BIOS + double-speed ROM in the README gifuser
2026-07-18tools: gbdemo - scripted, screen-synced demo driver (+ the README demo)user
2026-07-18term: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize ircuser
2026-07-18tools: gbtype prints hub errors to stderr and exits 1user
2026-07-17gbhub: control socket + gbtype to inject shell input without the OSKuser
2026-07-17gbhub: make GB drops attributable, not spookyuser
2026-07-17tools: gbhub --daemon + gbjoin - interactive multi-Game-Boy networkinguser
2026-07-17tools: gbhub - many Game Boys on one network (DHCP pool + inter-GB routing)user
2026-07-17net: DHCP client - lease the IP at boot instead of hardcoding ituser
2026-07-17net: keep network packets out of the console (fixes shell garbage on netboot)user
2026-07-17tools: netboot - interactive networked emulator (TUN + NAT + --serial-sock)user
2026-07-17net: real routed IP via SLIP<->TUN bridge (you can *ping* a Game Boy)user
2026-07-17net: IP stack milestone B - UDP echo (pseudo-header checksum)user
2026-07-17net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy)user
2026-07-17net: chat client - async receive + OSK send over the link portuser
2026-07-17net: wget - real HTTP over the link port via the gatewayuser
2026-07-17net: SLIP framing over the link port + a host gateway (echo round-trip)user
2026-07-16font: full mixed-case + punctuation glyph set (not uppercase-only)user
2026-07-16term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user