summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/a2softcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a2bus/a2softcard.h')
-rw-r--r--src/devices/bus/a2bus/a2softcard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/a2bus/a2softcard.h b/src/devices/bus/a2bus/a2softcard.h
index e206cc805ae..de2ee0e220b 100644
--- a/src/devices/bus/a2bus/a2softcard.h
+++ b/src/devices/bus/a2bus/a2softcard.h
@@ -41,8 +41,8 @@ private:
bool m_bEnabled;
bool m_FirstZ80Boot;
- DECLARE_READ8_MEMBER( dma_r );
- DECLARE_WRITE8_MEMBER( dma_w );
+ uint8_t dma_r(offs_t offset);
+ void dma_w(offs_t offset, uint8_t data);
void z80_mem(address_map &map);
};