()
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public void detach() { |
| 73 | suspend(); |
| 74 | unregisterListeners(); |
| 75 | super.detach(); |
| 76 | } |
| 77 | |
| 78 | abstract protected void handleIOAccess(int register, RAMEvent.TYPE type, int value, RAMEvent e); |
| 79 |
nothing calls this directly
no test coverage detected