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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user