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

Method setAsicRevision

gui/qt/settings.cpp:1030–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028}
1029
1030void MainWindow::setAsicRevision(int index) {
1031 emu.setAsicRev(index);
1032}
1033
1034void MainWindow::setAllowAnyRev(bool state) {
1035 ui->checkAllowAnyRev->setChecked(state);

Callers

nothing calls this directly

Calls 1

setAsicRevMethod · 0.80

Tested by

no test coverage detected