H file cleanup (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-09-24 17:21:40 +00:00
parent 2179b76816
commit 74bd86121b
5 changed files with 0 additions and 14 deletions

View File

@ -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 );

View File

@ -248,7 +248,4 @@ public:
TIMER_CALLBACK_MEMBER(fm77av_vsync);
};
/*----------- defined in video/fm7.c -----------*/
TIMER_CALLBACK( fm77av_vsync );
#endif /*FM7_H_*/

View File

@ -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_ */

View File

@ -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 -----------*/

View File

@ -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 );