Platform Special - z88dk/z88dk GitHub Wiki

Специалист - Specialist Hardware summary

  • MHB 8080A @ ~2Mhz
  • 36k contiguous RAM
  • 12k VRAM giving 384 x 256 resolution

Classic library support (+special)

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

This target is incomplete

A Z80 clone existed too, the model name was "Erik"

Compilation

zcc +special program.c -create-app

A rks file is created suitable for loading into the Emu80 emulator.

The file can be loaded into Emu80 by issuing the following command:

R

Select the file to load and wait.

Once loaded, some information will be displayed on screen showing the start address, end address and checksum. Once that is displayed, start the program by entering:

G0000

Links