()
| 328 | |
| 329 | AtomicInteger pendingInspectorUpdates = new AtomicInteger(0); |
| 330 | public void onInspectorChanged() { |
| 331 | pendingInspectorUpdates.set(0); |
| 332 | } |
| 333 | |
| 334 | private void processMemoryEvent(RAMEvent e) { |
| 335 | MemoryCell cell = getMemoryCell(e.getAddress()); |