fpc/packages/qlunits
2023-07-27 19:04:15 +02:00
..
examples * PChar -> PAnsiChar 2023-07-15 18:22:39 +02:00
namespaced * Dotted filenames for package qlunits 2023-07-27 19:04:15 +02:00
src * Dotted filenames for package qlunits 2023-07-27 19:04:15 +02:00
tests qlunits: added channel definition structures based on C equivalents, added test code 2021-05-22 14:48:00 +00:00
fpmake.pp * Add namespaces.lst 2023-07-27 19:04:09 +02:00
Makefile * Remove redundant Makefile.fpc 2023-07-25 13:01:55 +02:00
namespaces.lst * Dotted filenames for package qlunits 2023-07-27 19:04:15 +02:00
README.txt qlunits: merged a modified version of a patch by Norman Dunbar, defines system variables as a record 2021-05-22 07:30:00 +00:00

This package contains interface units for QDOS, the operating system
of Sinclair QL machines, clones and compatibles.

The following units are available:

    qdos - allows the use of QDOS API directly
    sms - allows the use of SMS API directly
    qlutils - utility functions for better QL API to Pascal interoperability
    qlfloat - utility functions to convert between Pascal numeric types and QLfloats

The following examples are available:

    qlcube - draws a 3D rotating wireframe cube with QDOS drawing functions
    mtinf - example of using the QDOS version of the System Variables
    sms_info - example of using the SMSQ version of the System Variables