gen_latch reset latch_written at reset through function instead of directly

This commit is contained in:
hap 2024-01-05 21:27:08 +01:00
parent ee326eb740
commit b8c49dbf9d

View File

@ -66,7 +66,7 @@ void generic_latch_base_device::init_callback(s32 param)
void generic_latch_base_device::device_reset()
{
m_latch_written = false;
set_latch_written(false);
}
//-------------------------------------------------