mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
small DEVICE_START cleanup (nw)
This commit is contained in:
parent
fbc449fa6b
commit
75b944768b
@ -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)
|
||||||
|
@ -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()
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
|
@ -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
|
||||||
//-------------------------------------------------
|
//-------------------------------------------------
|
||||||
|
@ -212,8 +212,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
//static DEVICE_START(x1_daisy){}
|
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
*
|
*
|
||||||
* Video Functions
|
* Video Functions
|
||||||
|
@ -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()
|
||||||
|
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user