fpc/packages/h68units
2024-08-28 09:21:24 +00:00
..
examples h68units: added an initial version of an IOCS API unit with some graphics related calls, and an example program using it 2024-07-22 00:53:10 +02:00
namespaced h68units: new h68kutil unit, with various constans for now. more to come. 2024-07-30 15:08:31 +02:00
src h68units: new h68kutil unit, with various constans for now. more to come. 2024-07-30 15:08:31 +02:00
fpmake.pp h68units: new h68kutil unit, with various constans for now. more to come. 2024-07-30 15:08:31 +02:00
Makefile Add missing Makefile for h68units, testinsight and wasm-oi packages 2024-08-28 09:21:24 +00:00
README.md h68units: also credit Federico Roviralta for his X68K related work 2024-07-30 15:08:31 +02:00

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