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

Method ramSyncPressed

gui/qt/memorywidget.cpp:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void MainWindow::ramSyncPressed() {
223 if (ui->ramEdit->modifiedCount()) {
224 memcpy(mem.ram.block, ui->ramEdit->data(), 0x65800);
225 }
226 memSync(ui->ramEdit);
227}
228
229void MainWindow::memSyncEdit(HexWidget *edit) {
230 if (edit == Q_NULLPTR) {

Callers

nothing calls this directly

Calls 2

modifiedCountMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected