summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/igspoker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/igspoker.c')
-rw-r--r--src/mame/drivers/igspoker.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/drivers/igspoker.c b/src/mame/drivers/igspoker.c
index ce83855ec0a..265f61dcb4a 100644
--- a/src/mame/drivers/igspoker.c
+++ b/src/mame/drivers/igspoker.c
@@ -50,12 +50,12 @@ xBBBBBGGGGGRRRRR (Bit 15 is never used)
---
FIX: csk227it has video issues, as after Ability game, bg_tilemap is not reset
- so there must be some bg_enable command which I couldn't find, or rom is
- from a beta version which has transparency issues. This doesn't happen with
- csk234it or New Champion Skill.
- Insert credits with Key-In and press Pay-out to play ability game, and wait
- for attract-mode to show cubes (not cards), which are transparent and reveal
- background tilemap.
+ so there must be some bg_enable command which I couldn't find, or rom is
+ from a beta version which has transparency issues. This doesn't happen with
+ csk234it or New Champion Skill.
+ Insert credits with Key-In and press Pay-out to play ability game, and wait
+ for attract-mode to show cubes (not cards), which are transparent and reveal
+ background tilemap.
*****************************************************************************/
@@ -96,7 +96,7 @@ static READ8_HANDLER( igs_irqack_r )
static WRITE8_HANDLER( igs_irqack_w )
{
-// cpu_set_input_line(space->machine->cpu[0], 0, CLEAR_LINE);
+// cpu_set_input_line(space->machine->cpu[0], 0, CLEAR_LINE);
}