Correct patch

This commit is contained in:
Angelo Salese 2014-02-18 05:26:04 +00:00
parent 4af9757ff3
commit 85447a2fdd

View File

@ -93,7 +93,7 @@
- Karateka: no sound?
- Lovely Horror: Doesn't show kanji, tries to read it thru the 0xa9 port;
- Madou Monogatari 1/2/3: doesn't display bitmap gfxs during gameplay;
- Quarth: should do a split screen effect, it doesn't hence there are broken gfxs
- Quarth: title screen is broken after first attract play;
- Princess Maker 2: mouse is buggy;
- Princess Maker 2: screen transitions are very ugly (btanb?)
- Puyo Puyo: beeps out when it's supposed to play samples, Not supposed to use ADPCM, is it a PIT issue?
@ -1285,7 +1285,6 @@ 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;