summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alto2/a2disk.h')
-rw-r--r--src/devices/cpu/alto2/a2disk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/alto2/a2disk.h b/src/devices/cpu/alto2/a2disk.h
index 2bb7f98ce80..167e336d4af 100644
--- a/src/devices/cpu/alto2/a2disk.h
+++ b/src/devices/cpu/alto2/a2disk.h
@@ -74,7 +74,7 @@ TIMER_CALLBACK_MEMBER( disk_seclate ); //!< timer callback to take away
TIMER_CALLBACK_MEMBER( disk_ok_to_run ); //!< timer callback to take away the OK TO RUN pulse (reset)
TIMER_CALLBACK_MEMBER( disk_strobon ); //!< timer callback to pulse the STROBE' signal to the drive
TIMER_CALLBACK_MEMBER( disk_ready_mf31a ); //!< timer callback to change the READY monoflop 31a
-void disk_bitclk(void *ptr, int arg); //!< function to update the disk controller with a new bitclk
+void disk_bitclk(int arg); //!< function to update the disk controller with a new bitclk
void disk_block(int task); //!< called if one of the disk tasks (task_kwd or task_ksec) blocks
void bs_early_read_kstat(); //!< bus source: bus driven by disk status register KSTAT
void bs_early_read_kdata(); //!< bus source: bus driven by disk data register KDATA input