Home
last modified time | relevance | path

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

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dnamcoio.cpp123 void (*out_0_cb)(UINT8, UINT8); member
154 ptr->out_0_cb = (out0 == NULL) ? fakeOut : out0; in namcoio_init()
286 ptr->out_0_cb((UINT8)0, IORAM_READ(9)); // output to pins 13-16 (motos, pacnpal, gaplus) in namco56xx_customio_run()
321 ptr->out_0_cb((UINT8)0, 0 & 0x0f); // set pin 13 = 0 in namco56xx_customio_run()
326 ptr->out_0_cb((UINT8)0, 1 & 0x0f); // set pin 13 = 1 in namco56xx_customio_run()
361 ptr->out_0_cb((UINT8)0, IORAM_READ(9)); // output to pins 13-16 (toypop) in namco58xx_customio_run()
377 ptr->out_0_cb((UINT8)0, 0 & 0x0f); // set pin 13 = 0 in namco58xx_customio_run()
382 ptr->out_0_cb((UINT8)0, 1 & 0x0f); // set pin 13 = 1 in namco58xx_customio_run()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Dnamcoio.cpp123 void (*out_0_cb)(UINT8, UINT8); member
154 ptr->out_0_cb = (out0 == NULL) ? fakeOut : out0; in namcoio_init()
286 ptr->out_0_cb((UINT8)0, IORAM_READ(9)); // output to pins 13-16 (motos, pacnpal, gaplus) in namco56xx_customio_run()
321 ptr->out_0_cb((UINT8)0, 0 & 0x0f); // set pin 13 = 0 in namco56xx_customio_run()
326 ptr->out_0_cb((UINT8)0, 1 & 0x0f); // set pin 13 = 1 in namco56xx_customio_run()
361 ptr->out_0_cb((UINT8)0, IORAM_READ(9)); // output to pins 13-16 (toypop) in namco58xx_customio_run()
377 ptr->out_0_cb((UINT8)0, 0 & 0x0f); // set pin 13 = 0 in namco58xx_customio_run()
382 ptr->out_0_cb((UINT8)0, 1 & 0x0f); // set pin 13 = 1 in namco58xx_customio_run()