summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/astrocde.c
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2013-06-02 09:11:11 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2013-06-02 09:11:11 +0000
commit300fa5fb736ec8e886b19854efd90f0c0b68341b (patch)
treec624c2c7660ac6ac0a13ae7cb2bb83d811feea5a /src/mame/drivers/astrocde.c
parent19774943cdeb521f9a2fa8569839538491b7c771 (diff)
note from gregf
Diffstat (limited to 'src/mame/drivers/astrocde.c')
-rw-r--r--src/mame/drivers/astrocde.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/astrocde.c b/src/mame/drivers/astrocde.c
index 22a9611580e..32477c0652b 100644
--- a/src/mame/drivers/astrocde.c
+++ b/src/mame/drivers/astrocde.c
@@ -808,8 +808,8 @@ static INPUT_PORTS_START( ebases )
PORT_BIT( 0xff, 0x00, IPT_TRACKBALL_Y ) PORT_SENSITIVITY(50) PORT_KEYDELTA(10) PORT_RESET PORT_PLAYER(2)
PORT_START("FAKE")
- /* Cocktail cabinets had a B/W monitor and color overlay (same one as Space Zap!),
- upright cabinets had a color monitor and baseball stadium background. */
+ /* Cocktail cabinets had a B/W monitor with color overlay (same one as Space Zap!),
+ upright cabinets at factory default had a B/W monitor too, with a baseball stadium background. */
PORT_CONFNAME( 0x01, 0x00, "Monitor" ) PORT_CHANGED_MEMBER(DEVICE_SELF, astrocde_state,spacezap_monitor, 0)
PORT_CONFSETTING( 0x00, "B/W" )
PORT_CONFSETTING( 0x01, "Color" )