neophob / wpc-emu

Williams Pinball machine emulator, Play it @
https://playfield.dev
Apache License 2.0
70 stars 12 forks source link

Support Fliptronics Inputs #2

Closed neophob closed 5 years ago

neophob commented 5 years ago

Support Fliptronics games

Indiana Jones defines this inputs:

    { id: F1, name: 'L FLIPPER EOS' },
    { id: F2, name: 'R FLIPPER BUTTON' },
    { id: F3, name: 'L FLIPPER EOS' },
    { id: F4, name: 'L FLIPPER BUTTON' },
    { id: F5, name: 'DROP ADV(E)NTURE' },
    { id: F6, name: 'DROP ADVE(N)TURE' },
    { id: F7, name: 'DROP ADVEN(T)URE' },
    { id: F8, name: 'LEFT RAMP MODE' },

Fishtales those:

    { id: F1, name: 'R FLIPPER EOS' },
    { id: F2, name: 'R FLIPPER BUTTON' },
    { id: F3, name: 'L FLIPPER EOS' },
    { id: F4, name: 'L FLIPPER BUTTON' },