diff options
| author | 2012-10-27 12:15:45 +0000 | |
|---|---|---|
| committer | 2012-10-27 12:15:45 +0000 | |
| commit | 4dc8836c7d2e8e3ca2609991586f660d924d54b2 (patch) | |
| tree | 2d9d54fa190b0bc9d9c8f0f7511fb34777d8aa80 /src | |
| parent | 6205e0abfe3864efada62925633bbdc9786eb915 (diff) | |
(todo notes)
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/video/tms9928a.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emu/video/tms9928a.c b/src/emu/video/tms9928a.c index 8f8e4a905e8..bc03fc3907d 100644 --- a/src/emu/video/tms9928a.c +++ b/src/emu/video/tms9928a.c @@ -18,6 +18,9 @@ ** - Colours are incorrect. [fixed by R Nabet ?] ** - Sprites 8-31 are ghosted/cloned in mode 3 when using less than ** three pattern tables. Exact behaviour is not known. +** - On TMS99xxA, the colortable mask in mode 3 acts as a nametable +** mask as well (does not happen on TMS91xx) +** - Address scrambling when setting TMS99xxA to 4K (not on TMS91xx) */ #include "emu.h" |
