diff options
Diffstat (limited to 'src/mame/includes/mystwarr.h')
-rw-r--r-- | src/mame/includes/mystwarr.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mame/includes/mystwarr.h b/src/mame/includes/mystwarr.h index b66f539b161..393967e6f4f 100644 --- a/src/mame/includes/mystwarr.h +++ b/src/mame/includes/mystwarr.h @@ -111,4 +111,13 @@ public: void viostorm(machine_config &config); void gaiapols(machine_config &config); void metamrph(machine_config &config); + void dadandrn_map(address_map &map); + void gaiapols_map(address_map &map); + void martchmp_map(address_map &map); + void martchmp_sound_map(address_map &map); + void metamrph_map(address_map &map); + void mystwarr_k054539_map(address_map &map); + void mystwarr_map(address_map &map); + void mystwarr_sound_map(address_map &map); + void viostorm_map(address_map &map); }; |