MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / custom_dumpstate

Function custom_dumpstate

src/custom.cpp:6984–6991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6982}
6983
6984void custom_dumpstate(int mode)
6985{
6986 if (!mode) {
6987 console_out_f(_T("VPOS: %03d ($%03x) HPOS: %03d ($%03x) COP: $%08x\n"),
6988 vpos, vpos, current_hpos(), current_hpos(),
6989 cop_state.ip);
6990 }
6991}
6992
6993void dumpcustom(void)
6994{

Callers 2

debug_lineFunction · 0.85
debug_1Function · 0.85

Calls 2

current_hposFunction · 0.85
console_out_fFunction · 0.50

Tested by

no test coverage detected