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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/elf.h b/src/mame/includes/elf.h
index 1f737576319..0bb07f044b8 100644
--- a/src/mame/includes/elf.h
+++ b/src/mame/includes/elf.h
@@ -64,6 +64,7 @@ public:
DECLARE_QUICKLOAD_LOAD_MEMBER( elf );
// display state
uint8_t m_data;
+ void elf2(machine_config &config);
};
#endif