MCPcopy Create free account
hub / github.com/TASEmulators/fceux / add_BM_CB

Method add_BM_CB

src/drivers/Qt/ConsoleDebugger.cpp:2461–2466  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

2459}
2460//----------------------------------------------------------------------------
2461void ConsoleDebugger::add_BM_CB(void)
2462{
2463 dbgBmMgr.addBookmark( selBmAddrVal );
2464
2465 bmListUpdate(false);
2466}
2467//----------------------------------------------------------------------------
2468void ConsoleDebugger::edit_BM_CB(void)
2469{

Callers

nothing calls this directly

Calls 1

addBookmarkMethod · 0.80

Tested by

no test coverage detected