summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/a2bus/a2bus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/a2bus/a2bus.h')
-rw-r--r--src/emu/bus/a2bus/a2bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/a2bus/a2bus.h b/src/emu/bus/a2bus/a2bus.h
index f14b1d40354..90ab602607d 100644
--- a/src/emu/bus/a2bus/a2bus.h
+++ b/src/emu/bus/a2bus/a2bus.h
@@ -176,7 +176,7 @@ public:
void recalc_slot_inh() { m_a2bus->recalc_inh(m_slot); }
void set_maincpu_halt(int state) { m_a2bus->set_maincpu_halt(state); }
- // pass through the original address space if any for debugger protection
+ // pass through the original address space if any for debugger protection
// when debugging e.g. coprocessor cards (Z80 SoftCard etc).
UINT8 slot_dma_read(address_space &space, UINT16 offset) { return m_a2bus->dma_r(space, offset); }
void slot_dma_write(address_space &space, UINT16 offset, UINT8 data) { m_a2bus->dma_w(space, offset, data); }