summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/ie15/ie15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/ie15/ie15.cpp')
-rw-r--r--src/devices/cpu/ie15/ie15.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/cpu/ie15/ie15.cpp b/src/devices/cpu/ie15/ie15.cpp
index eeebbe2cd4c..9da2a0f03eb 100644
--- a/src/devices/cpu/ie15/ie15.cpp
+++ b/src/devices/cpu/ie15/ie15.cpp
@@ -1,9 +1,11 @@
// license:BSD-3-Clause
// copyright-holders:Sergey Svishchev
#include "emu.h"
-#include "debugger.h"
#include "ie15.h"
+#include "debugger.h"
+
+
//**************************************************************************
// MACROS
//**************************************************************************
@@ -19,7 +21,7 @@
//**************************************************************************
// device type definition
-const device_type IE15 = &device_creator<ie15_device>;
+const device_type IE15 = device_creator<ie15_device>;
//**************************************************************************
// DEVICE INTERFACE