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

trunk/src/mess/machine/vcsctrl.h
r18690r18691
4646   virtual ~vcs_control_port_device();
4747
4848   // 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   //
4961   UINT8 joy_r();
5062   DECLARE_READ8_MEMBER( joy_r );
5163   UINT8 pot_x_r();

Previous 199869 Revisions Next


© 1997-2024 The MAME Team