summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/kc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/kc.c')
-rw-r--r--src/mess/machine/kc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/kc.c b/src/mess/machine/kc.c
index 3fb642e2f73..b9dc221a0a2 100644
--- a/src/mess/machine/kc.c
+++ b/src/mess/machine/kc.c
@@ -24,7 +24,7 @@ struct kcc_header
/* now type name that has appeared! */
/* load snapshot */
-QUICKLOAD_LOAD(kc)
+QUICKLOAD_LOAD_MEMBER( kc_state,kc)
{
kc_state *state = image.device().machine().driver_data<kc_state>();
UINT8 *data;