summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lynx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lynx.h')
-rw-r--r--src/mame/includes/lynx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/lynx.h b/src/mame/includes/lynx.h
index fa0efe6b004..7c5966c7a01 100644
--- a/src/mame/includes/lynx.h
+++ b/src/mame/includes/lynx.h
@@ -204,7 +204,7 @@ private:
uint32_t lynx_time_factor(int val);
void lynx_uart_reset();
image_verify_result lynx_verify_cart(char *header, int kind);
- DECLARE_QUICKLOAD_LOAD_MEMBER( lynx );
+ DECLARE_QUICKLOAD_LOAD_MEMBER(quickload_cb);
};