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

Function exception3_write_access

src/cputest.cpp:1653–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1651}
1652
1653void exception3_write_access(uae_u32 opcode, uae_u32 addr, int size, uae_u32 val, int fc)
1654{
1655 add_memory_cycles(addr, 1);
1656 exception3_write(opcode, addr, size, val, fc);
1657}
1658
1659uae_u16 exception3_word_read(uaecptr addr)
1660{

Callers

nothing calls this directly

Calls 2

add_memory_cyclesFunction · 0.85
exception3_writeFunction · 0.70

Tested by

no test coverage detected