Home
last modified time | relevance | path

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

/dports/audio/uade/uade-2.13/src/
H A Dcustom.c582 static void BLTCPTH (uae_u16 v) {}
1479 case 0x048: BLTCPTH (value); break;
/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c2534 static void BLTCPTH (uae_u16 v) { maybe_blit (0); bltcpt = (bltcpt & 0xffff) | ((uae_u32)v << 16); } in BLTCPTH() function
3844 case 0x048: BLTCPTH (value); break; in custom_wput_1()
4084 BLTCPTH(RL); /* 048-04B BLTCPT */ in restore_custom()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c4379 static void BLTCPTH (int hpos, uae_u16 v) { maybe_blit (hpos, 0); bltcpt = (bltcpt & 0xffff) | ((ua… in BLTCPTH() function
7324 case 0x048: BLTCPTH (hpos, value); break; in custom_wput_1()
7626 BLTCPTH (0, RW);BLTCPTL(0, RW); /* 048-04B BLTCPT */ in restore_custom()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp5671 static void BLTCPTH (int hpos, uae_u16 v) function
9026 case 0x048: BLTCPTH (hpos, value); break;
9327 BLTCPTH (0, RW);BLTCPTL(0, RW); /* 048-04B BLTCPT */