mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
3c505: fixed Apollo dip switch labels [Hans Ostermeyer]
This commit is contained in:
parent
cc70a8e69f
commit
7da9eaffd0
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user