summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/macpci.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-01-11 07:32:46 +0000
commit0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch)
tree234109de1123b13f217494af4b3f8efad346d5cc /src/mess/drivers/macpci.c
parent111157ca09a9ff60fe4a9ba49173c315e94314fa (diff)
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/drivers/macpci.c')
-rw-r--r--src/mess/drivers/macpci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/macpci.c b/src/mess/drivers/macpci.c
index 4b9fc5515b5..2134b91561f 100644
--- a/src/mess/drivers/macpci.c
+++ b/src/mess/drivers/macpci.c
@@ -100,8 +100,8 @@ struct cdrom_interface pippin_cdrom =
static const cuda_interface mac_cuda_interface =
{
- DEVCB_DRIVER_LINE_MEMBER(macpci_state, cuda_reset_w),
- DEVCB_DRIVER_LINE_MEMBER(macpci_state, cuda_adb_linechange_w)
+ DEVCB_DRIVER_LINE_MEMBER(macpci_state, cuda_reset_w),
+ DEVCB_DRIVER_LINE_MEMBER(macpci_state, cuda_adb_linechange_w)
};
static MACHINE_CONFIG_START( pippin, macpci_state )
@@ -138,7 +138,7 @@ static MACHINE_CONFIG_START( pippin, macpci_state )
MCFG_VIA6522_ADD("via6522_0", C7M/10, pcimac_via6522_intf)
// MCFG_SCC8530_ADD("scc", C7M, line_cb_t(FUNC(macpci_state::set_scc_interrupt), static_cast<macpci_state *>(owner)))
- MCFG_CUDA_ADD(CUDA_341S0060, mac_cuda_interface)
+ MCFG_CUDA_ADD(CUDA_341S0060, mac_cuda_interface)
MCFG_QUANTUM_PERFECT_CPU("maincpu")
MACHINE_CONFIG_END