From 383c4c530c152ed2d797b233e92b6a9be1ab20f2 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 17 Sep 2018 09:28:51 +1000 Subject: (nw) minor corrections, mostly GmbH --- src/mame/drivers/video21.cpp | 7 +++---- src/mame/mame.lst | 14 +++++++------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/mame/drivers/video21.cpp b/src/mame/drivers/video21.cpp index 5bece7ad699..c4c282d8318 100644 --- a/src/mame/drivers/video21.cpp +++ b/src/mame/drivers/video21.cpp @@ -19,7 +19,7 @@ To Do: - unknown status bits? eg. hopper - color overlay as seen on flyer upright cabinet -When booted, press W to get it going. +When booted, press Key out (mapped to W by default) to get it going. *******************************************************************************************/ @@ -132,8 +132,8 @@ static INPUT_PORTS_START( video21 ) PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_START1 ) PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_GAMBLE_TAKE ) - PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_GAMBLE_HIGH ) PORT_NAME("Stay") - PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_GAMBLE_KEYOUT ) PORT_NAME("Payout") + PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_GAMBLE_STAND ) + PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_GAMBLE_KEYOUT ) PORT_DIPNAME( 0x40, 0x40, "42b6" ) PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) @@ -221,4 +221,3 @@ ROM_START( video21 ) ROM_END GAME(1980, video21, 0, video21, video21, video21_state, empty_init, ROT0, "Video Games GmbH", "Video 21", MACHINE_NO_SOUND) - diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 68a9e121ade..e491810c73c 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -890,12 +890,12 @@ triothep // (c) 1989 Data East Corporation (World) triothepj // (c) 1989 Data East Corporation (Japan) @source:acvirus.cpp -virusa // (c) 1997 Access Gmbh -virusb // (c) 1999 Access Gmbh -virusc // (c) 2002 Access Gmbh -virusrck // (c) 2001 Access Gmbh -virusrckxl // (c) 2002 Access Gmbh -viruscl // (c) 2004 Access Gmbh +virusa // (c) 1997 Access GmbH +virusb // (c) 1999 Access GmbH +virusc // (c) 2002 Access GmbH +virusrck // (c) 2001 Access GmbH +virusrckxl // (c) 2002 Access GmbH +viruscl // (c) 2004 Access GmbH @source:adam.cpp adam // Coleco Adam @@ -38220,7 +38220,7 @@ victory // (c) 1982 vidbrain // @source:video21.cpp -video21 // Videogames gmbh 1980 +video21 // Videogames GmbH 1980 @source:videopin.cpp solarwar // 036154-036169 1979 [6502] -- cgit v1.2.3