summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/poly88.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/poly88.c')
-rw-r--r--src/mess/drivers/poly88.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/poly88.c b/src/mess/drivers/poly88.c
index ad014fa7c6e..137159f62bd 100644
--- a/src/mess/drivers/poly88.c
+++ b/src/mess/drivers/poly88.c
@@ -198,7 +198,7 @@ static MACHINE_CONFIG_START( poly88, poly88_state )
MCFG_SERIAL_SOURCE_ADD("sercas")
/* snapshot */
- MCFG_SNAPSHOT_ADD("snapshot", poly88, "img", 0)
+ MCFG_SNAPSHOT_ADD("snapshot", poly88_state, poly88, "img", 0)
MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( poly8813, poly88 )