r8614 Sunday 25th July, 2010 at 04:19:31 UTC by Barry Rodewald
[AES] Made IN3 bits 3 and 4 active high, Unibios can now correctly identify the system as AES.
[src/mess/drivers]ng_aes.c

src/mess/drivers/ng_aes.c
r8613r8614
10381038   PORT_BIT( 0x0001, IP_ACTIVE_LOW, IPT_COIN1 )                                       \
10391039   PORT_BIT( 0x0002, IP_ACTIVE_LOW, IPT_COIN2 )                                       \
10401040   PORT_BIT( 0x0004, IP_ACTIVE_LOW, IPT_SERVICE1 )                                       \
1041   PORT_BIT( 0x0008, IP_ACTIVE_LOW, IPT_UNKNOWN ) /* having this ACTIVE_HIGH causes you to start with 2 credits using USA bios roms */   \
1042   PORT_BIT( 0x0010, IP_ACTIVE_LOW, IPT_UNKNOWN ) /* having this ACTIVE_HIGH causes you to start with 2 credits using USA bios roms */   \
1041   PORT_BIT( 0x0008, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* having this ACTIVE_HIGH causes you to start with 2 credits using USA bios roms */   \
1042   PORT_BIT( 0x0010, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* having this ACTIVE_HIGH causes you to start with 2 credits using USA bios roms */   \
10431043   PORT_BIT( 0x0020, IP_ACTIVE_LOW, IPT_SPECIAL ) /* what is this? */                        \
10441044   PORT_BIT( 0x00c0, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(get_calendar_status, NULL)         \
10451045   PORT_BIT( 0xff00, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_CUSTOM(get_audio_result, NULL)

Previous 509070 RevisionsNext 50


© 1998-2010 The MESS Team