summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/mermaid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/mermaid.c')
-rw-r--r--src/mame/video/mermaid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/mermaid.c b/src/mame/video/mermaid.c
index 6a21326d822..fb3f979a240 100644
--- a/src/mame/video/mermaid.c
+++ b/src/mame/video/mermaid.c
@@ -109,7 +109,7 @@ READ8_HANDLER( mermaid_collision_r )
/*
collision register active LOW:
- with coll = spriteram[offs + 2] & 0xc0
+ with coll = spriteram[offs + 2] & 0xc0
Bit 0 - Sprite (coll = 0x40) - Sprite (coll = 0x00)
Bit 1 - Sprite (coll = 0x40) - Foreground
@@ -119,7 +119,7 @@ READ8_HANDLER( mermaid_collision_r )
Bit 5
Bit 6 - Sprite (coll = 0x40) - Sprite (coll = 0x80)
Bit 7
- */
+ */
int collision = 0xff;