Home
last modified time | relevance | path

Searched refs:BLTAFWM (Results 1 – 4 of 4) sorted by relevance

/dports/audio/uade/uade-2.13/src/
H A Dcustom.c575 static void BLTAFWM (uae_u16 v) {}
1472 case 0x044: BLTAFWM (value); break;
/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c2527 static void BLTAFWM (uae_u16 v) { maybe_blit (0); blt_info.bltafwm = v; } in BLTAFWM() function
3837 case 0x044: BLTAFWM (value); break; in custom_wput_1()
4082 BLTAFWM(RW); /* 044 BLTAFWM */ in restore_custom()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c4372 static void BLTAFWM (int hpos, uae_u16 v) { maybe_blit (hpos, 2); blt_info.bltafwm = v; reset_blit … in BLTAFWM() function
7317 case 0x044: BLTAFWM (hpos, value); break; in custom_wput_1()
7624 BLTAFWM (0, RW); /* 044 BLTAFWM */ in restore_custom()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp5624 static void BLTAFWM (int hpos, uae_u16 v) { maybe_blit (hpos, 2); blt_info.bltafwm = v; reset_blit … function
9019 case 0x044: BLTAFWM (hpos, value); break;
9325 BLTAFWM (0, RW); /* 044 BLTAFWM */