Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dnamcoio.cpp252 IORAM_WRITE(0 ^ swap, m_credits / 10); // BCD credits in handle_coins()
253 IORAM_WRITE(1 ^ swap, m_credits % 10); // BCD credits in handle_coins()
260 IORAM_WRITE(4, ~m_in_cb[1](0 & 0x0f)); // pins 22-25 in handle_coins()
263 IORAM_WRITE(6, ~m_in_cb[2](0 & 0x0f)); // pins 26-29 in handle_coins()
309 IORAM_WRITE(2, 0xe); in customio_run()
310 IORAM_WRITE(7, 0x6); in customio_run()
324 IORAM_WRITE(0, sum >> 4); in customio_run()
325 IORAM_WRITE(1, sum & 0xf); in customio_run()
464 IORAM_WRITE(i, ~n); in customio_run()
466 IORAM_WRITE(0, 0x0); in customio_run()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dnamcoio.cpp252 IORAM_WRITE(0 ^ swap, m_credits / 10); // BCD credits in handle_coins()
253 IORAM_WRITE(1 ^ swap, m_credits % 10); // BCD credits in handle_coins()
260 IORAM_WRITE(4, ~m_in_cb[1](0 & 0x0f)); // pins 22-25 in handle_coins()
263 IORAM_WRITE(6, ~m_in_cb[2](0 & 0x0f)); // pins 26-29 in handle_coins()
309 IORAM_WRITE(2, 0xe); in customio_run()
310 IORAM_WRITE(7, 0x6); in customio_run()
324 IORAM_WRITE(0, sum >> 4); in customio_run()
325 IORAM_WRITE(1, sum & 0xf); in customio_run()
464 IORAM_WRITE(i, ~n); in customio_run()
466 IORAM_WRITE(0, 0x0); in customio_run()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dnamcoio.cpp266 IORAM_WRITE(4, ~ptr->in_1_cb(0 & 0x0f)); // pins 22-25 in handle_coins()
269 IORAM_WRITE(6, ~ptr->in_2_cb(0 & 0x0f)); // pins 26-29 in handle_coins()
282 IORAM_WRITE(0, ~ptr->in_0_cb(0 & 0x0f)); // pins 38-41 in namco56xx_customio_run()
283 IORAM_WRITE(1, ~ptr->in_1_cb(0 & 0x0f)); // pins 22-25 in namco56xx_customio_run()
303 IORAM_WRITE(2, 0xe); in namco56xx_customio_run()
304 IORAM_WRITE(7, 0x6); in namco56xx_customio_run()
315 IORAM_WRITE(0, sum >> 4); in namco56xx_customio_run()
316 IORAM_WRITE(1, sum & 0xf); in namco56xx_customio_run()
420 IORAM_WRITE(i, ~n); in namco58xx_customio_run()
422 IORAM_WRITE(0, 0x0); in namco58xx_customio_run()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Dnamcoio.cpp266 IORAM_WRITE(4, ~ptr->in_1_cb(0 & 0x0f)); // pins 22-25 in handle_coins()
269 IORAM_WRITE(6, ~ptr->in_2_cb(0 & 0x0f)); // pins 26-29 in handle_coins()
282 IORAM_WRITE(0, ~ptr->in_0_cb(0 & 0x0f)); // pins 38-41 in namco56xx_customio_run()
283 IORAM_WRITE(1, ~ptr->in_1_cb(0 & 0x0f)); // pins 22-25 in namco56xx_customio_run()
303 IORAM_WRITE(2, 0xe); in namco56xx_customio_run()
304 IORAM_WRITE(7, 0x6); in namco56xx_customio_run()
315 IORAM_WRITE(0, sum >> 4); in namco56xx_customio_run()
316 IORAM_WRITE(1, sum & 0xf); in namco56xx_customio_run()
420 IORAM_WRITE(i, ~n); in namco58xx_customio_run()
422 IORAM_WRITE(0, 0x0); in namco58xx_customio_run()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dnamcoio_machine.c874 IORAM_WRITE(4, ~READ_PORT(1)); // pins 22-25 in handle_coins()
877 IORAM_WRITE(6, ~READ_PORT(2)); // pins 26-29 in handle_coins()
896 IORAM_WRITE(0, ~READ_PORT(0)); // pins 38-41 in namco_customio_56XX_run()
897 IORAM_WRITE(1, ~READ_PORT(1)); // pins 22-25 in namco_customio_56XX_run()
898 IORAM_WRITE(2, ~READ_PORT(2)); // pins 26-29 in namco_customio_56XX_run()
926 IORAM_WRITE(2,0xe); in namco_customio_56XX_run()
927 IORAM_WRITE(7,0x6); in namco_customio_56XX_run()
941 IORAM_WRITE(0,sum >> 4); in namco_customio_56XX_run()
942 IORAM_WRITE(1,sum & 0xf); in namco_customio_56XX_run()
1085 IORAM_WRITE(i,~n); in namco_customio_58XX_run()
[all …]