Home
last modified time | relevance | path

Searched refs:coin_lockout (Results 1 – 25 of 35) sorted by relevance

12

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pst90s/
H A Dd_wrally.cpp34 static UINT8 coin_lockout[2]; variable
165 coin_lockout[(address >> 3) & 1] = ~data & 1; in wrally_main_write_word()
297 coin_lockout[0] = 0; in DrvDoReset()
298 coin_lockout[1] = 0; in DrvDoReset()
624 if (coin_lockout[0]) DrvInputs[0] |= (1 << 6); in DrvFrame()
625 if (coin_lockout[1]) DrvInputs[0] |= (1 << 7); in DrvFrame()
H A Dd_airbustr.cpp40 static UINT8 *coin_lockout; variable
284 *coin_lockout = ~data & 0x0c; in airbustr_sub_out()
311 return DrvInputs[2] | *coin_lockout; in airbustr_sub_in()
461 coin_lockout = Next; Next += 0x000001; in MemIndex()
H A Dd_drgnmst.cpp43 static UINT8 *coin_lockout; variable
198 *coin_lockout = (~data >> 2) & 3; in drgnmst_write_byte()
526 coin_lockout = Next; Next += 0x000004; // 1 in MemIndex()
901 DrvInps[1] |= *coin_lockout; in DrvFrame()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/toaplan/
H A Dd_wardner.cpp55 static INT32 coin_lockout; variable
303 case 0x0c: coin_lockout = 0x08; break; in wardner_coin_write()
304 case 0x0d: coin_lockout = 0x00; break; in wardner_coin_write()
305 case 0x0e: coin_lockout = 0x10; break; in wardner_coin_write()
306 case 0x0f: coin_lockout = 0x00; break; in wardner_coin_write()
468 return ((DrvInputs[2] & 0x7f) & ~coin_lockout) | (vblank ? 0x80 : 0); in wardner_main_read_port()
618 coin_lockout = 0; in DrvDoReset()
1133 SCAN_VAR(coin_lockout); in DrvScan()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pst90s/
H A Dd_wrally.cpp34 static UINT8 coin_lockout[2]; variable
165 coin_lockout[(address >> 3) & 1] = ~data & 1; in wrally_main_write_word()
297 coin_lockout[0] = 0; in DrvDoReset()
298 coin_lockout[1] = 0; in DrvDoReset()
612 if (coin_lockout[0]) DrvInputs[0] |= (1 << 6); in DrvFrame()
613 if (coin_lockout[1]) DrvInputs[0] |= (1 << 7); in DrvFrame()
H A Dd_drgnmst.cpp34 static UINT8 coin_lockout; variable
184 coin_lockout = (~data >> 2) & 3; in drgnmst_write_byte()
400 coin_lockout = 0; in DrvDoReset()
693 DrvInputs[1] |= coin_lockout; in DrvFrame()
755 SCAN_VAR(coin_lockout); in DrvScan()
H A Dd_airbustr.cpp40 static UINT8 *coin_lockout; variable
284 *coin_lockout = ~data & 0x0c; in airbustr_sub_out()
311 return DrvInputs[2] | *coin_lockout; in airbustr_sub_in()
461 coin_lockout = Next; Next += 0x000001; in MemIndex()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/toaplan/
H A Dd_wardner.cpp55 static INT32 coin_lockout; variable
303 case 0x0c: coin_lockout = 0x08; break; in wardner_coin_write()
304 case 0x0d: coin_lockout = 0x00; break; in wardner_coin_write()
305 case 0x0e: coin_lockout = 0x10; break; in wardner_coin_write()
306 case 0x0f: coin_lockout = 0x00; break; in wardner_coin_write()
468 return ((DrvInputs[2] & 0x7f) & ~coin_lockout) | (vblank ? 0x80 : 0); in wardner_main_read_port()
618 coin_lockout = 0; in DrvDoReset()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/taito/
H A Dd_wyvernf0.cpp30 static UINT8 *coin_lockout; variable
181 *coin_lockout = (~data & 0x40) ? 0xcf : 0xff; in rambankswitch()
381 coin_lockout = Next; Next += 0x000001; in MemIndex()
637 DrvInputs[0] = (DrvInputs[0] & *coin_lockout);// | 0xc0; in DrvFrame()
H A Dd_tnzs.cpp34 static UINT8 *coin_lockout; variable
655 *coin_lockout = ~data & 0x30; in bankswitch1()
727 return DrvInputs[2] | *coin_lockout; in tnzsb_cpu1_read()
981 coin_lockout = Next; Next += 0x000001; in MemIndex()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/taito/
H A Dd_wyvernf0.cpp33 static UINT8 *coin_lockout; variable
183 *coin_lockout = (~data & 0x40) ? 0xcf : 0xff; in rambankswitch()
388 coin_lockout = Next; Next += 0x000001; in MemIndex()
649 DrvInputs[0] = (DrvInputs[0] & *coin_lockout);// | 0xc0; in DrvFrame()
H A Dd_tnzs.cpp35 static UINT8 *coin_lockout; variable
650 *coin_lockout = ~data & 0x30; in bankswitch1()
721 return DrvInputs[2] | *coin_lockout; in tnzsb_cpu1_read()
978 coin_lockout = Next; Next += 0x000001; in MemIndex()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pre90s/
H A Dd_baraduke.cpp32 static UINT8 *coin_lockout; variable
278 *coin_lockout = ~data & 0x01; in baraduke_mcu_write_port()
397 coin_lockout = Next; Next += 0x000001; in MemIndex()
703 if (*coin_lockout) DrvInputs[4] |= 0x06; in DrvFrame()
H A Dd_skykid.cpp32 static UINT8 *coin_lockout; variable
422 *coin_lockout = ~data & 0x01; in skykid_mcu_write_port()
558 coin_lockout = Next; Next += 0x000001; in MemIndex()
826 if (*coin_lockout) DrvInputs[4] |= 0x03; in DrvFrame()
H A Dd_blktiger.cpp41 static UINT8 *coin_lockout; variable
218 *coin_lockout = ~data << 6; in blacktiger_out()
400 coin_lockout = Next; Next += 0x000001; in MemIndex()
744 DrvInputs[0] |= *coin_lockout; in DrvFrame()
H A Dd_tigeroad.cpp45 static UINT8 *coin_lockout; variable
332 *coin_lockout = (~data & 0x30) << 1; in tigeroad_write_byte()
539 coin_lockout= Next; Next += 0x000001; in MemIndex()
877 DrvInputs[1] |= *coin_lockout << 8; in DrvFrame()
H A Dd_pacland.cpp36 static UINT8 *coin_lockout; variable
279 coin_lockout[0] = data & 0x01; in pacland_mcu_write_port()
331 coin_lockout = Next; Next += 0x000001; in MemIndex()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pre90s/
H A Dd_baraduke.cpp31 static UINT8 *coin_lockout; variable
279 *coin_lockout = ~data & 0x01; in baraduke_mcu_write_port()
358 coin_lockout = Next; Next += 0x000001; in MemIndex()
728 if (*coin_lockout) DrvInputs[4] |= 0x06; in DrvFrame()
H A Dd_skykid.cpp32 static UINT8 *coin_lockout; variable
422 *coin_lockout = ~data & 0x01; in skykid_mcu_write_port()
558 coin_lockout = Next; Next += 0x000001; in MemIndex()
812 if (*coin_lockout) DrvInputs[4] |= 0x03; in DrvFrame()
H A Dd_blktiger.cpp41 static UINT8 *coin_lockout; variable
218 *coin_lockout = ~data << 6; in blacktiger_out()
400 coin_lockout = Next; Next += 0x000001; in MemIndex()
744 DrvInputs[0] |= *coin_lockout; in DrvFrame()
H A Dd_tigeroad.cpp44 static UINT8 *coin_lockout; variable
388 *coin_lockout = (~data & 0x30) << 1; in tigeroad_write_byte()
616 coin_lockout = Next; Next += 0x000001; in MemIndex()
985 DrvInputs[1] |= *coin_lockout << 8; in DrvFrame()
H A Dd_pacland.cpp36 static UINT8 *coin_lockout; variable
279 coin_lockout[0] = data & 0x01; in pacland_mcu_write_port()
331 coin_lockout = Next; Next += 0x000001; in MemIndex()
/dports/emulators/mess/mame-mame0226/android-project/app/src/main/assets/
H A Dmame.ini125 coin_lockout 1
/dports/emulators/mame/mame-mame0226/android-project/app/src/main/assets/
H A Dmame.ini125 coin_lockout 1
/dports/devel/z88dk/z88dk/examples/pacman/
H A Dmame.ini106 coin_lockout 1

12