summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jr100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jr100.cpp')
-rw-r--r--src/mame/drivers/jr100.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/mame/drivers/jr100.cpp b/src/mame/drivers/jr100.cpp
index b5fa3f94cc4..9276ee528af 100644
--- a/src/mame/drivers/jr100.cpp
+++ b/src/mame/drivers/jr100.cpp
@@ -15,12 +15,14 @@
#include "emu.h"
#include "cpu/m6800/m6800.h"
-#include "machine/6522via.h"
#include "imagedev/cassette.h"
-#include "sound/wave.h"
-#include "sound/speaker.h"
-#include "sound/beep.h"
#include "imagedev/snapquik.h"
+#include "machine/6522via.h"
+#include "sound/beep.h"
+#include "sound/spkrdev.h"
+#include "sound/wave.h"
+#include "screen.h"
+#include "speaker.h"
class jr100_state : public driver_device