summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/elf.h')
-rw-r--r--src/mame/includes/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/elf.h b/src/mame/includes/elf.h
index 97264b016b5..1c7991fd80a 100644
--- a/src/mame/includes/elf.h
+++ b/src/mame/includes/elf.h
@@ -57,7 +57,7 @@ private:
DECLARE_WRITE_LINE_MEMBER( da_w );
template <unsigned N> DECLARE_WRITE8_MEMBER( digit_w ) { m_7segs[N] = data; }
- DECLARE_QUICKLOAD_LOAD_MEMBER( elf );
+ DECLARE_QUICKLOAD_LOAD_MEMBER( quickload_cb );
void elf2_io(address_map &map);
void elf2_mem(address_map &map);