Chris Needham
Chris Needham
See https://stardot.org.uk/forums/viewtopic.php?f=4&t=9805 Results from using this test SSD: https://github.com/mattgodbolt/jsbeeb/blob/master/discs/Irq-Timing.ssd: * Real BBC B: 1068 * BeebEm with **Basic Hardware Only** enabled: 1580 (excludes serial and A/D converter) * BeebEm with...
Add a command line option to load debug symbols, output from [BeebAsm](https://github.com/stardot/beebasm)'s `-d` option > Dumps all global symbols in Swift-compatible format after assembly. This is used internally by Swift,...
Per [this question](https://stardot.org.uk/forums/viewtopic.php?f=30&t=17586), add a BBC Model A emulation mode.
BeebEm uses [`rand()`](https://github.com/stardot/beebem-windows/blob/916cdc33d572649ce61aab6155625993b8ceb5f0/Src/beebsound.cpp#L214) to generate random numbers for the noise channel in the sound generator. It should emulate the SN76489's LFSR - see [this thread](https://stardot.org.uk/forums/viewtopic.php?f=4&t=17537) for more details.
Some games available at [bbcmicro.co.uk](http://bbcmicro.co.uk/index.php) have been patched to detect BeebEm, mainly to overcome issues with BeebEm's graphics emulation. See [this thread](https://stardot.org.uk/forums/viewtopic.php?f=4&t=17519) for more info ("location &FE10 contains 100 only...
See [this post](http://stardot.org.uk/forums/viewtopic.php?f=4&t=11703). The FSD format is documented [here](http://stardot.org.uk/forums/viewtopic.php?p=195518#p195518). Also of interest is RichTW's [fsd2fdi](https://github.com/richtw1/fsd2fdi) project.
Add some validation? See http://stardot.org.uk/forums/viewtopic.php?f=4&t=14378
This PR fixes an internal link in the README, to the usage example.
Reading the protocol detail in Appendix A, I noticed that the `time-scale` field in the [`audio-encoding-offer`](https://w3c.github.io/openscreenprotocol/#audio-encoding-offer) message wasn't clear. What value is expected, and what are the measurement units does...
This issue tracks the issues needed to prepare the Picture in Picture API for publication as Candidate Recommendation. Open issues: - [ ] [Should PiP video removed from the DOM...