Platform Vector06c - z88dk/z88dk GitHub Wiki

Вектор-06Ц - Vector06c Hardware summary

  • MHB 8080A @ ~3Mhz
  • 64kk contiguous RAM
  • 32k VRAM giving 256x256 resolution screen with 16 colours.

Classic library support (+vector06c)

  • 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

Compilation

zcc +vector06c program.c -create-app

A rom file is created suitable for loading into the Virtual Vector emulator.

Bootable disc

A bootable disc can be created for programs up-to around 20k can be created with:

zcc +vector06c program.c -subtype=disk -create-app

Insert the disc, wait for the blocks to appear on screen and then press F12 to start the program.

Links