popn: implement bi2x hook (#623)

## Link to GitHub Issue or related Pull Request, if one exists
#618 

## Description of change
Implement BI2X hook I/O for service/test/coin/headphones and the deka
pop-kuns.
This commit is contained in:
bicarus
2026-04-10 17:46:12 -07:00
committed by GitHub
parent b281517429
commit 8afff3aaca
7 changed files with 580 additions and 3 deletions
+3
View File
@@ -11,6 +11,7 @@ namespace games::popn {
Service,
Test,
CoinMech,
Headphone,
Button1,
Button2,
Button3,
@@ -20,6 +21,8 @@ namespace games::popn {
Button7,
Button8,
Button9,
RedPop,
BluePop
};
}