mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Another note ...
This commit is contained in:
parent
c1898d3671
commit
4af9757ff3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue