From 85447a2fdd69f021da40337a144cf43cc85438b9 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Tue, 18 Feb 2014 05:26:04 +0000 Subject: [PATCH] Correct patch --- src/mess/drivers/pc9801.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mess/drivers/pc9801.c b/src/mess/drivers/pc9801.c index 196abc6a391..03384d0e758 100644 --- a/src/mess/drivers/pc9801.c +++ b/src/mess/drivers/pc9801.c @@ -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;