1
0
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:
Steven Hugg
2019-05-27 21:52:00 -04:00
parent c93ba6fd75
commit 642ba8176f
18 changed files with 725 additions and 77 deletions
+1
View File
@@ -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; }