diff options
Diffstat (limited to 'src/mess/includes/apple2.h')
-rw-r--r-- | src/mess/includes/apple2.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/includes/apple2.h b/src/mess/includes/apple2.h index f2d46921146..24e4b06e711 100644 --- a/src/mess/includes/apple2.h +++ b/src/mess/includes/apple2.h @@ -264,10 +264,10 @@ void apple2_init_common(running_machine &machine); UINT8 apple2_getfloatingbusvalue(running_machine &machine); -READ8_HANDLER( apple2_c0xx_r ); -WRITE8_HANDLER( apple2_c0xx_w ); -READ8_HANDLER( apple2_c080_r ); -WRITE8_HANDLER( apple2_c080_w ); +DECLARE_READ8_HANDLER( apple2_c0xx_r ); +DECLARE_WRITE8_HANDLER( apple2_c0xx_w ); +DECLARE_READ8_HANDLER( apple2_c080_r ); +DECLARE_WRITE8_HANDLER( apple2_c080_w ); TIMER_DEVICE_CALLBACK( apple2_interrupt ); |