mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
heathkit/tlb.cpp: Added missing call to base class reset for heath_imaginator_tlb_device. (#11757)
This commit is contained in:
parent
a8015550ce
commit
72300f1ba2
@ -1520,6 +1520,8 @@ void heath_imaginator_tlb_device::device_start()
|
||||
|
||||
void heath_imaginator_tlb_device::device_reset()
|
||||
{
|
||||
heath_tlb_device::device_reset();
|
||||
|
||||
m_mem_map = 1;
|
||||
|
||||
m_mem_view.select(m_mem_map);
|
||||
|
Loading…
Reference in New Issue
Block a user