summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nokia_3310.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nokia_3310.cpp')
-rw-r--r--src/mame/drivers/nokia_3310.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/nokia_3310.cpp b/src/mame/drivers/nokia_3310.cpp
index b7bc6672b6f..afa83f973b2 100644
--- a/src/mame/drivers/nokia_3310.cpp
+++ b/src/mame/drivers/nokia_3310.cpp
@@ -12,11 +12,14 @@
// if anybody has solid information to aid in the emulation of this (or other phones) please contribute.
#include "emu.h"
+
#include "cpu/arm7/arm7.h"
#include "cpu/arm7/arm7core.h"
#include "machine/intelfsh.h"
#include "video/pcd8544.h"
+
#include "debugger.h"
+#include "screen.h"
#define LOG_MAD2_REGISTER_ACCESS (0)