inder.cpp: WIP. Fixed dipswitches. Machines are all playable.

This commit is contained in:
Robbbert 2021-12-05 03:37:08 +11:00
parent b0a7a139d8
commit bdf5a367c3
2 changed files with 802 additions and 770 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;
}