Cleanups and version bump

This commit is contained in:
Angelo Salese 2011-06-19 19:29:25 +00:00
parent a8c80b5a5f
commit e6050ace10
56 changed files with 683 additions and 683 deletions

View File

@ -1055,7 +1055,7 @@ static READ8_DEVICE_HANDLER( hopper_b_r )
jpmimpct_state *state = device->machine().driver_data<jpmimpct_state>();
int retval;
// B0 = £1 Hopper Out Verif
// B0 = ?1 Hopper Out Verif
// B1 = Hopper High
// B2 = Hopper Low
// B3 = 20p Hopper Opto
@ -1087,7 +1087,7 @@ static READ8_DEVICE_HANDLER( hopper_c_r )
// C3
// C4 = 20p Hopper Detect
// C5 = Hopper Top-Up
// C6 = £1 Hopper Detect
// C6 = ?1 Hopper Detect
// C7 = Payout Verif (Slides)
retval=0xf0; //1111 0000

View File

@ -38,4 +38,4 @@
***************************************************************************/
extern const char build_version[];
const char build_version[] = "0.142u5 ("__DATE__")";
const char build_version[] = "0.142u6 ("__DATE__")";