Adding more dma tests

This commit is contained in:
Zoe Roux
2021-02-03 18:37:07 +01:00
parent 8ec3cad58b
commit 0b28719f41
2 changed files with 49 additions and 1 deletions

View File

@@ -137,7 +137,7 @@ namespace ComSquare::Debugger
{
this->_isPaused = !this->_isPaused;
if (this->_isPaused)
this->_ui.actionPause->setText("Resume");
this->_ui.actionPause->setText("Continue");
else
this->_ui.actionPause->setText("Pause");
this->_updateDisassembly(this->_registers.pac);