mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-25 18:33:11 +00:00
fixed NES probe duplicating probes
This commit is contained in:
parent
7a75e971c5
commit
ad38ae2fc4
@ -259,6 +259,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
|
||||
<div id="workspace">
|
||||
</div>
|
||||
<div class="emulator disable-select" id="emulator">
|
||||
<!-- replay slider -->
|
||||
<div id="replaydiv" class="replaydiv" style="display:none">
|
||||
<div style="display:flex">
|
||||
<button id="replay_min" class="btn" title="Start of replay"><span class="glyphicon glyphicon-fast-backward" aria-hidden="true"></span></button>
|
||||
|
@ -253,6 +253,7 @@ class JSNESPlatform extends Base6502Platform implements Platform, Probeable {
|
||||
old_writeMem(a,v);
|
||||
this.probe.logVRAMWrite(a,v);
|
||||
}
|
||||
ppu.haveProxied = true;
|
||||
}
|
||||
}
|
||||
newCodeAnalyzer() {
|
||||
|
Loading…
Reference in New Issue
Block a user