diff options
author | 2023-07-24 18:25:27 +0200 | |
---|---|---|
committer | 2023-07-24 18:25:27 +0200 | |
commit | 0409e0415107d047e95b15b267ad2575e16d076e (patch) | |
tree | c59b77e519be767268edb58ad808569b146ca015 /src/devices/cpu/m6502/m6509.cpp | |
parent | 5af0650c555edf33d13183f5953096d0512eaaf5 (diff) |
m6502: add 6503 cpu
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 3ffbeda05fc..dd4eca50c83 100644 --- a/src/devices/cpu/m6502/m6509.cpp +++ b/src/devices/cpu/m6502/m6509.cpp @@ -2,7 +2,7 @@ // copyright-holders:Olivier Galibert /*************************************************************************** - m6509.c + m6509.cpp 6502 with banking and extended address bus |