mirror of
https://github.com/holub/mame
synced 2025-06-04 03:46:29 +03:00
inder.cpp: WIP. Fixed dipswitches. Machines are all playable.
This commit is contained in:
parent
b0a7a139d8
commit
bdf5a367c3
File diff suppressed because it is too large
Load Diff
@ -312,6 +312,9 @@ void inderp_state::machine_start()
|
||||
void inderp_state::machine_reset()
|
||||
{
|
||||
genpin_class::machine_reset();
|
||||
for (u8 i = 0; i < m_io_outputs.size(); i++)
|
||||
m_io_outputs[i] = 0;
|
||||
|
||||
m_t_c = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user