mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
hdc9234: Make CLANG happier. (nw)
This commit is contained in:
parent
73ad0b3169
commit
79cfcf76dc
@ -2637,7 +2637,7 @@ void hdc9234_device::live_run_until(attotime limit)
|
|||||||
*/
|
*/
|
||||||
void hdc9234_device::live_run_hd_until(attotime limit)
|
void hdc9234_device::live_run_hd_until(attotime limit)
|
||||||
{
|
{
|
||||||
int slot = 0;
|
// int slot = 0;
|
||||||
logerror("%s: live_run_hd\n", tag());
|
logerror("%s: live_run_hd\n", tag());
|
||||||
|
|
||||||
if (m_live_state.state == IDLE || m_live_state.next_state != -1)
|
if (m_live_state.state == IDLE || m_live_state.next_state != -1)
|
||||||
|
@ -168,7 +168,7 @@ private:
|
|||||||
// Timers to delay execution/completion of commands */
|
// Timers to delay execution/completion of commands */
|
||||||
emu_timer *m_timer;
|
emu_timer *m_timer;
|
||||||
emu_timer *m_cmd_timer;
|
emu_timer *m_cmd_timer;
|
||||||
emu_timer *m_live_timer;
|
// emu_timer *m_live_timer;
|
||||||
|
|
||||||
// Timer callback
|
// Timer callback
|
||||||
void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
|
void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
|
||||||
|
Loading…
Reference in New Issue
Block a user