Home
last modified time | relevance | path

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

/dports/games/libretro-fceumm/libretro-fceumm-91ccd3b/src/boards/
H A Dcopyfami_hwi.c54 uint8 PRGWBCmd[] = { 0x08, 0x00, 0x00, 0x00 }; /* args 2b addr, 1b data return none */ variable
356 PRGWBCmd[1] = A & 0xFF; in DECLFW()
357 PRGWBCmd[2] = A >> 8; in DECLFW()
358 PRGWBCmd[3] = V & 0xFF; in DECLFW()
359 SEND(PRGWBCmd); in DECLFW()