Platform KramerMC - z88dk/z88dk GitHub Wiki

Hardware summary

  • U880 @ 1.5Mhz
  • B&W 64x16 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.

Compilation

zcc +kramermc program.c -create-app

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

Graphics

A very lores 64x16 graphics mode is supported.

Links