| Previous | 199869 Revisions | Next |
| r33785 Wednesday 10th December, 2014 at 01:52:35 UTC by Alex W. Jackson |
|---|
| prehisle.c: PORT_VBLANK seems more likely active low (nw) |
| [src/mame/drivers] | prehisle.c |
| r242296 | r242297 | |
|---|---|---|
| 139 | 139 | PORT_DIPNAME( 0x40, 0x40, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SW2:7") |
| 140 | 140 | PORT_DIPSETTING( 0x00, DEF_STR( No ) ) |
| 141 | 141 | PORT_DIPSETTING( 0x40, DEF_STR( Yes ) ) |
| 142 | PORT_BIT( 0x80, IP_ACTIVE_ | |
| 142 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_CUSTOM ) PORT_VBLANK("screen") | |
| 143 | 143 | INPUT_PORTS_END |
| 144 | 144 | |
| 145 | 145 | /******************************************************************************/ |
| https://github.com/mamedev/mame/commit/b5f303f809bb972608394dba904f58d124bf1dfe |
| Previous | 199869 Revisions | Next |