MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / memSync

Method memSync

gui/qt/memorywidget.cpp:205–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void MainWindow::memSync(HexWidget *edit) {
206 if (edit == Q_NULLPTR) {
207 return;
208 }
209
210 debugPopulate();
211 disasmUpdateAddr(m_disasmAddr, m_disasmPane);
212 edit->setFocus();
213}
214
215void MainWindow::flashSyncPressed() {
216 if (ui->flashEdit->modifiedCount()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected