mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
hdc9234: Make CLANG happier. (nw)
This commit is contained in:
parent
73ad0b3169
commit
79cfcf76dc
@ -2637,9 +2637,9 @@ void hdc9234_device::live_run_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());
|
||||
|
||||
|
||||
if (m_live_state.state == IDLE || m_live_state.next_state != -1)
|
||||
return;
|
||||
|
||||
|
@ -168,7 +168,7 @@ private:
|
||||
// Timers to delay execution/completion of commands */
|
||||
emu_timer *m_timer;
|
||||
emu_timer *m_cmd_timer;
|
||||
emu_timer *m_live_timer;
|
||||
// emu_timer *m_live_timer;
|
||||
|
||||
// Timer callback
|
||||
void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
|
||||
|
Loading…
Reference in New Issue
Block a user