summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb8795.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/mb8795.cpp')
-rw-r--r--src/devices/machine/mb8795.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb8795.cpp b/src/devices/machine/mb8795.cpp
index a427780578e..bf3aadba660 100644
--- a/src/devices/machine/mb8795.cpp
+++ b/src/devices/machine/mb8795.cpp
@@ -4,7 +4,7 @@
#include "emu.h"
#include "mb8795.h"
-const device_type MB8795 = &device_creator<mb8795_device>;
+const device_type MB8795 = device_creator<mb8795_device>;
DEVICE_ADDRESS_MAP_START(map, 8, mb8795_device)
AM_RANGE(0x0, 0x0) AM_READWRITE(txstat_r, txstat_w)