Home
last modified time | relevance | path

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

/dports/emulators/mednafen/mednafen/src/sms/
H A Dvdp.cpp72 vdp.hint_pending = 0; in vdp_reset()
159 if(vdp.hint_pending) in vdp_reg_w()
293 vdp.hint_pending = 0; in vdp_read()
562 vdp.hint_pending = 1; in SMS_VDPRunFrame()
619 SFVARN(vdp.hint_pending, "hint_pending"), in SMS_VDPStateAction()
H A Dvdp.h52 uint8 hint_pending; member
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/
H A Dsystem.c465 hint_pending = 0x10; in system_frame_gen()
640 hint_pending = 0x10; in system_frame_gen()
804 hint_pending = 0x10; in system_frame_scd()
967 hint_pending = 0x10; in system_frame_scd()
1170 hint_pending = 0x10; in system_frame_sms()
1370 hint_pending = 0x10; in system_frame_sms()
H A Dvdp_ctrl.c67 uint8 hint_pending; /* 0= Line interrupt is pending */ variable
264 hint_pending = 0; in vdp_reset()
467 save_param(&hint_pending, sizeof(hint_pending)); in vdp_context_save()
535 load_param(&hint_pending, sizeof(hint_pending)); in vdp_context_load()
1344 hint_pending = vint_pending = 0; in vdp_z80_ctrl_r()
1455 if (reg[0] & hint_pending) in vdp_68k_irq_ack()
1471 hint_pending = 0; in vdp_68k_irq_ack()
1506 if (r & hint_pending) in vdp_reg_w()
1679 else if (reg[0] & hint_pending) in vdp_reg_w()
H A Dvdp_ctrl.h51 extern uint8 hint_pending;
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/
H A Dsystem.c465 hint_pending = 0x10; in system_frame_gen()
640 hint_pending = 0x10; in system_frame_gen()
804 hint_pending = 0x10; in system_frame_scd()
967 hint_pending = 0x10; in system_frame_scd()
1170 hint_pending = 0x10; in system_frame_sms()
1370 hint_pending = 0x10; in system_frame_sms()
H A Dvdp_ctrl.c67 uint8 hint_pending; /* 0= Line interrupt is pending */ variable
264 hint_pending = 0; in vdp_reset()
467 save_param(&hint_pending, sizeof(hint_pending)); in vdp_context_save()
535 load_param(&hint_pending, sizeof(hint_pending)); in vdp_context_load()
1344 hint_pending = vint_pending = 0; in vdp_z80_ctrl_r()
1455 if (reg[0] & hint_pending) in vdp_68k_irq_ack()
1471 hint_pending = 0; in vdp_68k_irq_ack()
1506 if (r & hint_pending) in vdp_reg_w()
1679 else if (reg[0] & hint_pending) in vdp_reg_w()
H A Dvdp_ctrl.h51 extern uint8 hint_pending;
/dports/emulators/mednafen/mednafen/src/md/
H A Dvdp.h82 hint_pending = 0; in IntAckCallback()
163 bool hint_pending; /* 0= Line interrupt is pending */ variable
H A Dvdp_run.inc127 hint_pending = 1;
272 else if(hint_pending && (reg[0] & 0x10))
H A Dvdp.cpp150 hint_pending = vint_pending = 0; in Reset()
715 SFVAR(hint_pending), in StateAction()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dmdfr.cpp605 else if ((vdp.hint_pending) && (vdp.reg[0] & 0x10)) in m68k_vdp_irq_trigger()
617 if ((vdp.hint_pending) && (vdp.reg[0] & 0x10)) in m68k_vdp_irq_handler()
620 vdp.hint_pending = false; in m68k_vdp_irq_handler()
625 vdp.hint_pending = false; in m68k_vdp_irq_handler()
948 vdp.hint_pending = true; in one_frame()
977 vdp.hint_pending = true; in one_frame()
H A Dvdp.cpp20 hint_pending = false; in reset()
H A Dmd.h137 bool hint_pending; variable
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/sms/
H A Dsmsvdp.h45 UINT8 hint_pending; member
H A Dsmssystem.cpp75 vdp.hint_pending = 1; in system_frame()
H A Dsmsvdp.cpp208 if(vdp.hint_pending) in vdp_reg_w()
344 vdp.hint_pending = 0; in vdp_read()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/sms/
H A Dsmsvdp.h45 UINT8 hint_pending; member
H A Dsmssystem.cpp100 vdp.hint_pending = 1; in system_frame()
H A Dsmsvdp.cpp184 if(vdp.hint_pending) in vdp_reg_w()
341 vdp.hint_pending = 0; in vdp_read()