Notify when interrupt has ended
(&mut self)
| 230 | |
| 231 | // Notify when interrupt has ended |
| 232 | pub fn notify_intrend(&mut self) |
| 233 | { |
| 234 | unsafe |
| 235 | { |
| 236 | self.address.write(Reg::C as u8); |
| 237 | self.data.read(); |
| 238 | } |
| 239 | } |
| 240 | |
| 241 | |
| 242 | // Enable NMI |
no test coverage detected