diff options
author | 2019-11-03 17:58:32 -0500 | |
---|---|---|
committer | 2019-11-03 17:58:32 -0500 | |
commit | fb72f2f7642dd94bb196adbf6f2c645562414902 (patch) | |
tree | b76ec1cf3bf1f470e210b8296dee88d5ba2fb1c6 | |
parent | db15a9f46e238bbb9bf20744822cfa47cfb89d2a (diff) |
st2204: Add link to Kevtris's documentation (nw)
-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" |