Platform HueblerGrafikMC - z88dk/z88dk GitHub Wiki

Hardware summary

  • U880 @ 1.5Mhz
  • 48k contiguous RAM
  • B&W 256x256 pixel display

Classic library support (+hgmc)

  • 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

This is a relatively bare-bones machine.

Compilation

zcc +hgmc program.c -create-app

This will create a KCC file that can be loaded with the jkcemu emulator.

Once loaded, enter the following command to run:

GO 0000

Graphics

High-resolution graphics are available at 256x256 pixels.

Links