Platform Robotron Z1013 - marinus-lab/z88dk GitHub Wiki
+z1013
)
Classic library support (- Native console output
- Native console input
- ANSI vt100 engine (text only)
- Generic console
- Redefinable font (KRT)
- UDG support (KRT)
- Paper colour
- Ink colour
- Inverse attribute
- Bold attribute (KRT)
- Underline attribute (KRT)
- Lores graphics (64x64)
- Hires graphics (KRT - 256x256)
- PSG sound
- One bit sound
- Inkey driver
- Hardware joystick
- File I/O
- Interrupts
- RS232
Quick start
zcc +z1013 -lm -o adventure -create-app adv_a.c
--or--
zcc +z1013 -clib=ansi -lm -o adventure -create-app adv_a.c
This command will build a file called "adventure.z80", a binary file suitable to be run on the existing emulators.
Generic console modes
- Mode 0 = 32x32 text
- Mode 1 = 32x32, 256x256px KRT graphics
JKCEMU emulator
Download and build from http://www.jens-mueller.org/jkcemu
To run a ".z80" program use the "Datei/Laden" menu, pick your file and click on "Starten".
KCemu Emulator
To run:
start kcemu -0