Skip to content

Commit f4cc237

Browse files
committed
Add credits footer
Credits Kieran Connell and Claude, with thanks and a link to Toby Lobsters MOS disassembly which has been the authoritative reference for the BBCs pitch envelope timing throughout this project.
1 parent d3fa156 commit f4cc237

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ <h3>Presets</h3>
5353
</section>
5454
</div>
5555
</div>
56+
57+
<footer>
58+
By Kieran Connell and Claude. Thanks to
59+
<a href="https://tobylobster.github.io/mos/mos/index.html" target="_blank" rel="noopener noreferrer">Toby Lobster's MOS disassembly</a>,
60+
the authoritative reference used to nail down the BBC's pitch and envelope timing.
61+
</footer>
5662
</main>
5763
<script type="module" src="/src/main.ts"></script>
5864
</body>

src/style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ h3 { font-size: 0.8rem; margin: 14px 0 8px; color: #58a6ff; text-transform: uppe
3838
h3:first-of-type { margin-top: 0; }
3939
.subtitle { margin: 0 0 24px; color: #8b949e; }
4040

41+
footer {
42+
margin-top: 32px;
43+
padding-top: 16px;
44+
border-top: 1px solid #21262d;
45+
color: #6e7681;
46+
font-size: 0.8rem;
47+
text-align: center;
48+
}
49+
footer a { color: #8b949e; }
50+
footer a:hover { color: #58a6ff; }
51+
4152
code { font-family: ui-monospace, "Cascadia Code", Consolas, monospace; }
4253

4354
.panel {

0 commit comments

Comments
 (0)