diff options
| author | 2020-10-04 18:34:59 +0200 | |
|---|---|---|
| committer | 2020-10-04 18:34:59 +0200 | |
| commit | 96f2efd431ac7d3dcf512a9632243f65c4b477eb (patch) | |
| tree | 001323680f7176a815537d91a9f80a519f95d94a /src/devices/bus/vsmile/rom.cpp | |
| parent | c3de337d75c3514006fcd781308744c3c8c2ecac (diff) | |
bus/vsmile/rom.cpp: fixed reported crash
Diffstat (limited to 'src/devices/bus/vsmile/rom.cpp')
| -rw-r--r-- | src/devices/bus/vsmile/rom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vsmile/rom.cpp b/src/devices/bus/vsmile/rom.cpp index ca2780a2725..bc69099d698 100644 --- a/src/devices/bus/vsmile/rom.cpp +++ b/src/devices/bus/vsmile/rom.cpp @@ -52,7 +52,7 @@ void vsmile_rom_device::device_start() save_item(NAME(m_bank_offset)); } -void vsmile_rom_device::device_reset() +void vsmile_rom_device::device_resolve_objects() { m_bank_offset = 0; } |
