summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taxidriv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taxidriv.cpp')
-rw-r--r--src/mame/drivers/taxidriv.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/taxidriv.cpp b/src/mame/drivers/taxidriv.cpp
index b811df8009c..b36d5dcfae8 100644
--- a/src/mame/drivers/taxidriv.cpp
+++ b/src/mame/drivers/taxidriv.cpp
@@ -12,10 +12,13 @@ OTHER: 5 * M5L8255AP
***************************************************************************/
#include "emu.h"
+#include "includes/taxidriv.h"
+
#include "cpu/z80/z80.h"
#include "machine/i8255.h"
-#include "includes/taxidriv.h"
#include "sound/ay8910.h"
+#include "screen.h"
+#include "speaker.h"
void taxidriv_state::machine_start()