summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/elf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/elf.c')
-rw-r--r--src/mess/drivers/elf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/elf.c b/src/mess/drivers/elf.c
index 71dbb322d05..1f9a1e16c58 100644
--- a/src/mess/drivers/elf.c
+++ b/src/mess/drivers/elf.c
@@ -277,7 +277,7 @@ static DM9368_INTERFACE( led_l_intf )
DEVCB_NULL
};
-static QUICKLOAD_LOAD( elf )
+QUICKLOAD_LOAD_MEMBER( elf2_state, elf )
{
elf2_state *state = image.device().machine().driver_data<elf2_state>();
@@ -314,7 +314,7 @@ static MACHINE_CONFIG_START( elf2, elf2_state )
/* devices */
MCFG_CASSETTE_ADD("cassette", elf_cassette_interface)
- MCFG_QUICKLOAD_ADD("quickload", elf, "bin", 0)
+ MCFG_QUICKLOAD_ADD("quickload", elf2_state, elf, "bin", 0)
/* internal ram */
MCFG_RAM_ADD(RAM_TAG)