summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ti85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/ti85.cpp')
-rw-r--r--src/mame/machine/ti85.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/ti85.cpp b/src/mame/machine/ti85.cpp
index dd8e23dc6bd..9bba11de994 100644
--- a/src/mame/machine/ti85.cpp
+++ b/src/mame/machine/ti85.cpp
@@ -1216,7 +1216,7 @@ void ti85_state::ti86_setup_snapshot (uint8_t * data)
m_interrupt_speed = 0x03;
}
-SNAPSHOT_LOAD_MEMBER( ti85_state, ti8x )
+SNAPSHOT_LOAD_MEMBER(ti85_state::snapshot_cb)
{
int expected_snapshot_size = 0;
std::vector<uint8_t> ti8x_snapshot_data;