mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
Definitively more beer -- fixes invqix at least (nw)
This commit is contained in:
parent
15ebaf36b3
commit
802eeaa6ab
@ -85,7 +85,7 @@ static MACHINE_CONFIG_FRAGMENT(h8s2245)
|
||||
MCFG_H8_PORT_ADD("port1", h8_device::PORT_1, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port2", h8_device::PORT_2, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port3", h8_device::PORT_3, 0xc0, 0xc0)
|
||||
MCFG_H8_PORT_ADD("port4", h8_device::PORT_4, 0xff, 0xf0)
|
||||
MCFG_H8_PORT_ADD("port4", h8_device::PORT_4, 0xf0, 0xf0)
|
||||
MCFG_H8_PORT_ADD("port5", h8_device::PORT_5, 0xf0, 0xf0)
|
||||
MCFG_H8_PORT_ADD("porta", h8_device::PORT_A, 0xf0, 0xf0)
|
||||
MCFG_H8_PORT_ADD("portb", h8_device::PORT_B, 0x00, 0x00)
|
||||
|
@ -128,7 +128,7 @@ static MACHINE_CONFIG_FRAGMENT(h8s2320)
|
||||
MCFG_H8_PORT_ADD("port1", h8_device::PORT_1, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port2", h8_device::PORT_2, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port3", h8_device::PORT_3, 0xc0, 0xc0)
|
||||
MCFG_H8_PORT_ADD("port4", h8_device::PORT_4, 0xff, 0x00)
|
||||
MCFG_H8_PORT_ADD("port4", h8_device::PORT_4, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port5", h8_device::PORT_5, 0xf0, 0xf0)
|
||||
MCFG_H8_PORT_ADD("port6", h8_device::PORT_6, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("porta", h8_device::PORT_A, 0x00, 0x00)
|
||||
|
@ -105,7 +105,7 @@ static MACHINE_CONFIG_FRAGMENT(h8s2357)
|
||||
MCFG_H8_PORT_ADD("port1", h8_device::PORT_1, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port2", h8_device::PORT_2, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port3", h8_device::PORT_3, 0xc0, 0xc0)
|
||||
MCFG_H8_PORT_ADD("port4", h8_device::PORT_4, 0xff, 0x00)
|
||||
MCFG_H8_PORT_ADD("port4", h8_device::PORT_4, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port5", h8_device::PORT_5, 0xf0, 0xf0)
|
||||
MCFG_H8_PORT_ADD("port6", h8_device::PORT_6, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("porta", h8_device::PORT_A, 0x00, 0x00)
|
||||
|
@ -79,7 +79,7 @@ static MACHINE_CONFIG_FRAGMENT(h8s2655)
|
||||
MCFG_H8_PORT_ADD("port1", h8_device::PORT_1, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port2", h8_device::PORT_2, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port3", h8_device::PORT_3, 0xc0, 0xc0)
|
||||
MCFG_H8_PORT_ADD("port4", h8_device::PORT_4, 0xff, 0x00)
|
||||
MCFG_H8_PORT_ADD("port4", h8_device::PORT_4, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("port5", h8_device::PORT_5, 0xf0, 0xf0)
|
||||
MCFG_H8_PORT_ADD("port6", h8_device::PORT_6, 0x00, 0x00)
|
||||
MCFG_H8_PORT_ADD("porta", h8_device::PORT_A, 0x00, 0x00)
|
||||
|
Loading…
Reference in New Issue
Block a user