From 905ae4ce266b19e755db59daf3120072ca04292e Mon Sep 17 00:00:00 2001 From: angelosa Date: Mon, 8 Feb 2016 19:54:49 +0100 Subject: [PATCH] Note, nw --- src/mame/drivers/jangou.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/drivers/jangou.cpp b/src/mame/drivers/jangou.cpp index 8a720ba9abe..213ba9f5613 100644 --- a/src/mame/drivers/jangou.cpp +++ b/src/mame/drivers/jangou.cpp @@ -264,7 +264,7 @@ WRITE8_MEMBER(jangou_state::blitter_process_w) } } -/* What is the bit 5 (0x20) for?*/ +/* What is bit 5 (0x20) for?*/ WRITE8_MEMBER(jangou_state::blit_vregs_w) { // printf("%02x %02x\n", offset, data); @@ -285,7 +285,7 @@ WRITE8_MEMBER(jangou_state::mux_w) WRITE8_MEMBER(jangou_state::output_w) { /* - --x- ---- ? (polls between high and low in irq routine,probably signals the vblank routine) + --x- ---- ? (polls between high and low in irq routine, most likely irq mask) ---- -x-- flip screen ---- ---x coin counter */