summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/littlerb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/littlerb.cpp')
-rw-r--r--src/mame/drivers/littlerb.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mame/drivers/littlerb.cpp b/src/mame/drivers/littlerb.cpp
index 52bafd6cd9f..7e17e2abc02 100644
--- a/src/mame/drivers/littlerb.cpp
+++ b/src/mame/drivers/littlerb.cpp
@@ -8,9 +8,6 @@ David Haywood
*/
-#define littlerb_printf logerror
-#define littlerb_alt_printf logerror
-
/*
Notes:
@@ -71,6 +68,10 @@ Dip sw.2
#include "machine/inder_vid.h"
#include "sound/dac.h"
#include "sound/volt_reg.h"
+#include "speaker.h"
+
+#define littlerb_printf logerror
+#define littlerb_alt_printf logerror
class littlerb_state : public driver_device
{