summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/acesp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/acesp.cpp')
-rw-r--r--src/mame/drivers/acesp.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mame/drivers/acesp.cpp b/src/mame/drivers/acesp.cpp
index 788e25dcccc..cc33ff16dff 100644
--- a/src/mame/drivers/acesp.cpp
+++ b/src/mame/drivers/acesp.cpp
@@ -29,15 +29,16 @@ public:
{ }
void ace_sp(machine_config &config);
+
+ void init_ace_sp();
+ void init_ace_cr();
+
+private:
void ace_sp_map(address_map &map);
void ace_sp_portmap(address_map &map);
-protected:
// devices
required_device<cpu_device> m_maincpu;
-public:
- void init_ace_sp();
- void init_ace_cr();
};