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/m6502/m6509.cpp | |
parent | 66d0dd3d8255ae33a5a28455a540c71c032a11e9 (diff) |
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Diffstat (limited to 'src/devices/cpu/m6502/m6509.cpp')
-rw-r--r-- | src/devices/cpu/m6502/m6509.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m6509.cpp b/src/devices/cpu/m6502/m6509.cpp index ec21e4c725c..d5a82a11fde 100644 --- a/src/devices/cpu/m6502/m6509.cpp +++ b/src/devices/cpu/m6502/m6509.cpp @@ -145,4 +145,4 @@ UINT8 m6509_device::mi_6509_nd::read_arg(UINT16 adr) return res; } -#include "cpu/m6502/m6509.inc" +#include "cpu/m6502/m6509.hxx" |