diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/emu/video/cdp1862.c | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/emu/video/cdp1862.c')
-rw-r--r-- | src/emu/video/cdp1862.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/cdp1862.c b/src/emu/video/cdp1862.c index a749f3f175f..60589f9f4d7 100644 --- a/src/emu/video/cdp1862.c +++ b/src/emu/video/cdp1862.c @@ -80,7 +80,7 @@ inline void cdp1862_device::initialize_palette() //------------------------------------------------- cdp1862_device::cdp1862_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, CDP1862, "CDP1862", tag, owner, clock) + : device_t(mconfig, CDP1862, "CDP1862", tag, owner, clock) { } |