summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/kaypro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/kaypro.h')
-rw-r--r--src/mame/includes/kaypro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/kaypro.h b/src/mame/includes/kaypro.h
index 2e66840954b..5bc400af0e4 100644
--- a/src/mame/includes/kaypro.h
+++ b/src/mame/includes/kaypro.h
@@ -80,6 +80,7 @@ private:
DECLARE_WRITE_LINE_MEMBER(fdc_drq_w);
u8 kaypro_videoram_r(offs_t offset);
void kaypro_videoram_w(offs_t offset, u8 data);
+ static void floppy_formats(format_registration &fr);
void kaypro_palette(palette_device &palette) const;
uint32_t screen_update_kayproii(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);