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

Function getstrobecopip

src/custom.cpp:2953–2962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2951static void compute_spcflag_copper(void);
2952
2953static uaecptr getstrobecopip(void)
2954{
2955 if (cop_state.strobe == 3) {
2956 return cop1lc | cop2lc;
2957 } else if (cop_state.strobe == 2) {
2958 return cop2lc;
2959 } else {
2960 return cop1lc;
2961 }
2962}
2963
2964static void COPJMP(int num, bool bsce)
2965{

Callers 1

custom.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected