Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dnamcoio.cpp237 if (IORAM_READ(9) == 0) in handle_coins()
273 switch (IORAM_READ(8)) in customio_run()
291 m_coins_per_cred[0] = IORAM_READ(9); in customio_run()
292 m_creds_per_coin[0] = IORAM_READ(10); in customio_run()
293 m_coins_per_cred[1] = IORAM_READ(11); in customio_run()
294 m_creds_per_coin[1] = IORAM_READ(12); in customio_run()
323 sum += IORAM_READ(i); in customio_run()
353 switch (IORAM_READ(8)) in customio_run()
376 switch (IORAM_READ(8)) in customio_run()
394 m_coins_per_cred[0] = IORAM_READ(9); in customio_run()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dnamcoio.cpp237 if (IORAM_READ(9) == 0) in handle_coins()
273 switch (IORAM_READ(8)) in customio_run()
291 m_coins_per_cred[0] = IORAM_READ(9); in customio_run()
292 m_creds_per_coin[0] = IORAM_READ(10); in customio_run()
293 m_coins_per_cred[1] = IORAM_READ(11); in customio_run()
294 m_creds_per_coin[1] = IORAM_READ(12); in customio_run()
323 sum += IORAM_READ(i); in customio_run()
353 switch (IORAM_READ(8)) in customio_run()
376 switch (IORAM_READ(8)) in customio_run()
394 m_coins_per_cred[0] = IORAM_READ(9); in customio_run()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dnamcoio.cpp247 if (IORAM_READ(9) == 0) in handle_coins()
279 switch (IORAM_READ(8)) in namco56xx_customio_run()
291 ptr->coins_per_cred[0] = IORAM_READ(9); in namco56xx_customio_run()
292 ptr->creds_per_coin[0] = IORAM_READ(10); in namco56xx_customio_run()
293 ptr->coins_per_cred[1] = IORAM_READ(11); in namco56xx_customio_run()
314 sum += IORAM_READ(i); in namco56xx_customio_run()
339 switch (IORAM_READ(8)) in namco59xx_customio_run()
354 switch (IORAM_READ(8)) in namco58xx_customio_run()
366 ptr->coins_per_cred[0] = IORAM_READ(9); in namco58xx_customio_run()
395 n = (IORAM_READ(9) * 16 + IORAM_READ(10)) & 0x7f; in namco58xx_customio_run()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Dnamcoio.cpp247 if (IORAM_READ(9) == 0) in handle_coins()
279 switch (IORAM_READ(8)) in namco56xx_customio_run()
291 ptr->coins_per_cred[0] = IORAM_READ(9); in namco56xx_customio_run()
292 ptr->creds_per_coin[0] = IORAM_READ(10); in namco56xx_customio_run()
293 ptr->coins_per_cred[1] = IORAM_READ(11); in namco56xx_customio_run()
314 sum += IORAM_READ(i); in namco56xx_customio_run()
339 switch (IORAM_READ(8)) in namco59xx_customio_run()
354 switch (IORAM_READ(8)) in namco58xx_customio_run()
366 ptr->coins_per_cred[0] = IORAM_READ(9); in namco58xx_customio_run()
395 n = (IORAM_READ(9) * 16 + IORAM_READ(10)) & 0x7f; in namco58xx_customio_run()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dnamcoio_machine.c855 if (IORAM_READ(9) == 0) in handle_coins()
890 switch (IORAM_READ(8)) in namco_customio_56XX_run()
940 sum += IORAM_READ(i); in namco_customio_56XX_run()
972 switch (IORAM_READ(8)) in namco_customio_pacnpal_run()
997 switch (IORAM_READ(8)) in namco_customio_58XX_run()
1060 n = (IORAM_READ(9) * 16 + IORAM_READ(10)) & 0x7f; in namco_customio_58XX_run()
1070 if (rng & 1) { n ^= ~IORAM_READ(11); } in namco_customio_58XX_run()
1073 if (rng & 1) { n ^= ~IORAM_READ(10); } in namco_customio_58XX_run()
1075 if (rng & 1) { n ^= ~IORAM_READ(9); } in namco_customio_58XX_run()
1077 if (rng & 1) { n ^= ~IORAM_READ(15); } in namco_customio_58XX_run()
[all …]