mirror of
https://github.com/holub/mame
synced 2025-06-01 10:31:48 +03:00
For Arbee's eyes, hacked stride size for working test mode, waiting for a better fix by OG ...
This commit is contained in:
parent
742836271f
commit
0f29157605
@ -724,6 +724,8 @@ static void tex_get_info(texinfo *t, pvrta_state *sa)
|
|||||||
/* Stride select is used only in the non-twiddled case */
|
/* Stride select is used only in the non-twiddled case */
|
||||||
t->stride = (t->mode & 1) && sa->strideselect ? t->sizex : (pvrta_regs[TEXT_CONTROL] & 0x1f) << 5;
|
t->stride = (t->mode & 1) && sa->strideselect ? t->sizex : (pvrta_regs[TEXT_CONTROL] & 0x1f) << 5;
|
||||||
|
|
||||||
|
/* FIXME: hack for test mode */
|
||||||
|
if(t->stride == 0) t->stride = 8;
|
||||||
|
|
||||||
t->blend_mode = sa->blend_mode;
|
t->blend_mode = sa->blend_mode;
|
||||||
t->filter_mode = sa->filtermode;
|
t->filter_mode = sa->filtermode;
|
||||||
|
Loading…
Reference in New Issue
Block a user