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

Function process_dmal

src/custom.cpp:9789–9796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9787#define DMAL_SPR7B (1 << 26)
9788
9789static void process_dmal(uae_u32 v)
9790{
9791 uae_u16 dmalt = audio_dmal();
9792 dmalt <<= (3 * 2);
9793 dmalt |= disk_dmal();
9794 dmal = dmalt;
9795 inputdevice_hsync_strobe();
9796}
9797
9798static void start_dmal(void)
9799{

Callers 3

dmal_fastFunction · 0.85
do_imm_dmalFunction · 0.85
handle_rga_outFunction · 0.85

Calls 3

audio_dmalFunction · 0.85
disk_dmalFunction · 0.85
inputdevice_hsync_strobeFunction · 0.85

Tested by

no test coverage detected