summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/cdp1861.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/cdp1861.c')
-rw-r--r--src/emu/video/cdp1861.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/video/cdp1861.c b/src/emu/video/cdp1861.c
index 8509b8d1ed0..05b7dbc3ef8 100644
--- a/src/emu/video/cdp1861.c
+++ b/src/emu/video/cdp1861.c
@@ -16,9 +16,9 @@
// MACROS / CONSTANTS
//**************************************************************************
-#define CDP1861_CYCLES_DMA_START 2*8
-#define CDP1861_CYCLES_DMA_ACTIVE 8*8
-#define CDP1861_CYCLES_DMA_WAIT 6*8
+#define CDP1861_CYCLES_DMA_START 2*8
+#define CDP1861_CYCLES_DMA_ACTIVE 8*8
+#define CDP1861_CYCLES_DMA_WAIT 6*8
@@ -34,7 +34,7 @@ const device_type CDP1861 = &device_creator<cdp1861_device>;
//-------------------------------------------------
cdp1861_device::cdp1861_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
- : device_t(mconfig, CDP1861, "CDP1861", tag, owner, clock)
+ : device_t(mconfig, CDP1861, "CDP1861", tag, owner, clock)
{
}