small DEVICE_START cleanup (nw)

This commit is contained in:
Oliver Stöneberg 2013-08-03 23:08:21 +00:00
parent fbc449fa6b
commit 75b944768b
8 changed files with 5 additions and 20 deletions

View File

@ -517,7 +517,7 @@ void tms9901_device::device_reset(void)
/*------------------------------------------------- /*-------------------------------------------------
DEVICE_START( tms9901 ) device_start - device-specific startup
-------------------------------------------------*/ -------------------------------------------------*/
void tms9901_device::device_start(void) void tms9901_device::device_start(void)

View File

@ -819,7 +819,7 @@ void tms9902_device::device_reset()
} }
/*------------------------------------------------- /*-------------------------------------------------
DEVICE_START( tms9902 ) device_start - device-specific startup
-------------------------------------------------*/ -------------------------------------------------*/
void tms9902_device::device_start() void tms9902_device::device_start()

View File

@ -26,7 +26,7 @@
* Core software takes care of traversing the netlist in the correct * Core software takes care of traversing the netlist in the correct
* order * order
* *
* DEVICE_START(discrete) - Read Node list, initialise & reset * device_start - Read Node list, initialise & reset
* device_stop - Shutdown discrete sound system * device_stop - Shutdown discrete sound system
* device_reset - Put sound system back to time 0 * device_reset - Put sound system back to time 0
* discrete_stream_update() - This does the real update to the sim * discrete_stream_update() - This does the real update to the sim

View File

@ -869,13 +869,6 @@ void tms5110_device::_speech_rom_set_addr(int addr)
m_speech_rom_bitnum = addr * 8 - 1; m_speech_rom_bitnum = addr * 8 - 1;
} }
/******************************************************************************
DEVICE_START( tms5110 ) -- allocate buffers and reset the 5110
******************************************************************************/
//------------------------------------------------- //-------------------------------------------------
// device_start - device-specific startup // device_start - device-specific startup
//------------------------------------------------- //-------------------------------------------------

View File

@ -1387,12 +1387,6 @@ void tms5220_device::update_ready_state()
} }
/**********************************************************************************************
DEVICE_START( tms5220 ) -- allocate buffers and reset the 5220
***********************************************************************************************/
//------------------------------------------------- //-------------------------------------------------
// device_start - device-specific startup // device_start - device-specific startup
//------------------------------------------------- //-------------------------------------------------

View File

@ -212,8 +212,6 @@
//static DEVICE_START(x1_daisy){}
/************************************* /*************************************
* *
* Video Functions * Video Functions

View File

@ -157,7 +157,7 @@ void mpcc68561_t::device_timer(emu_timer &timer, device_timer_id id, int param,
} }
/*------------------------------------------------- /*-------------------------------------------------
DEVICE_START( mpcc68561 ) device_start - device-specific startup
-------------------------------------------------*/ -------------------------------------------------*/
void mpcc68561_t::device_start() void mpcc68561_t::device_start()

View File

@ -153,7 +153,7 @@ void scc8530_t::device_timer(emu_timer &timer, device_timer_id id, int param, vo
} }
/*------------------------------------------------- /*-------------------------------------------------
DEVICE_START( scc8530 ) device_start - device-specific startup
-------------------------------------------------*/ -------------------------------------------------*/
void scc8530_t::device_start() void scc8530_t::device_start()