diff options
Diffstat (limited to 'src/devices/cpu/m6502/st2204.cpp')
-rw-r--r-- | src/devices/cpu/m6502/st2204.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/m6502/st2204.cpp b/src/devices/cpu/m6502/st2204.cpp index 88b421c3b2c..df85fb5d695 100644 --- a/src/devices/cpu/m6502/st2204.cpp +++ b/src/devices/cpu/m6502/st2204.cpp @@ -23,6 +23,9 @@ Emulation is largely based on documentation for the ST2202, which has similar though somewhat lesser capabilities. + Reverse-engineered documentation for SS2204's internal registers: + http://blog.kevtris.org/blogfiles/Game%20King%20Inside.txt + **********************************************************************/ #include "emu.h" |