summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/rax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/rax.h')
-rw-r--r--src/mame/audio/rax.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/audio/rax.h b/src/mame/audio/rax.h
index a5ef5079061..7937523ddce 100644
--- a/src/mame/audio/rax.h
+++ b/src/mame/audio/rax.h
@@ -39,6 +39,9 @@ public:
TIMER_DEVICE_CALLBACK_MEMBER( dma_timer_callback );
+ void adsp_data_map(address_map &map);
+ void adsp_io_map(address_map &map);
+ void adsp_program_map(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;