summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/s6a.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/s6a.cpp')
-rw-r--r--src/mame/drivers/s6a.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/s6a.cpp b/src/mame/drivers/s6a.cpp
index ee5581f4819..d1a6eaa0e4b 100644
--- a/src/mame/drivers/s6a.cpp
+++ b/src/mame/drivers/s6a.cpp
@@ -40,12 +40,15 @@ ToDo:
************************************************************************************/
#include "emu.h"
+#include "machine/genpin.h"
+
#include "cpu/m6800/m6800.h"
#include "machine/6821pia.h"
-#include "machine/genpin.h"
#include "sound/dac.h"
#include "sound/hc55516.h"
#include "sound/volt_reg.h"
+#include "speaker.h"
+
#include "s6a.lh"