popn: rest of the new cab lights (#651)

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

## Description of change
Add rest of the LED strip lights.

## Testing
Tested U region.
This commit is contained in:
bicarus
2026-04-18 22:17:20 -07:00
committed by GitHub
parent 26b3b64794
commit 6838e69ebe
7 changed files with 107 additions and 10 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ namespace games::popn {
}
#if SPICE64
constexpr int POPN_TAPELED_TOTAL = 4;
constexpr int POPN_TAPELED_TOTAL = 8;
extern tapeledutils::tape_led TAPELED_MAPPING[POPN_TAPELED_TOTAL];
#endif