summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m3.cpp')
-rw-r--r--src/mame/drivers/m3.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/m3.cpp b/src/mame/drivers/m3.cpp
index 1bc918fe29a..6e19a193b83 100644
--- a/src/mame/drivers/m3.cpp
+++ b/src/mame/drivers/m3.cpp
@@ -14,6 +14,7 @@ From disassembly: chips: Z80, 6845, 8251, 2x 8255, Z80CTC
#include "emu.h"
#include "cpu/z80/z80.h"
#include "video/mc6845.h"
+#include "emupal.h"
#include "screen.h"
class m3_state : public driver_device