diff options
Diffstat (limited to 'src/mame/includes/phoenix.h')
-rw-r--r-- | src/mame/includes/phoenix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/includes/phoenix.h b/src/mame/includes/phoenix.h index 9fb42207c03..fe69834d0ea 100644 --- a/src/mame/includes/phoenix.h +++ b/src/mame/includes/phoenix.h @@ -45,6 +45,9 @@ public: void phoenix(machine_config &config); void survival(machine_config &config); void pleiads(machine_config &config); + void phoenix_memory_map(address_map &map); + void pleiads_memory_map(address_map &map); + void survival_memory_map(address_map &map); protected: required_device<cpu_device> m_maincpu; optional_device<pleiads_sound_device> m_pleiads_custom; |