summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/ql.c')
-rw-r--r--src/mess/drivers/ql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/ql.c b/src/mess/drivers/ql.c
index f234779fe38..dfb19dbecb7 100644
--- a/src/mess/drivers/ql.c
+++ b/src/mess/drivers/ql.c
@@ -176,7 +176,7 @@ WRITE8_MEMBER( ql_state::write )
}
if (offset >= 0x20000 && offset < 0x40000)
{
- m_zx8301->data_w(space, offset & 0x1ffff, data);
+ m_zx8301->data_w(space, offset & 0x1ffff, data);
}
if (m_qimi_enabled)
{