forked from mattgodbolt/jsbeeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for ADFS 640K (.adl) disk image files (mattgodbolt#357)
* initial pass * Reworked interval timing Reworked interval timing to resolve an occasional hang after a BREAK. * Correcting utils to prev version Correcting utils to prev version * Add or update the Azure App Service build and deployment workflow config * Music 5000 support * Add or update the Azure App Service build and deployment workflow config * CD fix * added M5000 master SSD * updated README * tidy-up #1 * tidyup #2 * tidyup #3 * Amendments from inital PR review Removed .DS_Store Put back discs/.gitignore Image files renamed to lower case Removed my intro text in README.md * Improved audio worklet design pattern Taken inspiration from another pending branch (which uses audio worklets for the main sound recorder). * alignment of the 'fix' for the left/right channel swap I had previously chosen to address this by swapping over the speaker channels at output, but now will align with what the Beebem devs did and re-map the stereo generator array instead * Typo in stereo array ... oops * Updates as part of Matt code review * conversion of music 5000 / teletext functions to classes + replacement of tabs with 4 x spaces (yuk!) :) :) * Support for ADFS (640K) disk images (.adl) * Avoid repetition of the 16 : 10 logic with the addition of sectorsPerTrack * Added ability to download the current drive 0 image This allows any local changes made to disks to be persisted * Largely cosmetic changes following a run by prettier
- Loading branch information
Showing
5 changed files
with
51 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters