summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/segas32.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-10-15 23:11:47 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-10-15 23:11:47 -0400
commit3e6734da05c8867b625a3b23126a91d71de301fe (patch)
treee618dc518aacf78adcb67f52be010d90739b0beb /src/mame/drivers/segas32.cpp
parenta08fb6b38d217284e5b23bad570711f5e580567f (diff)
cxd1095: Default clock to 0 (nw)
Diffstat (limited to 'src/mame/drivers/segas32.cpp')
-rw-r--r--src/mame/drivers/segas32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/segas32.cpp b/src/mame/drivers/segas32.cpp
index ea44ff4282d..6d62f2fe8ca 100644
--- a/src/mame/drivers/segas32.cpp
+++ b/src/mame/drivers/segas32.cpp
@@ -2582,7 +2582,7 @@ void segas32_cd_state::device_add_mconfig(machine_config &config)
scsi.set_slot_device(1, "cdrom", SCSICD, DEVICE_INPUT_DEFAULTS_NAME(SCSI_ID_0));
scsi.slot(1).set_option_machine_config("cdrom", cdrom_config);
- cxd1095_device &cxdio(CXD1095(config, "cxdio", 0));
+ cxd1095_device &cxdio(CXD1095(config, "cxdio"));
cxdio.out_porta_cb().set(FUNC(segas32_cd_state::lamps1_w));
cxdio.out_portb_cb().set(FUNC(segas32_cd_state::lamps2_w));
cxdio.in_portd_cb().set_constant(0xff); // Ports C-E used for IEEE-488 printer interface