diff options
author | 2012-12-23 21:16:02 +0000 | |
---|---|---|
committer | 2012-12-23 21:16:02 +0000 | |
commit | 7d8aeba37536c0d51a79c712d298bfb97abf4951 (patch) | |
tree | 96eca83c515fcb1005136d3632a77127d0a776ca /src/emu/imagedev/flopdrv.h | |
parent | 216abe665fefe992060c7b41616754a095472665 (diff) |
[APPLE2] Floppy drive cleanups/modernization (nw)
Diffstat (limited to 'src/emu/imagedev/flopdrv.h')
-rw-r--r-- | src/emu/imagedev/flopdrv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/imagedev/flopdrv.h b/src/emu/imagedev/flopdrv.h index a56d09e9a69..c7a1cf28762 100644 --- a/src/emu/imagedev/flopdrv.h +++ b/src/emu/imagedev/flopdrv.h @@ -145,9 +145,6 @@ int floppy_get_count(running_machine &machine); int floppy_get_drive(device_t *image); int floppy_get_drive_by_type(device_t *image,int ftype); -void *flopimg_get_custom_data(device_t *image); -void flopimg_alloc_custom_data(device_t *image,void *custom); - void floppy_drive_set_geometry(device_t *img, floppy_type_t type); /* drive select lines */ |