diff options
| -rw-r--r-- | src/devices/machine/gt64xxx.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/gt64xxx.cpp b/src/devices/machine/gt64xxx.cpp index 0850a280e7b..0d50a37729f 100644 --- a/src/devices/machine/gt64xxx.cpp +++ b/src/devices/machine/gt64xxx.cpp @@ -236,6 +236,8 @@ void gt64xxx_device::device_start() void gt64xxx_device::device_register_save(save_registrar &save) { + pci_host_device::device_register_save(save); + // Save states save.reg(NAME(m_pci_stall_state)) .reg(NAME(m_retry_count)) |
