Another note ...

This commit is contained in:
Angelo Salese 2014-02-18 05:14:56 +00:00
parent c1898d3671
commit 4af9757ff3

View file

@ -1285,6 +1285,7 @@ WRITE8_MEMBER(pc9801_state::pc9801_video_ff_w)
printf("Graphic f/f actually enabled!\n");
break;
case 4:
printf("%d %d\n",data & 1,m_gfx_ff);
if(m_gfx_ff)
{
m_video_ff[(data & 0x0e) >> 1] = data &1;