diff options
author | 2016-05-01 20:27:50 +0200 | |
---|---|---|
committer | 2016-05-01 20:27:50 +0200 | |
commit | be67262fc21f75d40dead90256c0ec3142be7b12 (patch) | |
tree | 4013158c275962acd59cd78df4932dc117efa0a7 /src/devices/cpu/lh5801 | |
parent | 66d0dd3d8255ae33a5a28455a540c71c032a11e9 (diff) |
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Diffstat (limited to 'src/devices/cpu/lh5801')
-rw-r--r-- | src/devices/cpu/lh5801/5801tbl.hxx (renamed from src/devices/cpu/lh5801/5801tbl.inc) | 0 | ||||
-rw-r--r-- | src/devices/cpu/lh5801/lh5801.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/lh5801/5801tbl.inc b/src/devices/cpu/lh5801/5801tbl.hxx index 98a8d7b1d02..98a8d7b1d02 100644 --- a/src/devices/cpu/lh5801/5801tbl.inc +++ b/src/devices/cpu/lh5801/5801tbl.hxx diff --git a/src/devices/cpu/lh5801/lh5801.cpp b/src/devices/cpu/lh5801/lh5801.cpp index 76902136c29..efdb959080d 100644 --- a/src/devices/cpu/lh5801/lh5801.cpp +++ b/src/devices/cpu/lh5801/lh5801.cpp @@ -77,7 +77,7 @@ lh5801_cpu_device::lh5801_cpu_device(const machine_config &mconfig, const char * /*************************************************************** * include the opcode macros, functions and tables ***************************************************************/ -#include "5801tbl.inc" +#include "5801tbl.hxx" void lh5801_cpu_device::device_start() { |