Platform Z80TVGame - z88dk/z88dk GitHub Wiki

Hardware summary

  • Z80 @ 4 Mhz
  • 16k RAM, 8k VRAM
  • 32k cartridge supports
  • Single joystick
  • 1 bit sound
  • Custom B&W graphics

Classic library support (+z80tvgame)

  • Native console output
  • Native console input
  • ANSI vt100 engine
  • Generic console
    • Redefinable font
    • UDG support
    • Paper colour
    • Ink colour
    • Inverse attribute
    • Bold attribute
    • Underline attribute
  • Lores graphics
  • Hires graphics
  • PSG sound
  • One bit sound
  • Inkey driver
  • Hardware joystick
  • File I/O
  • Interrupts
  • RS232

Compilation

zcc +z80tvgame file.c -create-app

A .rom file is created suitable for loading into an emulator

Background

This target is a home-brew console designed and built by Mr Isizu.

Links