summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/efdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/efdt.h')
-rw-r--r--src/mame/includes/efdt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/efdt.h b/src/mame/includes/efdt.h
index 347944feb1d..b2e5df50d7e 100644
--- a/src/mame/includes/efdt.h
+++ b/src/mame/includes/efdt.h
@@ -21,6 +21,9 @@ public:
m_vregs2(*this, "vregs2")
{ }
+ void efdt(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
@@ -67,7 +70,6 @@ public:
uint32_t screen_update_efdt(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- void efdt(machine_config &config);
void efdt_map(address_map &map);
void efdt_snd_map(address_map &map);
};