1
0
mirror of synced 2024-12-18 01:05:58 +01:00

Update OutputReading.cpp

This commit is contained in:
Aaron M 2019-12-12 21:02:01 +13:00
parent 95e5eb84f3
commit e3b0768e62

View File

@ -306,6 +306,7 @@ int __stdcall mame_updatestate(const char* id, int state)
{
if (name == wheelA)
{
//if (!(((state == 0xE0) || (state == 0)) && ((frame == 0) || (frame == 4))))
if ((state != 0xE0) && (state != 0x00))
{
vals[frame & 0x7] = state;