Source code for all releases can be found at code.benbridle.com/bedrock-js.
Version 1.1.1
- Fixed issue with draw operations failing at the start of a program
- Fixed issue with cycle counter not being set to zero on reset
- Fixed the fork port on the system device
Version 1.1.0
- Reimplemented the core in WebAssembly
- Added elapsed cycles to emulator state panel
Version 1.0.1
- Add support for pointer input on touchscreen devices
- Add a nocursor attribute to the
<bedrock>
element - Force a render if a frame takes longer than 500ms to run
- Fix incorrect behaviour for wide mode conditional jump instructions
- Prevent an error when the stack overflows
Version 1.0.0
- Initial version