summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jangou.cpp
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2016-02-08 19:54:49 +0100
committer angelosa <salese_corp_ltd@email.it>2016-02-08 19:54:49 +0100
commit905ae4ce266b19e755db59daf3120072ca04292e (patch)
tree291c986bb1161a4f4a0f327ac80c76abf6db7742 /src/mame/drivers/jangou.cpp
parentd8e6dac5f368c2144ac3991ad924cd61f1b8cc07 (diff)
Note, nw
Diffstat (limited to 'src/mame/drivers/jangou.cpp')
-rw-r--r--src/mame/drivers/jangou.cpp4
1 files 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
*/