summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/oricext/jasmin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/oricext/jasmin.cpp')
-rw-r--r--src/devices/bus/oricext/jasmin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/oricext/jasmin.cpp b/src/devices/bus/oricext/jasmin.cpp
index f254b676ef5..686ead3cc5d 100644
--- a/src/devices/bus/oricext/jasmin.cpp
+++ b/src/devices/bus/oricext/jasmin.cpp
@@ -4,7 +4,7 @@
#include "jasmin.h"
#include "formats/oric_dsk.h"
-const device_type JASMIN = &device_creator<jasmin_device>;
+const device_type JASMIN = device_creator<jasmin_device>;
ROM_START( jasmin )
ROM_REGION( 0x800, "jasmin", 0 )