mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
swa: invert normal/point (nw)
This commit is contained in:
parent
2f6e57a318
commit
0ff1223fe8
@ -1822,10 +1822,10 @@ const struct model1_state::function model1_state::ftab_swa[] = {
|
||||
{ nullptr, 0 },
|
||||
{ nullptr, 0 },
|
||||
{ &model1_state::f56, 7 },
|
||||
{ &model1_state::int_normal, 0 },
|
||||
{ &model1_state::int_point, 0 },
|
||||
{ &model1_state::matrix_readt, 0 },
|
||||
{ &model1_state::acc_geti, 0 },
|
||||
{ &model1_state::int_point, 0 },
|
||||
{ &model1_state::int_normal, 0 },
|
||||
{ nullptr, 0 },
|
||||
{ nullptr, 0 },
|
||||
{ nullptr, 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user