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 7c5966c7a01..dad968322fe 100644
--- a/src/mame/includes/lynx.h
+++ b/src/mame/includes/lynx.h
@@ -189,7 +189,7 @@ private:
TIMER_CALLBACK_MEMBER(lynx_uart_loopback_timer);
TIMER_CALLBACK_MEMBER(lynx_uart_timer);
void lynx_postload();
- DECLARE_DEVICE_IMAGE_LOAD_MEMBER( lynx_cart );
+ DECLARE_DEVICE_IMAGE_LOAD_MEMBER(cart_load);
uint8_t lynx_read_ram(uint16_t address);
void lynx_write_ram(uint16_t address, uint8_t data);
inline void lynx_plot_pixel(const int mode, const int16_t x, const int y, const int color);