From 7c19aac60e12d6f5ea301bdb34d7826a01e0b06f Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 8 Nov 2015 12:56:12 +0100 Subject: Rename *.c -> *.cpp in our source (nw) --- src/devices/machine/lpc.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/devices/machine/lpc.cpp (limited to 'src/devices/machine/lpc.cpp') diff --git a/src/devices/machine/lpc.cpp b/src/devices/machine/lpc.cpp new file mode 100644 index 00000000000..afb51435f23 --- /dev/null +++ b/src/devices/machine/lpc.cpp @@ -0,0 +1,8 @@ +// license:BSD-3-Clause +// copyright-holders:Olivier Galibert +#include "lpc.h" + +lpc_device::lpc_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source) : + device_t(mconfig, type, name, tag, owner, clock, shortname, source) +{ +} -- cgit v1.2.3