Skip to content

nihirash/ZXYLib

 
 

Repository files navigation

ZXYLib

C Library for ZX Spectrum with ZX-Uno special functions.

Contents in the src folder:

  • textUtils.h, .c: Utils for displaying text and setting colors.
  • esxdos.h, .c: Functions for accesing the SD card: get drive, open, stat, sync, delete, write or read to/from file, open and read directory, get/set CWD, get/set current file pos (seek).
  • zxuno.h, .c: Register definitions, millis() time function
  • uart.h, .c: Read/write to the ZX-Uno UART configured to 115200 bauds
  • fileDialog.h, .c: Open a file dialog (normal zx text screen/menu) to select a file from the SD card.
  • graphics.h, .c: ZX Spectrum normal graphic mode functions.
  • radas.h, .c: ZX-Uno Radastan graphic mode functions.
  • turbo.h, .c: ZX-Uno Turbo modes management.

About

C Library for ZX Spectrum with ZX-Uno special functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.6%
  • JavaScript 4.8%
  • Makefile 3.5%
  • Other 0.1%