summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp700.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hp700.cpp')
-rw-r--r--src/mame/drivers/hp700.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/hp700.cpp b/src/mame/drivers/hp700.cpp
index e51a3f9f1a3..2425fdadf2c 100644
--- a/src/mame/drivers/hp700.cpp
+++ b/src/mame/drivers/hp700.cpp
@@ -21,9 +21,10 @@ public:
{ }
void hp700_92(machine_config &config);
+
+private:
void io_map(address_map &map);
void mem_map(address_map &map);
-private:
required_device<cpu_device> m_maincpu;
required_device<scn2681_device> m_duart;
};