summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/wd17xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/wd17xx.h')
-rw-r--r--src/emu/machine/wd17xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/wd17xx.h b/src/emu/machine/wd17xx.h
index eb66952d68c..28cd57ad5d4 100644
--- a/src/emu/machine/wd17xx.h
+++ b/src/emu/machine/wd17xx.h
@@ -249,8 +249,8 @@ void wd17xx_reset(device_t *device);
/* the following are not strictly part of the wd179x hardware/emulation
but will be put here for now until the flopdrv code has been finalised more */
-void wd17xx_set_drive(device_t *device, UINT8); /* set drive wd179x is accessing */
-void wd17xx_set_side(device_t *device, UINT8); /* set side wd179x is accessing */
+void wd17xx_set_drive(device_t *device, UINT8); /* set drive wd179x is accessing */
+void wd17xx_set_side(device_t *device, UINT8); /* set side wd179x is accessing */
void wd17xx_set_pause_time(device_t *device, int usec); /* default is 40 usec if not set */
void wd17xx_index_pulse_callback(device_t *controller, device_t *img, int state);