summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/lpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/lpc.h')
-rw-r--r--src/devices/machine/lpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/lpc.h b/src/devices/machine/lpc.h
index 5b42c66976d..6ade06d03ff 100644
--- a/src/devices/machine/lpc.h
+++ b/src/devices/machine/lpc.h
@@ -7,7 +7,7 @@
class lpc_device : public device_t {
public:
- lpc_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ 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);
virtual void map_device(UINT64 memory_window_start, UINT64 memory_window_end, UINT64 memory_offset, address_space *memory_space,
UINT64 io_window_start, UINT64 io_window_end, UINT64 io_offset, address_space *io_space) = 0;