summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/atom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/atom.cpp')
-rw-r--r--src/mame/drivers/atom.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/atom.cpp b/src/mame/drivers/atom.cpp
index bbe9cc57e4f..6df118bd1b6 100644
--- a/src/mame/drivers/atom.cpp
+++ b/src/mame/drivers/atom.cpp
@@ -131,10 +131,10 @@ Hardware: PPIA 8255
***************************************************************************/
/*-------------------------------------------------
- QUICKLOAD_LOAD_MEMBER( atom_state, atom_atm )
+ QUICKLOAD_LOAD_MEMBER(atom_state::quickload_cb)
-------------------------------------------------*/
-QUICKLOAD_LOAD_MEMBER( atom_state, atom_atm )
+QUICKLOAD_LOAD_MEMBER(atom_state::quickload_cb)
{
/*
@@ -758,7 +758,7 @@ MACHINE_CONFIG_START(atom_state::atom)
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_MOTOR_ENABLED | CASSETTE_SPEAKER_ENABLED);
m_cassette->set_interface("atom_cass");
- MCFG_QUICKLOAD_ADD("quickload", atom_state, atom_atm, "atm")
+ QUICKLOAD(config, "quickload", "atm").set_load_callback(FUNC(atom_state::quickload_cb), this);
/* utility rom slot */
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_linear_slot, "atom_cart")