summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gamecom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gamecom.h')
-rw-r--r--src/mame/includes/gamecom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/gamecom.h b/src/mame/includes/gamecom.h
index cd1dfda724a..3c297f8e685 100644
--- a/src/mame/includes/gamecom.h
+++ b/src/mame/includes/gamecom.h
@@ -251,8 +251,8 @@ private:
TIMER_CALLBACK_MEMBER(gamecom_scanline);
DECLARE_WRITE8_MEMBER( gamecom_handle_dma );
DECLARE_WRITE8_MEMBER( gamecom_update_timers );
- DECLARE_DEVICE_IMAGE_LOAD_MEMBER( gamecom_cart1 );
- DECLARE_DEVICE_IMAGE_LOAD_MEMBER( gamecom_cart2 );
+ DECLARE_DEVICE_IMAGE_LOAD_MEMBER( cart1_load );
+ DECLARE_DEVICE_IMAGE_LOAD_MEMBER( cart2_load );
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void gamecom_mem_map(address_map &map);