summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/timex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/timex.h')
-rw-r--r--src/mame/includes/timex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/timex.h b/src/mame/includes/timex.h
index 590d98e8d18..f1a51eb7425 100644
--- a/src/mame/includes/timex.h
+++ b/src/mame/includes/timex.h
@@ -62,7 +62,7 @@ private:
uint32_t screen_update_ts2068(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_WRITE_LINE_MEMBER(screen_vblank_timex);
- DECLARE_DEVICE_IMAGE_LOAD_MEMBER(timex_cart);
+ DECLARE_DEVICE_IMAGE_LOAD_MEMBER(cart_load);
int m_dock_cart_type, m_ram_chunks;
memory_region *m_dock_crt;