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

Method ramUpdate

gui/qt/memorywidget.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void MainWindow::ramUpdate() {
50 if (!guiEmuValid) {
51 return;
52 }
53
54 ui->ramEdit->setBase(0xD00000);
55 ui->ramEdit->setData({reinterpret_cast<const char *>(mem.ram.block), 0x65800});
56}
57
58void MainWindow::memUpdateEdit(HexWidget *edit, bool force) {
59 if (edit == Q_NULLPTR || !guiEmuValid) {

Callers

nothing calls this directly

Calls 2

setBaseMethod · 0.80
setDataMethod · 0.45

Tested by

no test coverage detected