summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i82439hx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i82439hx.cpp')
-rw-r--r--src/devices/machine/i82439hx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/i82439hx.cpp b/src/devices/machine/i82439hx.cpp
index 9ed288c3346..b1dd2ccd5d7 100644
--- a/src/devices/machine/i82439hx.cpp
+++ b/src/devices/machine/i82439hx.cpp
@@ -3,7 +3,7 @@
#include "emu.h"
#include "i82439hx.h"
-const device_type I82439HX = &device_creator<i82439hx_host_device>;
+const device_type I82439HX = device_creator<i82439hx_host_device>;
DEVICE_ADDRESS_MAP_START(config_map, 32, i82439hx_host_device)
AM_RANGE(0x50, 0x53) AM_READWRITE8(pcon_r, pcon_w, 0x000000ff)