mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 17:08:34 +02:00
22 lines
799 B
Markdown
22 lines
799 B
Markdown
# 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
|