summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/tatsumi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/tatsumi.c')
-rw-r--r--src/mame/machine/tatsumi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/tatsumi.c b/src/mame/machine/tatsumi.c
index 4f24e987a9a..7fc38bee72c 100644
--- a/src/mame/machine/tatsumi.c
+++ b/src/mame/machine/tatsumi.c
@@ -159,7 +159,7 @@ WRITE16_MEMBER(tatsumi_state::roundup_v30_z80_w)
if (ACCESSING_BITS_0_7)
{
if (m_control_word & 0x20)
- offset += 0x8000; /* Upper half of Z80 address &space */
+ offset += 0x8000; /* Upper half of Z80 address space */
targetspace.write_byte(offset, data & 0xff);
}