diff options
author | 2018-08-25 17:35:06 -0400 | |
---|---|---|
committer | 2018-08-25 17:35:06 -0400 | |
commit | e78658f85a0a730f008b4ed1a40104553af0a1b0 (patch) | |
tree | 465e56785a6f61c2375bb6b3bd80dca3af6427b7 /src/devices/cpu/m6502/deco16.cpp | |
parent | e5201416560d46c36fdbb2d20bbae67587506fdf (diff) |
deco16: Important hardware note (nw)
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" |