summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2019-06-16 09:01:26 -0400
committer GitHub <noreply@github.com>2019-06-16 09:01:26 -0400
commitfcee46869e314a28b45a64558b2a50ce747e6d6f (patch)
treed90b15403f8e2de41a9be2a608f0ecf60df01cdb
parent65612da2c39cf2536d0dc5cb419533361244d41b (diff)
parentcd5113da370aee3c047ade0d8df2540befdd27d4 (diff)
Merge pull request #5242 from cam900/patch-105
huc6272.cpp : Add docs
-rw-r--r--src/devices/video/huc6272.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/video/huc6272.cpp b/src/devices/video/huc6272.cpp
index 0fe5ec52159..fbf6a6c5726 100644
--- a/src/devices/video/huc6272.cpp
+++ b/src/devices/video/huc6272.cpp
@@ -8,6 +8,9 @@
- Use NSCSI instead of legacy one!
- ADPCM Transfer is correct?
+ ADPCM related patents:
+ - https://patents.google.com/patent/US5692099
+
***************************************************************************/
#include "emu.h"