summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/wd_fdc.h
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2012-12-01 14:57:19 +0000
committer Olivier Galibert <galibert@pobox.com>2012-12-01 14:57:19 +0000
commit251f44d15aa86673e7cd34989f53659cee948079 (patch)
tree86e0619736c6875809e11475531d630144209040 /src/emu/machine/wd_fdc.h
parentbce74a2c7312078a14009e8af176f5e5a61a9be7 (diff)
wd_fdc: Interrupt on ready support [O. Galibert]
Diffstat (limited to 'src/emu/machine/wd_fdc.h')
-rw-r--r--src/emu/machine/wd_fdc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/machine/wd_fdc.h b/src/emu/machine/wd_fdc.h
index e31f164d3f1..1a07f225a09 100644
--- a/src/emu/machine/wd_fdc.h
+++ b/src/emu/machine/wd_fdc.h
@@ -384,6 +384,7 @@ private:
void spinup();
void index_callback(floppy_image_device *floppy, int state);
+ void ready_callback(floppy_image_device *floppy, int state);
bool sector_matches() const;
bool is_ready();