Platform Robotron Z1013 - z88dk/z88dk GitHub Wiki

Classic library support (+z1013)

  • Native console output
  • Native console input
  • ANSI vt100 engine (text only)
  • Generic console
    • Redefinable font (KRT)
    • UDG support (KRT)
    • Paper colour
    • Ink colour
    • Inverse attribute
    • Bold attribute (KRT)
    • Underline attribute (KRT)
  • Lores graphics (64x64)
  • Hires graphics (KRT - 256x256)
  • PSG sound
  • One bit sound
  • Inkey driver
  • Hardware joystick
  • File I/O
  • Interrupts
  • RS232

Quick start

zcc +z1013 -lm -o adventure -create-app adv_a.c

--or--

zcc +z1013 -clib=ansi -lm -o adventure -create-app adv_a.c

This command will build a file called "adventure.z80", a binary file suitable to be run on the existing emulators.

Generic console modes

  • Mode 0 = 32x32 text
  • Mode 1 = 32x32, 256x256px KRT graphics

JKCEMU emulator

Download and build from http://www.jens-mueller.org/jkcemu

To run a ".z80" program use the "Datei/Laden" menu, pick your file and click on "Starten".

KCemu Emulator

http://kcemu.sourceforge.net/

To run:

start kcemu -0

Z1013 related WEB Links

The Z1013 at hc-ddr.hucki.net