Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dnamcoio.cpp191 void namcoio_device::handle_coins( int swap ) in handle_coins() function in namcoio_device
302 handle_coins(0); in customio_run()
404 handle_coins(2); in customio_run()
H A Dnamcoio.h52 void handle_coins( int swap );
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dnamcoio.cpp191 void namcoio_device::handle_coins( int swap ) in handle_coins() function in namcoio_device
302 handle_coins(0); in customio_run()
404 handle_coins(2); in customio_run()
H A Dnamcoio.h52 void handle_coins( int swap );
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dxyonix.c44 void handle_coins(int coin) in handle_coins() function
110 if (credits < 9) handle_coins(coin); in READ_HANDLER()
H A Dexidy440.c267 static void handle_coins(void) in handle_coins() function
290 handle_coins(); in INTERRUPT_GEN()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dxyonix.c44 void handle_coins(int coin) in handle_coins() function
110 if (credits < 9) handle_coins(coin); in READ_HANDLER()
H A Dexidy440.c267 static void handle_coins(void) in handle_coins() function
290 handle_coins(); in INTERRUPT_GEN()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dnamcoio.cpp201 static void handle_coins( INT32 chip, int swap ) in handle_coins() function
298 handle_coins(chip,0); in namco56xx_customio_run()
373 handle_coins(chip,2); in namco58xx_customio_run()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Dnamcoio.cpp201 static void handle_coins( INT32 chip, int swap ) in handle_coins() function
298 handle_coins(chip,0); in namco56xx_customio_run()
373 handle_coins(chip,2); in namco58xx_customio_run()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dxyonix.cpp84 void handle_coins(int coin);
211 void xyonix_state::handle_coins(int coin) in handle_coins() function in xyonix_state
274 if (m_credits < 9) handle_coins(coin); in io_r()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dxyonix.cpp84 void handle_coins(int coin);
211 void xyonix_state::handle_coins(int coin) in handle_coins() function in xyonix_state
274 if (m_credits < 9) handle_coins(coin); in io_r()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pre90s/
H A Dd_xyonix.cpp90 static void handle_coins(INT32 coin) in STDDIPINFO()
145 if (m_credits < 9) handle_coins(coin); in io_read()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pre90s/
H A Dd_xyonix.cpp90 static void handle_coins(INT32 coin) in STDDIPINFO()
145 if (m_credits < 9) handle_coins(coin); in io_read()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dnamcoio_machine.c809 static void handle_coins(int chip,int swap) in handle_coins() function
919 handle_coins(chip,0); in namco_customio_56XX_run()
1025 handle_coins(chip,2); in namco_customio_58XX_run()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/drivers/
H A Dexidy440.c313 static void handle_coins(void) in handle_coins() function
336 handle_coins(); in main_interrupt()