| Previous | 199869 Revisions | Next |
| r18691 Wednesday 24th October, 2012 at 18:10:37 UTC by Wilbert Pol |
|---|
| Documentation update (nw) |
| [src/mess/machine] | vcsctrl.h |
| r18690 | r18691 | |
|---|---|---|
| 46 | 46 | virtual ~vcs_control_port_device(); |
| 47 | 47 | |
| 48 | 48 | // computer interface |
| 49 | ||
| 50 | // Data returned by the joy_r methods: | |
| 51 | // bit 0 - pin 1 - Up | |
| 52 | // bit 1 - pin 2 - Down | |
| 53 | // bit 2 - pin 3 - Left | |
| 54 | // bit 3 - pin 4 - Right | |
| 55 | // bit 4 - pin 5 - | |
| 56 | // bit 5 - pin 6 - Button | |
| 57 | // pin 7 - +5V | |
| 58 | // pin 8 - GND | |
| 59 | // bit 6 - pin 9 - | |
| 60 | // | |
| 49 | 61 | UINT8 joy_r(); |
| 50 | 62 | DECLARE_READ8_MEMBER( joy_r ); |
| 51 | 63 | UINT8 pot_x_r(); |
| Previous | 199869 Revisions | Next |