* Included utility buffer in sketch and reworked it.
* Included the new buffer and instruction changes in the README.
* Implemented the new buffer in the emulator
* Made the buffer clear since no expansion is active
* Added the new buffer and expansion card to the specification document
* Used more consistent wording and added expandability to the goals. Added more examples for expansions.
Using "pixels" instead of minifb allows for better window decorations and resizing.
I mostly copied their winit exampe.
The debug option has been removed and the scaling option is now a plain factor.
* Implemented additional input codes in the emulator
* Explained new inputs in the README
* Added additional inputs to the specification and changed the layout.
* Made a more advanced input-tester example that shows all keys.