summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/evpc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/evpc.cpp')
-rw-r--r--src/devices/bus/ti99_peb/evpc.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/bus/ti99_peb/evpc.cpp b/src/devices/bus/ti99_peb/evpc.cpp
index d8b3bc79934..fe049d02036 100644
--- a/src/devices/bus/ti99_peb/evpc.cpp
+++ b/src/devices/bus/ti99_peb/evpc.cpp
@@ -38,6 +38,9 @@
#include "emu.h"
#include "evpc.h"
+#include "speaker.h"
+
+
#define EVPC_CRU_BASE 0x1400
#define TRACE_ADDRESS 0
@@ -477,4 +480,4 @@ machine_config_constructor snug_enhanced_video_device::device_mconfig_additions(
return MACHINE_CONFIG_NAME( ti99_evpc );
}
-const device_type TI99_EVPC = &device_creator<snug_enhanced_video_device>;
+const device_type TI99_EVPC = device_creator<snug_enhanced_video_device>;