()
| 326 | } |
| 327 | |
| 328 | @Override |
| 329 | public void tick() { |
| 330 | if (debugTicks > 0) { |
| 331 | debugTicks--; |
| 332 | if (debugTicks == 0) { |
| 333 | Emulator.withComputer(c->c.getCpu().setTraceEnabled(false)); |
| 334 | } |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | /** |
| 339 | * 4147-4247: Room map? |
nothing calls this directly
no test coverage detected