From d049176e8cdb8e8285b5fffa8b6b9d0239184ffb Mon Sep 17 00:00:00 2001 From: Alexander Tsidaev Date: Sun, 31 Jul 2016 23:11:12 +0500 Subject: [PATCH] zx128: adding Disciple lowlevel functions prototypes and libz80 reference --- Kernel/platform-zx128/disciple.h | 8 ++++++++ Kernel/platform-zx128/fuzix.lnk | 1 + 2 files changed, 9 insertions(+) create mode 100644 Kernel/platform-zx128/disciple.h 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 -- 2.34.1