summaryrefslogtreecommitdiff
path: root/bedrock.js
Commit message (Collapse)AuthorAge
* Add wake methods to stream and clipboard deviceBen Bridle22 hours
| | | | | This prevents an error from being raised when a program marks these devices as being allowed to wake the system from sleep.
* Fix error with wide mode conditional jump instructionsBen Bridle47 hours
| | | | | Wide-mode conditional jump instructions were reading t as a byte value instead of as a double value.
* Prevent error when stack overflowsBen Bridle47 hours
| | | | | | Previously, the stack overflowing would cause the stack pointer to point outside of the stack, which would cause an error in the stack printing code.
* Update version to 1.0.0v1.0.0Ben Bridle2 days
|
* Initial commitBen Bridle2 days