summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cbm2/hrg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cbm2/hrg.cpp')
-rw-r--r--src/devices/bus/cbm2/hrg.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/bus/cbm2/hrg.cpp b/src/devices/bus/cbm2/hrg.cpp
index 85183f05e6e..cc06bbb7f40 100644
--- a/src/devices/bus/cbm2/hrg.cpp
+++ b/src/devices/bus/cbm2/hrg.cpp
@@ -20,6 +20,7 @@
#include "emu.h"
#include "hrg.h"
+#include "screen.h"
@@ -37,8 +38,8 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type CBM2_HRG_A = &device_creator<cbm2_hrg_a_t>;
-const device_type CBM2_HRG_B = &device_creator<cbm2_hrg_b_t>;
+const device_type CBM2_HRG_A = device_creator<cbm2_hrg_a_t>;
+const device_type CBM2_HRG_B = device_creator<cbm2_hrg_b_t>;
//-------------------------------------------------