Lines Matching refs:m_value0

213 	save_item(NAME(m_value0));  in machine_start()
521 printf("%06x command %02x | %04x\n", pc, m_ddp3lastcommand, m_value0); in command_handler_ddp3()
527 m_slots[(m_value0 >> 10) & 0x1F]= in command_handler_ddp3()
528 (m_slots[(m_value0 >> 5) & 0x1F]+ in command_handler_ddp3()
529 m_slots[(m_value0 >> 0) & 0x1F]) & 0xffffff; in command_handler_ddp3()
535 m_curslots = (m_value0 & 0xff00) >> 8; in command_handler_ddp3()
536 m_slots[m_curslots] = (m_value0 & 0x00ff) << 16; in command_handler_ddp3()
542 m_slots[m_curslots] |= (m_value0 & 0xffff); in command_handler_ddp3()
547 m_valueresponse = m_slots[m_value0 & 0xff]; in command_handler_ddp3()
673 puzzli2_printf("%08x: %02x %04x | ",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
679 puzzli2_take_leveldata_value(m_value0 & 0xff); in command_handler_puzzli2()
681 hack_31_table_offset = m_value0 & 0xff; in command_handler_puzzli2()
690 int end = puzzli2_take_leveldata_value(m_value0 & 0xff); in command_handler_puzzli2()
721 puzzli2_printf("%08x: %02x %04x (for z80 address?)\n ",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
734 puzzli2_printf("%08x: %02x %04x (READ LEVEL DATA) | ",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
782 puzzli2_printf("%08x: %02x %04x (RESET)\n",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
797 puzzli2_printf("%08x: %02x %04x (GFX OFF PART 1)\n",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
799 hack_47_value = m_value0; in command_handler_puzzli2()
803 if (m_value0 & 0xf0f0) puzzli2_printf("unhandled 0x47 bits %04x\n", m_value0); in command_handler_puzzli2()
812 puzzli2_printf("%08x: %02x %04x (GFX OFF PART 2)\n",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
815 if (m_value0 & 0xfff0) puzzli2_printf("unhandled 0x52 bits %04x\n", m_value0); in command_handler_puzzli2()
819 if (m_value0 == 0x0000) in command_handler_puzzli2()
828 val += m_value0 & 0x000f; in command_handler_puzzli2()
840 puzzli2_printf("%08x: %02x %04x\n",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
850 puzzli2_printf("%08x: %02x %04x (UNK)\n",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
860 puzzli2_printf("%08x: %02x %04x\n",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
913 puzzli2_printf("%08x: %02x %04x (Z80 ADDR PART 1)\n",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
917 if (m_value0 == 0x0000) in command_handler_puzzli2()
921 else if (m_value0 == 0x0001) in command_handler_puzzli2()
925 else if (m_value0 == 0x0002) in command_handler_puzzli2()
929 else if (m_value0 == 0x0003) // before 'cast' screen in command_handler_puzzli2()
933 else if (m_value0 == 0x0004) // 2 player demo in command_handler_puzzli2()
946 if (m_value0 == 0x0000) in command_handler_puzzli2()
950 else if (m_value0 == 0x0001) in command_handler_puzzli2()
954 else if (m_value0 == 0x0002) in command_handler_puzzli2()
958 else if (m_value0 == 0x0003) in command_handler_puzzli2()
962 else if (m_value0 == 0x0004) in command_handler_puzzli2()
975 puzzli2_printf("%08x: %02x %04x (Z80 ADDR PART 2)\n",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
979 …if ( (m_value0 == 0x0000) || (m_value0 == 0x0001) || (m_value0 == 0x0002) || (m_value0 == 0x0003) ) in command_handler_puzzli2()
983 else if ( m_value0 == 0x0004 ) // 2 player demo in command_handler_puzzli2()
995 … if ((m_value0 == 0x0000) || (m_value0 == 0x0001) || (m_value0 == 0x0002) || (m_value0 == 0x0003)) in command_handler_puzzli2()
999 else if ( m_value0 == 0x0004 ) // 2 player demo in command_handler_puzzli2()
1012 puzzli2_printf("%08x: %02x %04x\n",pc, m_ddp3lastcommand, m_value0); in command_handler_puzzli2()
1069 m_py2k2_sprite_base = m_value0; in command_handler_py2k2()
1075 m_py2k2_prev_base = m_value0; in command_handler_py2k2()
1078 m_py2k2_prev_base = m_value0; in command_handler_py2k2()
1084 puzzli2_printf("%06x command %02x | %04x\n", pc, m_ddp3lastcommand, m_value0); in command_handler_py2k2()
1088 m_valueresponse = 0x904000 + ((m_extra_ram[0xc0] + (m_value0 * 0x40)) * 4); in command_handler_py2k2()
1091 m_valueresponse = 0xa01000 + (m_value0 * 0x20); in command_handler_py2k2()
1094 m_valueresponse = 0xa00800 + (m_value0 * 0x40); in command_handler_py2k2()
1097 m_valueresponse = 0xa00000 + ((m_value0 & 0x1f) * 0x40); in command_handler_py2k2()
1104 int y = m_value0; in command_handler_py2k2()
1115 puzzli2_printf("%06x command %02x | %04x\n", pc, m_ddp3lastcommand, m_value0); in command_handler_py2k2()
1230 m_valueresponse = 0xa00000 + (m_value0 << 6); in command_handler_pstars()
1234 m_valueresponse = 0xa00800 + (m_value0 << 6); in command_handler_pstars()
1238 m_valueresponse = 0xa01000 + (m_value0 << 5); in command_handler_pstars()
1242 m_pstar_b1_value = m_value0; in command_handler_pstars()
1247 m_valueresponse = m_pstar_b1_value * m_value0; in command_handler_pstars()
1255 m_pstar_ce_value = m_value0; in command_handler_pstars()
1260 m_extra_ram[m_pstar_ce_value] = m_value0; in command_handler_pstars()
1265 m_pstar_e7_value = (m_value0 >> 12) & 0xf; in command_handler_pstars()
1267 m_slots[m_pstar_e7_value] |= (m_value0 & 0xff) << 16; in command_handler_pstars()
1273 m_slots[m_pstar_e7_value] |= m_value0; in command_handler_pstars()
1278 m_valueresponse = m_slots[m_value0 & 0xf] & 0xffffff; in command_handler_pstars()
1282 m_valueresponse = pstar_ba[m_value0]; in command_handler_pstars()
1286 m_valueresponse = pstar_b0[m_value0]; in command_handler_pstars()
1290 m_valueresponse = pstar_ae[m_value0]; in command_handler_pstars()
1294 m_valueresponse = pstar_a0[m_value0]; in command_handler_pstars()
1298 m_valueresponse = pstar_9d[m_value0]; in command_handler_pstars()
1302 m_valueresponse = pstar_90[m_value0]; in command_handler_pstars()
1306 m_valueresponse = pstar_8c[m_value0]; in command_handler_pstars()
1310 m_valueresponse = pstar_80[m_value0]; in command_handler_pstars()
1315 logerror("PSTARS PC(%06x) UNKNOWN %4X %4X\n", pc, m_value1, m_value0); in command_handler_pstars()
1350 m_valueresponse = 0xa00000 + ((m_value0 & 0x1f) * 0x40); in command_handler_kov()
1354 m_valueresponse = kov_B0TABLE[m_value0 & 0x0f]; in command_handler_kov()
1362 if (m_value0 == 0x0102) m_value0 = 0x0100; // why? in command_handler_kov()
1364 m_slots[(m_value0 >> 8) & 0x0f] = m_slots[(m_value0 >> 0) & 0x0f]; in command_handler_kov()
1369 m_valueresponse = kov_BATABLE[m_value0 & 0x3f]; in command_handler_kov()
1374 m_kov_c0_value = m_value0; in command_handler_kov()
1378 m_valueresponse = 0x904000 + ((m_kov_c0_value + (m_value0 * 0x40)) * 4); in command_handler_kov()
1383 m_kov_cb_value = m_value0; in command_handler_kov()
1388 int y = m_value0; in command_handler_kov()
1396 m_valueresponse = 0xa01000 + (m_value0 * 0x20); in command_handler_kov()
1401 m_slots[0] = m_slots[m_value0 & 0x0f]; in command_handler_kov()
1406 m_valueresponse = 0xa00800 + (m_value0 * 0x40); in command_handler_kov()
1411 m_valueresponse = 0xa00000 + ((m_value0 & 0x1f) * 0x40); in command_handler_kov()
1419 m_slots[sel] = (m_slots[sel] & 0x00ff0000) | ((m_value0 & 0xffff) << 0); in command_handler_kov()
1426 m_curslots = m_value0; in command_handler_kov()
1429 m_slots[sel] = (m_slots[sel] & 0x0000ffff) | ((m_value0 & 0x00ff) << 16); in command_handler_kov()
1439 m_valueresponse = m_slots[m_value0 & 0x0f] & 0x00ffffff; in command_handler_kov()
1443 m_valueresponse = (m_value0 * m_kov_fe_value) >> 6; in command_handler_kov()
1448 m_kov_fe_value = m_value0; in command_handler_kov()
1626 m_valueresponse = 0xa01000 + (m_value0 << 5); in command_handler_oldsplus()
1630 m_valueresponse = 0xa00000 + (m_value0 << 6); in command_handler_oldsplus()
1634 m_valueresponse = 0xa00800 + (m_value0 << 6); in command_handler_oldsplus()
1638 m_extra_ram[0x36] = m_value0; in command_handler_oldsplus()
1643 m_extra_ram[0x33] = m_value0; in command_handler_oldsplus()
1648 m_extra_ram[0x36] += m_value0; in command_handler_oldsplus()
1653 m_extra_ram[0x33] += m_value0; in command_handler_oldsplus()
1666 m_valueresponse = oldsplus_80[m_value0]; in command_handler_oldsplus()
1670 m_extra_ram[0xe7] = m_value0; in command_handler_oldsplus()
1678 m_slots[0xb] = m_value0; in command_handler_oldsplus()
1683 m_slots[0xc] = m_value0; in command_handler_oldsplus()
1687 m_slots[0xd] = m_value0; in command_handler_oldsplus()
1691 m_slots[0xf] = m_value0; in command_handler_oldsplus()
1698 m_valueresponse = m_slots[m_value0]; in command_handler_oldsplus()
1702 m_valueresponse = oldsplus_fc[m_value0]; in command_handler_oldsplus()
1721 m_extra_ram[0xf0] = m_value0; in command_handler_oldsplus()
1726 m_valueresponse = m_value0 << 0x6; in command_handler_oldsplus()
1733 m_extra_ram[0xe0] = m_value0; in command_handler_oldsplus()
1738 m_valueresponse = m_value0 << 0x6; in command_handler_oldsplus()
1749 m_valueresponse = oldsplus_a0[m_value0]; in command_handler_oldsplus()
1753 m_valueresponse = oldsplus_ba[m_value0]; in command_handler_oldsplus()
1757 m_valueresponse = oldsplus_5e[m_value0]; in command_handler_oldsplus()
1761 m_valueresponse = oldsplus_b0[m_value0]; in command_handler_oldsplus()
1765 m_valueresponse = oldsplus_ae[m_value0]; in command_handler_oldsplus()
1769 m_valueresponse = oldsplus_9d[m_value0]; in command_handler_oldsplus()
1773 m_valueresponse = oldsplus_90[m_value0]; in command_handler_oldsplus()
1777 m_valueresponse = oldsplus_8c[m_value0]; in command_handler_oldsplus()
1782 printf("%06X: oldsplus_UNKNOWN W CMD %X VAL %X\n", pc,m_value1,m_value0); in command_handler_oldsplus()
1793 m_value0 = data; in arm7_type1_sim_w()
1811 m_value0 ^= realkey; in arm7_type1_sim_w()