Updating the debugger's ui when reseting the game

This commit is contained in:
Anonymus Raccoon
2020-02-16 23:50:08 +01:00
parent 789b8d35a1
commit 3eb6b39292
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -446,7 +446,7 @@ namespace ComSquare::CPU
void write(uint24_t addr, uint8_t data) override;
//! @brief Reset interrupt - Called on boot and when the reset button is pressed.
void RESB();
virtual void RESB();
};
}