forked from X16Community/x16-rom
-
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.
[KERNAL] New I2C batch commands (X16Community#158)
* Initial code * More work on initial implementation * Bugfixes, and test implementation for interruptable batch commands * Test: disable joystick scan, disable IRQ while sending I2C start and stop conditions * Disable joystick scan while I2C batch command runs, fix I2C batch write * Fix: Prevent joystick scan from driving I2C pins * Fix bug introduced in joystick scan method * Improve joystick scan performance * Further joy scan speed optimization * Added vectors to kernsup.inc --------- Co-authored-by: mooinglemur <[email protected]>
- Loading branch information
1 parent
b87eff7
commit 2e97657
Showing
10 changed files
with
370 additions
and
42 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
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
Oops, something went wrong.