summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/ql.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:14:55 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-07-22 06:14:55 +0000
commit5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch)
tree59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/mess/drivers/ql.c
parentc4e9058ee26841baae4c0fd51e081949747d5f48 (diff)
Cleanups and version bump
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)
{