Pierre Muller c88873cd46 Add missing Makefile for h68units, testinsight and wasm-oi packages 11 months ago
..
examples e571bd8693 h68units: added an initial version of an IOCS API unit with some graphics related calls, and an example program using it 1 year ago
namespaced 6f7d2136c6 h68units: new h68kutil unit, with various constans for now. more to come. 1 year ago
src 6f7d2136c6 h68units: new h68kutil unit, with various constans for now. more to come. 1 year ago
Makefile c88873cd46 Add missing Makefile for h68units, testinsight and wasm-oi packages 11 months ago
README.md 1cea95e8e0 h68units: also credit Federico Roviralta for his X68K related work 1 year ago
fpmake.pp 6f7d2136c6 h68units: new h68kutil unit, with various constans for now. more to come. 1 year ago

README.md

Human 68k Units

This directory contains OS API units for Human68k, which is an MSDOS-alike operating system developed by Hudson Soft, running on the Sharp X68000 series of computers. They're sometimes called the "Japanese Amiga", due to their Motorola 68000 processor and strong custom chipset for graphics.

This package is named "h68units" instead of "h68kunits" due to the 8.3 limitations of the original platform.

The code in this package is based on code and information found in the GCC and newlib ports for Human68k by Lyderic "Lydux" Maillet, and is available at:

https://github.com/Lydux

Some of the Pascal examples are inspired by code (C) Federico Roviralta under the GPLv2 license. Additional examples in C language are available at:

https://github.com/FedericoTech/X68KTutorials