mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
gen_latch reset latch_written at reset through function instead of directly
This commit is contained in:
parent
ee326eb740
commit
b8c49dbf9d
@ -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);
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user