You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed an error where this.emulator.readmem wasn't defined. But...looks like there's code that alerts all the time:
while(len--){letb=this.emulator.readmem(addr++);if(b<32||(b>=127&&b<161)){if(b==10||b==13)alert("problematic byte value "+b);b+=0x100;}data+=String.fromCodePoint(b);}
@8bitkick I'm not sure what this is supposed to do but copying any memory pretty much kills the browser with this (as it has a modal alert up)
The text was updated successfully, but these errors were encountered:
I fixed an error where
this.emulator.readmem
wasn't defined. But...looks like there's code that alerts all the time:@8bitkick I'm not sure what this is supposed to do but copying any memory pretty much kills the browser with this (as it has a modal
alert
up)The text was updated successfully, but these errors were encountered: