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