summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/lpc.c')
-rw-r--r--src/emu/machine/lpc.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/emu/machine/lpc.c b/src/emu/machine/lpc.c
new file mode 100644
index 00000000000..7921542adf1
--- /dev/null
+++ b/src/emu/machine/lpc.c
@@ -0,0 +1,7 @@
+#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)
+{
+}
+