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

Method portAddSlot

gui/qt/debugger.cpp:1160–1162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1158}
1159
1160void MainWindow::portAddSlot() {
1161 portAdd(0, DBG_MASK_NONE, true);
1162}
1163
1164bool MainWindow::portAdd(uint16_t port, int mask, bool unset) {
1165 const int row = m_ports->rowCount();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected