diff options
Diffstat (limited to 'src/devices/cpu/m6502/deco16.cpp')
-rw-r--r-- | src/devices/cpu/m6502/deco16.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/m6502/deco16.cpp b/src/devices/cpu/m6502/deco16.cpp index 87e5a256400..ae99a32418d 100644 --- a/src/devices/cpu/m6502/deco16.cpp +++ b/src/devices/cpu/m6502/deco16.cpp @@ -6,6 +6,9 @@ 6502, reverse-engineered DECO variant + Note that the "DECO CPU16" is not in fact a CPU in itself, but a custom + bus controller with protection features used with a standard 6502. + ***************************************************************************/ #include "emu.h" |