summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/c64_sw8k.c
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2012-10-25 16:56:12 +0000
committer Curt Coder <curtcoder@mail.com>2012-10-25 16:56:12 +0000
commitc60f93be948c9443aff0cdac0fcb8a35b57fd4cd (patch)
tree9c03f217ef037902970e93844798f38cf9c01fc0 /src/mess/machine/c64_sw8k.c
parent2fe5db642f1855930897eb0efaa749e6020b41d0 (diff)
(MESS) mos6566: Added BA/AEC outputs in preparation for 6502 RDY support, and implemented light pen trigger. (nw)
Diffstat (limited to 'src/mess/machine/c64_sw8k.c')
-rw-r--r--src/mess/machine/c64_sw8k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/c64_sw8k.c b/src/mess/machine/c64_sw8k.c
index 54f0755bfbf..33c9f459f87 100644
--- a/src/mess/machine/c64_sw8k.c
+++ b/src/mess/machine/c64_sw8k.c
@@ -102,7 +102,7 @@ void c64_switchable_8k_cartridge_device::device_reset()
// c64_cd_r - cartridge data read
//-------------------------------------------------
-UINT8 c64_switchable_8k_cartridge_device::c64_cd_r(address_space &space, offs_t offset, UINT8 data, int ba, int roml, int romh, int io1, int io2)
+UINT8 c64_switchable_8k_cartridge_device::c64_cd_r(address_space &space, offs_t offset, UINT8 data, int sphi2, int ba, int roml, int romh, int io1, int io2)
{
if (!roml)
{