From a41f42d88bd794700ca1a76b07fc0e892c4b221f Mon Sep 17 00:00:00 2001 From: Nicola Salmoria Date: Thu, 20 Mar 2008 17:03:22 +0000 Subject: [PATCH] added note about tactician display being correct --- src/mame/drivers/rallyx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mame/drivers/rallyx.c b/src/mame/drivers/rallyx.c index bf7064dbf5d..4d9e2ef1542 100644 --- a/src/mame/drivers/rallyx.c +++ b/src/mame/drivers/rallyx.c @@ -165,6 +165,9 @@ Notes: At 0x0050 there is code to give infinite lives for player 1 when bit 3 of DSW0 is ON. I can't tell however when it is supposed to be called. +- tactician has the score area at the bottom of the screen. While highly unusual, + this is the correct behaviour and has been verified with screenshots. + TODO: - commsega: the first time you kill a soldier, the music stops. When you die, the music restarts and won't stop a second time.