1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-03-12 04:41:54 +00:00

nes: removed JQuery

cli: using nodemock.ts utilities, added --info and --memdump
This commit is contained in:
Steven Hugg
2026-03-05 12:01:53 +01:00
parent 231f9ac9dd
commit b85b2ffbb7
6 changed files with 191 additions and 58 deletions

View File

@@ -83,6 +83,7 @@ emu.RasterVideo = function(mainElement, width, height, options) {
this.fillRect = function() { }
this.fillStyle = '';
this.putImageData = function() { }
this.style = {};
}
emu.VectorVideo = function(mainElement, width, height, options) {