From: Alexander Tsidaev Date: Sun, 31 Jul 2016 18:11:12 +0000 (+0500) Subject: zx128: adding Disciple lowlevel functions prototypes and libz80 reference X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d049176e8cdb8e8285b5fffa8b6b9d0239184ffb;p=FUZIX.git zx128: adding Disciple lowlevel functions prototypes and libz80 reference --- diff --git a/Kernel/platform-zx128/disciple.h b/Kernel/platform-zx128/disciple.h new file mode 100644 index 00000000..cf39254f --- /dev/null +++ b/Kernel/platform-zx128/disciple.h @@ -0,0 +1,8 @@ +#ifndef __DISCIPLE_DOT_H__ +#define __DISCIPLE_DOT_H__ + +/* low level interface */ +uint16_t fd_reset(uint8_t *driveptr); +uint16_t fd_operation(uint8_t *driveptr); + +#endif /* __DISCIPLE_DOT_H__ */ diff --git a/Kernel/platform-zx128/fuzix.lnk b/Kernel/platform-zx128/fuzix.lnk index 77e4ab6b..2fc2f137 100644 --- a/Kernel/platform-zx128/fuzix.lnk +++ b/Kernel/platform-zx128/fuzix.lnk @@ -6,6 +6,7 @@ -b _CODE2=0xC000 -b _CODE3=0xDB00 -b _DISCARD=0x8000 +-l z80 platform-zx128/crt0.rel platform-zx128/commonmem.rel platform-zx128/zx128.rel