Home
last modified time | relevance | path

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

/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcdtvcr.cpp92 static int cd_led; variable
248 cd_led ^= LED_CD_ACTIVE2; in rethink_cdtvcr()
955 cd_led |= LED_CD_ACTIVE; in CDTVCR_hsync_handler()
957 cd_led &= ~LED_CD_ACTIVE; in CDTVCR_hsync_handler()
958 if ((cd_led & ~LED_CD_ACTIVE2) && !cdtvcr_4510_ram[CDTVCR_CD_PLAYING]) in CDTVCR_hsync_handler()
959 gui_flicker_led(LED_CD, 0, cd_led); in CDTVCR_hsync_handler()
H A Dcdtv.cpp88 static int cd_led; variable
104 cd_led ^= LED_CD_ACTIVE2; in INT2()
1193 cd_led |= LED_CD_ACTIVE; in CDTV_hsync_handler()
1195 cd_led &= ~LED_CD_ACTIVE; in CDTV_hsync_handler()
1196 if ((cd_led & ~LED_CD_ACTIVE2) && !cd_playing) in CDTV_hsync_handler()
1197 gui_flicker_led (LED_CD, 0, cd_led); in CDTV_hsync_handler()
1234 cd_led = 0; in cdtv_reset_int()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcdtv.c90 static int cd_led; variable
113 cd_led ^= LED_CD_ACTIVE2; in INT2()
1188 cd_led |= LED_CD_ACTIVE; in CDTV_hsync_handler()
1190 cd_led &= ~LED_CD_ACTIVE; in CDTV_hsync_handler()
1191 if ((cd_led & ~LED_CD_ACTIVE2) && !cd_playing) in CDTV_hsync_handler()
1192 gui_flicker_led (LED_CD, 0, cd_led); in CDTV_hsync_handler()
1246 cd_led = 0; in cdtv_reset_int()