summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/upscope.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/upscope.cpp')
-rw-r--r--src/mame/drivers/upscope.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mame/drivers/upscope.cpp b/src/mame/drivers/upscope.cpp
index 5753608dde1..3b28d895628 100644
--- a/src/mame/drivers/upscope.cpp
+++ b/src/mame/drivers/upscope.cpp
@@ -27,13 +27,17 @@
#include "emu.h"
#include "includes/amiga.h"
+
#include "cpu/m68000/m68000.h"
+#include "machine/amigafdc.h"
#include "machine/i8255.h"
#include "machine/nvram.h"
-#include "machine/amigafdc.h"
+
#include "speaker.h"
+namespace {
+
class upscope_state : public amiga_state
{
public:
@@ -373,6 +377,8 @@ void upscope_state::init_upscope()
subdevice<nvram_device>("nvram")->set_base(m_nvram, sizeof(m_nvram));
}
+} // anonymous namespace
+
/*************************************