small VIDEO_START cleanup (nw)

This commit is contained in:
Oliver Stöneberg 2013-08-04 07:14:26 +00:00
parent a28f756e3d
commit 9fe7280032
11 changed files with 0 additions and 51 deletions

View File

@ -34,7 +34,6 @@ extern DECLARE_WRITE8_HANDLER( md_sms_vdp_data_w );
extern DECLARE_READ8_HANDLER( md_sms_vdp_ctrl_r );
extern DECLARE_WRITE8_HANDLER( md_sms_vdp_ctrl_w );
extern VIDEO_START(sms);
extern SCREEN_VBLANK(sms);
extern DECLARE_READ8_HANDLER( sms_vdp_2_data_r );
extern DECLARE_WRITE8_HANDLER( sms_vdp_2_data_w );

View File

@ -1188,11 +1188,6 @@ SCREEN_VBLANK(sms)
}
VIDEO_START(sms)
{
}
static MACHINE_RESET(sms)
{
md_sms_vdp->sms_scanline_timer->adjust(attotime::zero);
@ -1739,8 +1734,6 @@ MACHINE_CONFIG_START( sms, driver_device )
MCFG_PALETTE_LENGTH(0x200)
MCFG_VIDEO_START(sms)
MCFG_NVRAM_HANDLER( sms )
/* sound hardware */

View File

@ -1044,10 +1044,6 @@ static MC6845_INTERFACE( crtc_intf )
// VIDEO
//**************************************************************************
//-------------------------------------------------
// VIDEO_START( abc1600 )
//-------------------------------------------------
void abc1600_state::video_start()
{
// allocate video RAM

View File

@ -158,10 +158,6 @@ void abc80_state::update_screen(bitmap_rgb32 &bitmap, const rectangle &cliprect)
}
//-------------------------------------------------
// VIDEO_START( abc80 )
//-------------------------------------------------
void abc80_state::video_start()
{
screen_device *screen = machine().device<screen_device>(SCREEN_TAG);

View File

@ -120,10 +120,6 @@ void abc800c_state::hr_update(bitmap_rgb32 &bitmap, const rectangle &cliprect)
}
//-------------------------------------------------
// VIDEO_START( abc800 )
//-------------------------------------------------
void abc800_state::video_start()
{
// register for state saving

View File

@ -202,10 +202,6 @@ static MC6845_INTERFACE( crtc_intf )
};
//-------------------------------------------------
// VIDEO_START( abc802 )
//-------------------------------------------------
void abc802_state::video_start()
{
// register for state saving

View File

@ -455,10 +455,6 @@ void abc806_state::hr_update(bitmap_rgb32 &bitmap, const rectangle &cliprect)
}
//-------------------------------------------------
// VIDEO_START( abc806 )
//-------------------------------------------------
void abc806_state::video_start()
{
// initialize variables

View File

@ -2097,10 +2097,6 @@ static void register_vblank_callback(device_t *device)
FUNC(vblank_state_changed),device) );
}
VIDEO_START( apollo_screen )
{
}
SCREEN_UPDATE_RGB32( apollo_screen )
{
// FIXME: omit using APOLLO_SCREEN_TAG
@ -2122,7 +2118,6 @@ MACHINE_CONFIG_FRAGMENT( apollo_graphics )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(657))
MCFG_SCREEN_SIZE(1024, 800)
MCFG_SCREEN_VISIBLE_AREA(0, 1023, 0, 799)
MCFG_VIDEO_START(apollo_screen)
MCFG_SCREEN_UPDATE_STATIC(apollo_screen)
MACHINE_CONFIG_END
@ -2205,7 +2200,6 @@ MACHINE_CONFIG_FRAGMENT( apollo_mono19i )
MCFG_SCREEN_VBLANK_TIME(ATTOSECONDS_IN_USEC(616))
MCFG_SCREEN_SIZE(1280, 1024)
MCFG_SCREEN_VISIBLE_AREA(0, 1279, 0, 1023)
MCFG_VIDEO_START(apollo_screen)
MCFG_SCREEN_UPDATE_STATIC(apollo_screen)
MACHINE_CONFIG_END

View File

@ -1065,10 +1065,6 @@ WRITE16_MEMBER( st_state::blitter_ctrl_w )
// VIDEO
//**************************************************************************
//-------------------------------------------------
// VIDEO_START( st )
//-------------------------------------------------
void st_state::video_start()
{
m_shifter_timer = timer_alloc(TIMER_SHIFTER_TICK);
@ -1115,10 +1111,6 @@ void st_state::video_start()
}
//-------------------------------------------------
// VIDEO_START( ste )
//-------------------------------------------------
void ste_state::video_start()
{
st_state::video_start();
@ -1128,10 +1120,6 @@ void ste_state::video_start()
save_item(NAME(m_shifter_pixelofs));
}
//-------------------------------------------------
// VIDEO_START( stbook )
//-------------------------------------------------
void stbook_state::video_start()
{
}

View File

@ -6,7 +6,6 @@
#ifndef __VIDHRDW_NEWPORT__
#define __VIDHRDW_NEWPORT__
extern VIDEO_START( newport );
extern SCREEN_UPDATE_RGB32( newport );
struct VC2_t

View File

@ -541,10 +541,6 @@ static MC6845_INTERFACE( crtc_intf )
};
//-------------------------------------------------
// VIDEO_START( pc1512 )
//-------------------------------------------------
void pc1512_state::video_start()
{
// allocate memory