heathkit/tlb.cpp: Added missing call to base class reset for heath_imaginator_tlb_device. (#11757)

This commit is contained in:
Mark Garlanger 2023-11-18 11:43:44 -06:00 committed by GitHub
parent a8015550ce
commit 72300f1ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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