From 4dc8836c7d2e8e3ca2609991586f660d924d54b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Sat, 27 Oct 2012 12:15:45 +0000 Subject: [PATCH] (todo notes) --- src/emu/video/tms9928a.c | 3 +++ 1 file changed, 3 insertions(+) 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"