summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hp9845.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hp9845.h')
-rw-r--r--src/mame/includes/hp9845.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/hp9845.h b/src/mame/includes/hp9845.h
index ce3dc54bac2..fbb47ff4b39 100644
--- a/src/mame/includes/hp9845.h
+++ b/src/mame/includes/hp9845.h
@@ -61,6 +61,8 @@ public:
DECLARE_INPUT_CHANGED_MEMBER(togglekey_changed);
void hp9845_base(machine_config &config);
+ void global_mem_map(address_map &map);
+ void ppu_io_map(address_map &map);
protected:
required_device<hp_5061_3001_cpu_device> m_lpu;
required_device<hp_5061_3001_cpu_device> m_ppu;