Definitively more beer -- fixes invqix at least (nw)

This commit is contained in:
Olivier Galibert 2014-03-28 18:35:23 +00:00
parent 15ebaf36b3
commit 802eeaa6ab
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)