summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/dec_lk201.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/dec_lk201.cpp')
-rw-r--r--src/mame/machine/dec_lk201.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/machine/dec_lk201.cpp b/src/mame/machine/dec_lk201.cpp
index 3e611d1f4e0..30d9203d2f3 100644
--- a/src/mame/machine/dec_lk201.cpp
+++ b/src/mame/machine/dec_lk201.cpp
@@ -107,6 +107,7 @@ ________|D7 |D6 |D5 |D4 |D3 |D2 |D1 |D0
#include "emu.h"
#include "dec_lk201.h"
#include "cpu/m6805/m6805.h"
+#include "speaker.h"
//**************************************************************************
// MACROS / CONSTANTS
@@ -176,7 +177,7 @@ ________|D7 |D6 |D5 |D4 |D3 |D2 |D1 |D0
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type LK201 = &device_creator<lk201_device>;
+const device_type LK201 = device_creator<lk201_device>;
ROM_START( lk201 )
ROM_REGION(0x2000, LK201_CPU_TAG, 0)