summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/northbridge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/lpci/northbridge.cpp')
-rw-r--r--src/devices/bus/lpci/northbridge.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/lpci/northbridge.cpp b/src/devices/bus/lpci/northbridge.cpp
index 7b69334b688..a2b9314b40a 100644
--- a/src/devices/bus/lpci/northbridge.cpp
+++ b/src/devices/bus/lpci/northbridge.cpp
@@ -13,8 +13,8 @@
// GLOBAL VARIABLES
//**************************************************************************
-northbridge_device::northbridge_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, uint32_t clock, const char *shortname, const char *source)
- : device_t(mconfig, type, name, tag, owner, clock, shortname, source),
+northbridge_device::northbridge_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock)
+ : device_t(mconfig, type, tag, owner, clock),
m_maincpu(*this, ":maincpu"),
m_ram(*this, ":" RAM_TAG)
{