summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apple1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/apple1.c')
-rw-r--r--src/mess/machine/apple1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/machine/apple1.c b/src/mess/machine/apple1.c
index 34cb7c0db06..a444a672423 100644
--- a/src/mess/machine/apple1.c
+++ b/src/mess/machine/apple1.c
@@ -54,9 +54,9 @@
static TIMER_CALLBACK(apple1_kbd_poll);
static TIMER_CALLBACK(apple1_kbd_strobe_end);
-static READ8_DEVICE_HANDLER( apple1_pia0_kbdin );
-static WRITE8_DEVICE_HANDLER( apple1_pia0_dspout );
-static WRITE8_DEVICE_HANDLER( apple1_pia0_dsp_write_signal );
+static DECLARE_READ8_DEVICE_HANDLER( apple1_pia0_kbdin );
+static DECLARE_WRITE8_DEVICE_HANDLER( apple1_pia0_dspout );
+static DECLARE_WRITE8_DEVICE_HANDLER( apple1_pia0_dsp_write_signal );
static TIMER_CALLBACK(apple1_dsp_ready_start);
static TIMER_CALLBACK(apple1_dsp_ready_end);