Note fix, nw

This commit is contained in:
Angelo Salese 2015-12-17 10:46:37 +01:00
parent 043eed6171
commit be38cd71bb

View File

@ -1063,7 +1063,8 @@ WRITE16_MEMBER( k056832_device::word_w )
{ {
switch(offset) switch(offset)
{ {
/* -xxx ---- ---- gfx bpp select: n + 4 (1 << n), settings above 4 are undefined (probably still 8bpp) /* -x-- ---- ---- hardcodes 8bpp when enabled (ignores next field)
* --xx ---- ---- gfx bpp select: n + 4 (1 << n), i.e. from 7bpp to 4bpp
* ---- -x-- ---- dotclock select: 0=8Mhz, 1=6Mhz (not used by GX) * ---- -x-- ---- dotclock select: 0=8Mhz, 1=6Mhz (not used by GX)
* ---- --x- ---- screen flip y * ---- --x- ---- screen flip y
* ---- ---x ---- screen flip x * ---- ---x ---- screen flip x