mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-24 11:16:38 +00:00
astrocade debug fixes; z80 was borking 'im' during loadState()
This commit is contained in:
@@ -77,6 +77,7 @@ emu.RasterVideo = function(mainElement, width, height, options) {
|
||||
this.getFrameData = function() { return datau32; }
|
||||
this.getImageData = function() { return {data:datau8, width:width, height:height}; }
|
||||
this.updateFrame = function() {}
|
||||
this.clearRect = function() {}
|
||||
this.setupMouseEvents = function() { }
|
||||
this.canvas = this;
|
||||
this.getContext = function() { return this; }
|
||||
|
||||
Reference in New Issue
Block a user