summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ettrivia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ettrivia.cpp')
-rw-r--r--src/mame/drivers/ettrivia.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/ettrivia.cpp b/src/mame/drivers/ettrivia.cpp
index bfc700855b1..38a778da095 100644
--- a/src/mame/drivers/ettrivia.cpp
+++ b/src/mame/drivers/ettrivia.cpp
@@ -49,6 +49,9 @@ public:
{
}
+ void ettrivia(machine_config &config);
+
+private:
int m_palreg;
int m_gfx_bank;
int m_question_bank;
@@ -76,7 +79,6 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device_array<ay8912_device, 3> m_ay;
- void ettrivia(machine_config &config);
void cpu_map(address_map &map);
void io_map(address_map &map);
};