summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/dsp16/dsp16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/dsp16/dsp16.h')
-rw-r--r--src/devices/cpu/dsp16/dsp16.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/dsp16/dsp16.h b/src/devices/cpu/dsp16/dsp16.h
index 5cc6c6a67f2..3f7ae66dd53 100644
--- a/src/devices/cpu/dsp16/dsp16.h
+++ b/src/devices/cpu/dsp16/dsp16.h
@@ -55,8 +55,8 @@ public:
DECLARE_READ_LINE_MEMBER(ose_r) { return m_ose_out; }
// high-level passive parallel I/O handlers
- DECLARE_READ16_MEMBER(pio_r);
- DECLARE_WRITE16_MEMBER(pio_w);
+ u16 pio_r();
+ void pio_w(u16 data);
// parallel I/O outputs
DECLARE_READ_LINE_MEMBER(psel_r) { return m_psel_out; }
@@ -105,7 +105,7 @@ protected:
// for specialisations to override
virtual void external_memory_enable(address_space &space, bool enable) = 0;
- template <offs_t Base> DECLARE_READ16_MEMBER(external_memory_r);
+ template <offs_t Base> u16 external_memory_r(offs_t offset, u16 mem_mask = ~0);
private:
// state registration indices