summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/cpc/cpc_pds.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/emu/bus/cpc/cpc_pds.c
parentc4e9058ee26841baae4c0fd51e081949747d5f48 (diff)
Cleanups and version bump
Diffstat (limited to 'src/emu/bus/cpc/cpc_pds.c')
-rw-r--r--src/emu/bus/cpc/cpc_pds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/cpc/cpc_pds.c b/src/emu/bus/cpc/cpc_pds.c
index 6e2a4b14685..5cf78675728 100644
--- a/src/emu/bus/cpc/cpc_pds.c
+++ b/src/emu/bus/cpc/cpc_pds.c
@@ -17,7 +17,7 @@ const device_type CPC_PDS = &device_creator<cpc_pds_device>;
static MACHINE_CONFIG_FRAGMENT( cpc_pds )
- MCFG_DEVICE_ADD("pio", Z80PIO, XTAL_4MHz) // no clock on the PCB, so will presume that it uses the CPC's clock
+ MCFG_DEVICE_ADD("pio", Z80PIO, XTAL_4MHz) // no clock on the PCB, so will presume that it uses the CPC's clock
// no pass-through seen on remake PCBs, unknown if actual hardware had a pass-through port or not
MACHINE_CONFIG_END