summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs/compumat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs/compumat.cpp')
-rw-r--r--src/devices/bus/vcs/compumat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vcs/compumat.cpp b/src/devices/bus/vcs/compumat.cpp
index b5e90744688..304dbbf3403 100644
--- a/src/devices/bus/vcs/compumat.cpp
+++ b/src/devices/bus/vcs/compumat.cpp
@@ -13,7 +13,7 @@
#include "emu.h"
#include "compumat.h"
-const device_type A26_ROM_COMPUMATE = &device_creator<a26_rom_cm_device>;
+const device_type A26_ROM_COMPUMATE = device_creator<a26_rom_cm_device>;
a26_rom_cm_device::a26_rom_cm_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)