summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/coco_dcmodem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coco/coco_dcmodem.cpp')
-rw-r--r--src/devices/bus/coco/coco_dcmodem.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/coco/coco_dcmodem.cpp b/src/devices/bus/coco/coco_dcmodem.cpp
index e92068c2703..67c6707e53e 100644
--- a/src/devices/bus/coco/coco_dcmodem.cpp
+++ b/src/devices/bus/coco/coco_dcmodem.cpp
@@ -2,12 +2,12 @@
// copyright-holders:Nathan Woods
/***************************************************************************
- coco_dcmodem.cpp
+ coco_dcmodem.cpp
- Code for emulating the CoCo Direct Connect Modem PAK
+ Code for emulating the CoCo Direct Connect Modem PAK
- This is just a "skeleton device"; the UART is emulated but pretty much
- nothing else
+ This is just a "skeleton device"; the UART is emulated but pretty much
+ nothing else
***************************************************************************/
@@ -17,7 +17,7 @@
/***************************************************************************
- CONSTANTS
+ CONSTANTS
***************************************************************************/
#define UART_TAG "uart"
@@ -78,7 +78,7 @@ namespace
/***************************************************************************
- IMPLEMENTATION
+ IMPLEMENTATION
***************************************************************************/
MACHINE_CONFIG_MEMBER(coco_dc_modem_device::device_add_mconfig)