summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/skeleton/consola_emt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/skeleton/consola_emt.cpp')
-rw-r--r--src/mame/skeleton/consola_emt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/skeleton/consola_emt.cpp b/src/mame/skeleton/consola_emt.cpp
index e85c8760ca7..d13f5a3a0fc 100644
--- a/src/mame/skeleton/consola_emt.cpp
+++ b/src/mame/skeleton/consola_emt.cpp
@@ -24,7 +24,7 @@
#include "emu.h"
#include "cpu/i86/i186.h"
-#include "cpu/mcs51/mcs51.h"
+#include "cpu/mcs51/i80c52.h"
#include "machine/msm6242.h"
#include "machine/z80scc.h"
#include "video/hd44780.h"