summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hunter2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hunter2.cpp')
-rw-r--r--src/mame/drivers/hunter2.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/mame/drivers/hunter2.cpp b/src/mame/drivers/hunter2.cpp
index 1657975efd0..fa4c0713aad 100644
--- a/src/mame/drivers/hunter2.cpp
+++ b/src/mame/drivers/hunter2.cpp
@@ -21,15 +21,18 @@
****************************************************************************/
#include "emu.h"
+#include "bus/rs232/rs232.h"
#include "cpu/z80/z80.h"
-#include "video/hd61830.h"
+#include "machine/bankdev.h"
#include "machine/mm58274c.h"
-#include "rendlay.h"
-#include "sound/speaker.h"
#include "machine/nsc810.h"
-#include "bus/rs232/rs232.h"
#include "machine/nvram.h"
-#include "machine/bankdev.h"
+#include "sound/spkrdev.h"
+#include "video/hd61830.h"
+#include "rendlay.h"
+#include "screen.h"
+#include "speaker.h"
+
class hunter2_state : public driver_device
{