summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs51/mcs51.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-05-01 20:27:50 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-05-01 20:27:50 +0200
commitbe67262fc21f75d40dead90256c0ec3142be7b12 (patch)
tree4013158c275962acd59cd78df4932dc117efa0a7 /src/devices/cpu/mcs51/mcs51.cpp
parent66d0dd3d8255ae33a5a28455a540c71c032a11e9 (diff)
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Diffstat (limited to 'src/devices/cpu/mcs51/mcs51.cpp')
-rw-r--r--src/devices/cpu/mcs51/mcs51.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/mcs51/mcs51.cpp b/src/devices/cpu/mcs51/mcs51.cpp
index f0b0a1d3723..6723abefe37 100644
--- a/src/devices/cpu/mcs51/mcs51.cpp
+++ b/src/devices/cpu/mcs51/mcs51.cpp
@@ -1343,7 +1343,7 @@ void mcs51_cpu_device::i8051_set_serial_rx_callback(read8_delegate rx_func)
#define OPHANDLER( _name ) void mcs51_cpu_device::_name (UINT8 r)
-#include "mcs51ops.inc"
+#include "mcs51ops.hxx"
void mcs51_cpu_device::execute_op(UINT8 op)