mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 14:50:41 -07:00
popn: add io emulation for more lights and coin (#637)
## Link to GitHub Issue or related Pull Request, if one exists #618 ## Description of change Wire up coin and more lights to bi3a_hook. ## Testing Tested on U region
This commit is contained in:
@@ -38,6 +38,15 @@ namespace games::popn {
|
||||
Button7,
|
||||
Button8,
|
||||
Button9,
|
||||
HiLamp1,
|
||||
HiLamp2,
|
||||
HiLamp3,
|
||||
HiLamp4,
|
||||
HiLamp5,
|
||||
LeftLamp1,
|
||||
LeftLamp2,
|
||||
RightLamp1,
|
||||
RightLamp2,
|
||||
TopLED1,
|
||||
TopLED2,
|
||||
TopLED3,
|
||||
@@ -73,18 +82,45 @@ namespace games::popn {
|
||||
TopLED_R,
|
||||
TopLED_G,
|
||||
TopLED_B,
|
||||
HiLamp1,
|
||||
HiLamp2,
|
||||
HiLamp3,
|
||||
HiLamp4,
|
||||
HiLamp5,
|
||||
LeftLamp1,
|
||||
LeftLamp2,
|
||||
RightLamp1,
|
||||
RightLamp2,
|
||||
WooferLED_R,
|
||||
WooferLED_G,
|
||||
WooferLED_B,
|
||||
PikaButton1_R,
|
||||
PikaButton1_G,
|
||||
PikaButton1_B,
|
||||
PikaButton2_R,
|
||||
PikaButton2_G,
|
||||
PikaButton2_B,
|
||||
PikaButton3_R,
|
||||
PikaButton3_G,
|
||||
PikaButton3_B,
|
||||
PikaButton4_R,
|
||||
PikaButton4_G,
|
||||
PikaButton4_B,
|
||||
PikaButton5_R,
|
||||
PikaButton5_G,
|
||||
PikaButton5_B,
|
||||
PikaButton6_R,
|
||||
PikaButton6_G,
|
||||
PikaButton6_B,
|
||||
PikaButton7_R,
|
||||
PikaButton7_G,
|
||||
PikaButton7_B,
|
||||
PikaButton8_R,
|
||||
PikaButton8_G,
|
||||
PikaButton8_B,
|
||||
PikaButton9_R,
|
||||
PikaButton9_G,
|
||||
PikaButton9_B,
|
||||
RedPopKun_R,
|
||||
RedPopKun_G,
|
||||
RedPopKun_B,
|
||||
BluePopKun_R,
|
||||
BluePopKun_G,
|
||||
BluePopKun_B,
|
||||
IC_Card_R,
|
||||
IC_Card_G,
|
||||
IC_Card_B,
|
||||
} popn_lights_t;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user