summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gamecom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gamecom.cpp')
-rw-r--r--src/mame/machine/gamecom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/gamecom.cpp b/src/mame/machine/gamecom.cpp
index 48f08ee9d59..108887651d0 100644
--- a/src/mame/machine/gamecom.cpp
+++ b/src/mame/machine/gamecom.cpp
@@ -650,12 +650,12 @@ image_init_result gamecom_state::common_load(device_image_interface &image, gene
return image_init_result::PASS;
}
-DEVICE_IMAGE_LOAD_MEMBER( gamecom_state, gamecom_cart1 )
+DEVICE_IMAGE_LOAD_MEMBER( gamecom_state::cart1_load )
{
return common_load(image, m_cart1);
}
-DEVICE_IMAGE_LOAD_MEMBER( gamecom_state, gamecom_cart2 )
+DEVICE_IMAGE_LOAD_MEMBER( gamecom_state::cart2_load )
{
return common_load(image, m_cart2);
}