summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/m6502.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/m6502.cpp')
-rw-r--r--src/devices/cpu/m6502/m6502.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m6502.cpp b/src/devices/cpu/m6502/m6502.cpp
index a6bf400151c..4f18eda7c14 100644
--- a/src/devices/cpu/m6502/m6502.cpp
+++ b/src/devices/cpu/m6502/m6502.cpp
@@ -723,4 +723,4 @@ WRITE_LINE_MEMBER( m6502_device::nmi_line )
set_input_line( M6502_NMI_LINE, state );
}
-#include "cpu/m6502/m6502.inc"
+#include "cpu/m6502/m6502.hxx"