From 7da9eaffd005f58be574061c2ea0d2e71b6d1c6e Mon Sep 17 00:00:00 2001 From: arbee Date: Thu, 23 May 2019 07:57:50 -0400 Subject: [PATCH] 3c505: fixed Apollo dip switch labels [Hans Ostermeyer] --- src/devices/bus/isa/3c505.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/devices/bus/isa/3c505.cpp b/src/devices/bus/isa/3c505.cpp index aa9d0dfbb54..6dd695165c2 100644 --- a/src/devices/bus/isa/3c505.cpp +++ b/src/devices/bus/isa/3c505.cpp @@ -157,10 +157,10 @@ static INPUT_PORTS_START(3c505) PORT_DIPNAME(0xfe, 0x00, "ROM Base") // Apollo host ROM addresses - PORT_DIPSETTING( 0x00, "00000h") - PORT_DIPSETTING( 0x02, "02000h") - PORT_DIPSETTING( 0x04, "04000h") - PORT_DIPSETTING( 0x06, "06000h") + PORT_DIPSETTING( 0x00, "80000h") + PORT_DIPSETTING( 0x02, "82000h") + PORT_DIPSETTING( 0x04, "84000h") + PORT_DIPSETTING( 0x06, "86000h") // conventional PC option ROM addresses PORT_DIPSETTING( 0xc8, "C8000h")