From 74bd86121b3a315432a13d4b1553b254bb519ef5 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 24 Sep 2012 17:21:40 +0000 Subject: [PATCH] H file cleanup (no whatsnew) --- src/mame/includes/vectrex.h | 1 - src/mess/includes/fm7.h | 3 --- src/mess/includes/samcoupe.h | 3 --- src/mess/includes/x1.h | 1 - src/mess/includes/x68k.h | 6 ------ 5 files changed, 14 deletions(-) diff --git a/src/mame/includes/vectrex.h b/src/mame/includes/vectrex.h index fe39a1e10fd..c4a51061497 100644 --- a/src/mame/includes/vectrex.h +++ b/src/mame/includes/vectrex.h @@ -83,7 +83,6 @@ public: /*----------- defined in machine/vectrex.c -----------*/ DEVICE_IMAGE_LOAD( vectrex_cart ); -TIMER_CALLBACK(vectrex_imager_eye); void vectrex_configuration(running_machine &machine); DECLARE_READ8_DEVICE_HANDLER (vectrex_via_pa_r); DECLARE_READ8_DEVICE_HANDLER(vectrex_via_pb_r ); diff --git a/src/mess/includes/fm7.h b/src/mess/includes/fm7.h index 271a15390d9..ddee2c4247f 100644 --- a/src/mess/includes/fm7.h +++ b/src/mess/includes/fm7.h @@ -248,7 +248,4 @@ public: TIMER_CALLBACK_MEMBER(fm77av_vsync); }; -/*----------- defined in video/fm7.c -----------*/ -TIMER_CALLBACK( fm77av_vsync ); - #endif /*FM7_H_*/ diff --git a/src/mess/includes/samcoupe.h b/src/mess/includes/samcoupe.h index 0be6ec6b588..04e66933eae 100644 --- a/src/mess/includes/samcoupe.h +++ b/src/mess/includes/samcoupe.h @@ -99,7 +99,4 @@ void samcoupe_irq(device_t *device, UINT8 src); void samcoupe_update_memory(address_space &space); UINT8 samcoupe_mouse_r(running_machine &machine); -/*----------- defined in video/samcoupe.c -----------*/ -TIMER_CALLBACK( sam_video_update_callback ); - #endif /* SAMCOUPE_H_ */ diff --git a/src/mess/includes/x1.h b/src/mess/includes/x1.h index 1e4c19c2c2a..98398095ea4 100644 --- a/src/mess/includes/x1.h +++ b/src/mess/includes/x1.h @@ -209,7 +209,6 @@ public: /*----------- shared with x1twin.c -----------*/ TIMER_DEVICE_CALLBACK(x1_keyboard_callback); -TIMER_CALLBACK(x1_rtc_increment); TIMER_DEVICE_CALLBACK( x1_cmt_wind_timer ); /*----------- defined in machine/x1.c -----------*/ diff --git a/src/mess/includes/x68k.h b/src/mess/includes/x68k.h index 1fbe2e38755..d320f2ffd8c 100644 --- a/src/mess/includes/x68k.h +++ b/src/mess/includes/x68k.h @@ -299,12 +299,6 @@ TIMER_CALLBACK(mfp_timer_d_callback); #endif /*----------- defined in video/x68k.c -----------*/ - -TIMER_CALLBACK(x68k_crtc_raster_irq); -TIMER_CALLBACK(x68k_crtc_vblank_irq); -TIMER_CALLBACK(x68k_hsync); - - DECLARE_READ16_HANDLER( x68k_spritereg_r ); DECLARE_WRITE16_HANDLER( x68k_spritereg_w ); DECLARE_READ16_HANDLER( x68k_spriteram_r );