Commit 8f327ad
committed
gba release: ship only tester_mb.gba, not the eyes payload
The eyes variant (joypad_mb.gba) is a firmware payload meant to be
multibooted by a host (joypad-os keeps its own independent copy for
that). It has no useful standalone runtime, so attaching it to a
public Release confused the "download and play" mental model.
After this change the gba Release attaches only tester_mb.gba -- the
standalone joypad button tester. The eyes build still happens in CI
(verify-build.yml uploads both variants for source-tree inspection)
and the eyes source stays in the repo, but it's no longer treated as
a publicly distributed ROM.1 parent 18b94d3 commit 8f327ad
2 files changed
Lines changed: 12 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments