diff options
Diffstat (limited to 'src/mame/includes/zerozone.h')
-rw-r--r-- | src/mame/includes/zerozone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/zerozone.h b/src/mame/includes/zerozone.h index de5cb27c7da..02b400a5066 100644 --- a/src/mame/includes/zerozone.h +++ b/src/mame/includes/zerozone.h @@ -46,6 +46,8 @@ public: uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); void zerozone(machine_config &config); + void main_map(address_map &map); + void sound_map(address_map &map); protected: // driver_device overrides |