diff options
| author | 2015-07-29 08:34:21 +0200 | |
|---|---|---|
| committer | 2015-07-29 08:34:21 +0200 | |
| commit | 1b452e3bfb48e9c77e705a60ab285c382d457e8a (patch) | |
| tree | ec86ee0e176d53492a6f034a473c728cc6896ad7 /src/emu/machine/wd_fdc.h | |
| parent | b038bdab5ba511f2af2c23e24b3508062a42b3b3 (diff) | |
Cleanups and version bumpmame0164
Diffstat (limited to 'src/emu/machine/wd_fdc.h')
| -rw-r--r-- | src/emu/machine/wd_fdc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/wd_fdc.h b/src/emu/machine/wd_fdc.h index 1aa0e1b13dc..7af735a7bef 100644 --- a/src/emu/machine/wd_fdc.h +++ b/src/emu/machine/wd_fdc.h @@ -179,7 +179,7 @@ public: void hlt_w(bool state); bool enp_r(); - + void index_callback(floppy_image_device *floppy, int state); protected: |
