summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/egret.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/egret.cpp')
-rw-r--r--src/mame/machine/egret.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/egret.cpp b/src/mame/machine/egret.cpp
index ee3352fb0ea..4ca3dd6fb3e 100644
--- a/src/mame/machine/egret.cpp
+++ b/src/mame/machine/egret.cpp
@@ -39,9 +39,9 @@
#include "emu.h"
#include "egret.h"
+#include "includes/mac.h"
#include "cpu/m6805/m6805.h"
#include "sound/asc.h"
-#include "includes/mac.h"
//**************************************************************************
// MACROS / CONSTANTS
@@ -53,7 +53,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type EGRET = &device_creator<egret_device>;
+const device_type EGRET = device_creator<egret_device>;
ROM_START( egret )
ROM_REGION(0x4400, EGRET_CPU_TAG, 0)