mirror of
https://github.com/holub/mame
synced 2025-04-28 03:02:52 +03:00
namcoio_gearbox: update notes (nw)
This commit is contained in:
parent
f604bed068
commit
cb6194cac0
@ -3,8 +3,10 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Namco 6-speed Gearbox device
|
Namco 6-speed Gearbox device
|
||||||
|
Ridge Racer Clutch Pedal assembly part # 88800032,
|
||||||
|
6 Speed Gear Shift assembly part # 88300672 + 88300683
|
||||||
|
|
||||||
Used in Ridge Racer deluxe cabinet, Ace Driver and Driver's Eyes
|
Used in Ridge Racer 1,2,Rave Racer deluxe cabinet and Driver's Eyes
|
||||||
User side gear scheme:
|
User side gear scheme:
|
||||||
1 3 5
|
1 3 5
|
||||||
|-|-|
|
|-|-|
|
||||||
@ -15,10 +17,14 @@
|
|||||||
First one just uses whatever is read in the inputs, second one
|
First one just uses whatever is read in the inputs, second one
|
||||||
simulates clutch lock as in a real car.
|
simulates clutch lock as in a real car.
|
||||||
|
|
||||||
|
On the arcade cabinet(goes for Ridge Racer), the clutch isn't mechanically
|
||||||
|
or electronically connected to the shifter. The clutch pedal simply connects
|
||||||
|
to a microswitch. The shifter itself is basically a loose 8-way joystick with
|
||||||
|
a panel on top to restrict movement. There is no software-controlled lock,
|
||||||
|
maybe magnets.
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- check clutch lock via real HW, and get a way to lock current gear via
|
- Better way to lock current gear via MAME's input system; no clutch involved
|
||||||
MAME's input system;
|
|
||||||
- Custom part #;
|
|
||||||
- gear output for artwork system;
|
- gear output for artwork system;
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user