From c2b740e21f3fd315c534b8a837cf1c7967479a63 Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Fri, 10 Jun 2011 00:26:06 +0000 Subject: [PATCH] Small note --- src/mame/drivers/suprgolf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/suprgolf.c b/src/mame/drivers/suprgolf.c index 70a53d33dd2..d33dfb34cc6 100644 --- a/src/mame/drivers/suprgolf.c +++ b/src/mame/drivers/suprgolf.c @@ -6,7 +6,7 @@ TODO: - remove the patch and understand what needs to be modified for the gfxs, game - doesn't crash anymore; + doesn't crash anymore (note: I suspect it's actually a ppi port C bug); - Some weird framebuffer vertical gaps with some object, namely the green and the trees (zooming?) - not sure if the analog inputs are handled correctly; @@ -165,6 +165,8 @@ static WRITE8_DEVICE_HANDLER( suprgolf_vregs_w ) { suprgolf_state *state = device->machine().driver_data(); + //printf("%02x\n",data); + //bits 0,1,2 and probably 3 controls the background vram banking state->m_vreg_bank = data; state->m_palette_switch = (data & 0x80);