Platform HueblerEvertMC - z88dk/z88dk GitHub Wiki

Hardware summary

  • U880 @ 2.4576Mhz
  • 58k contiguous RAM
  • B&W 64x24 display

Classic library support (+hemc)

  • Native console output
  • Native console input
  • ANSI vt100 engine
  • Generic console
    • Redefinable font
    • UDG support
  • 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. Two serial ports are available but as of yet they aren't supported by z88dk.

Compilation

zcc +hemc 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

A very lores 64x24 graphics mode is supported. The character used for plotting pixels is not complete so vertical lines are "perforated".

Links