summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc1500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pc1500.cpp')
-rw-r--r--src/mame/drivers/pc1500.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/pc1500.cpp b/src/mame/drivers/pc1500.cpp
index e3b4549d955..8b5da041bb6 100644
--- a/src/mame/drivers/pc1500.cpp
+++ b/src/mame/drivers/pc1500.cpp
@@ -35,6 +35,9 @@ public:
{
}
+ void pc1500(machine_config &config);
+
+private:
required_device<cpu_device> m_maincpu;
required_device<upd1990a_device> m_rtc;
@@ -54,7 +57,6 @@ public:
DECLARE_READ8_MEMBER( pc1500_kb_r );
DECLARE_PALETTE_INIT(pc1500);
- void pc1500(machine_config &config);
void pc1500_mem(address_map &map);
void pc1500_mem_io(address_map &map);
};