mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
vegas: Replace accidentally deleted comment (nw)
This commit is contained in:
parent
1d243e752d
commit
6c92f7e9ed
@ -1109,7 +1109,7 @@ WRITE32_MEMBER(vegas_state::wheel_board_w)
|
||||
switch (op)
|
||||
{
|
||||
case 0x0:
|
||||
m_wheel_driver[0] = arg;
|
||||
m_wheel_driver[0] = arg; // target wheel angle. signed byte.
|
||||
m_wheel_force = int8_t(~arg);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user