summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2019-05-23 07:57:50 -0400
committer arbee <rb6502@users.noreply.github.com>2019-05-23 07:57:50 -0400
commit7da9eaffd005f58be574061c2ea0d2e71b6d1c6e (patch)
tree0aa126a8d7aa1fa927054bbd0df797a9fa5288eb
parentcc70a8e69f3a9876c8339db2646acad8d935d925 (diff)
3c505: fixed Apollo dip switch labels [Hans Ostermeyer]
-rw-r--r--src/devices/bus/isa/3c505.cpp8
1 files 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")