summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/pacman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pacman.h')
-rw-r--r--src/mame/includes/pacman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pacman.h b/src/mame/includes/pacman.h
index 50d7d2fdeda..69fcea02ddf 100644
--- a/src/mame/includes/pacman.h
+++ b/src/mame/includes/pacman.h
@@ -58,7 +58,7 @@ public:
void vanvan_portmap(address_map &map);
void woodpek_map(address_map &map);
void writeport(address_map &map);
-private:
+protected:
optional_device<namco_device> m_namco_sound;
required_device<watchdog_timer_device> m_watchdog;
optional_shared_ptr<uint8_t> m_spriteram;