From 389c0dec33c125c3af98c42413f9baeed13a52df Mon Sep 17 00:00:00 2001 From: Couriersud Date: Sat, 21 Jun 2008 10:01:57 +0000 Subject: [PATCH] 01818: All sets in rastan.c: 2nd (unused) Service Mode DIP assigned. * credit stephh * removed duplicate comment as well --- src/mame/drivers/rastan.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mame/drivers/rastan.c b/src/mame/drivers/rastan.c index 5c0397f8101..1d6cda8e0da 100644 --- a/src/mame/drivers/rastan.c +++ b/src/mame/drivers/rastan.c @@ -137,8 +137,6 @@ Stephh's notes (based on the game M68000 code and some tests) : - In "demo mode", you get no scrolling screen with what the various items do - Begining screen when you start a new game - Different messages between levels - - There was sort of debug address at 0x05fffc.w in ROM area - See 'rastan' comments to know what the different bits do - Message after beating level 6 boss - Copyright message on scrolling credits screen - There was sort of debug address at 0x05fffc.w in ROM area @@ -314,7 +312,7 @@ static INPUT_PORTS_START( rastan ) PORT_DIPNAME( 0x40, 0x40, DEF_STR( Allow_Continue ) ) PORT_DIPSETTING( 0x00, DEF_STR( No ) ) PORT_DIPSETTING( 0x40, DEF_STR( Yes ) ) - PORT_SERVICE( 0x80, IP_ACTIVE_LOW ) + PORT_DIPUNUSED( 0x80, IP_ACTIVE_LOW ) INPUT_PORTS_END static INPUT_PORTS_START( rastsaga )