trunk/src/mame/drivers/saturn.c
| r20558 | r20559 | |
| 621 | 621 | WRITE32_MEMBER(saturn_state::minit_w) |
| 622 | 622 | { |
| 623 | 623 | //logerror("cpu %s (PC=%08X) MINIT write = %08x\n", space.device().tag(), space.device().safe_pc(),data); |
| 624 | | machine().scheduler().boost_interleave(m_minit_boost_timeslice, attotime::from_usec(m_minit_boost)); |
| 625 | | machine().scheduler().trigger(1000); |
| 624 | // machine().scheduler().boost_interleave(m_minit_boost_timeslice, attotime::from_usec(m_minit_boost)); |
| 625 | // machine().scheduler().trigger(1000); |
| 626 | machine().scheduler().synchronize(); // force resync |
| 626 | 627 | sh2_set_frt_input(m_slave, PULSE_LINE); |
| 627 | 628 | } |
| 628 | 629 | |
| 629 | 630 | WRITE32_MEMBER(saturn_state::sinit_w) |
| 630 | 631 | { |
| 631 | 632 | //logerror("cpu %s (PC=%08X) SINIT write = %08x\n", space.device().tag(), space.device().safe_pc(),data); |
| 632 | | machine().scheduler().boost_interleave(m_sinit_boost_timeslice, attotime::from_usec(m_sinit_boost)); |
| 633 | // machine().scheduler().boost_interleave(m_sinit_boost_timeslice, attotime::from_usec(m_sinit_boost)); |
| 634 | machine().scheduler().synchronize(); // force resync |
| 633 | 635 | sh2_set_frt_input(m_maincpu, PULSE_LINE); |
| 634 | 636 | } |
| 635 | 637 | |
trunk/src/mame/video/stvvdp2.c
| r20558 | r20559 | |
| 4208 | 4208 | |
| 4209 | 4209 | /* Albert Odyssey Gaiden 0x0001 */ |
| 4210 | 4210 | /* Asuka 120% (doesn't make sense?) 0x0101 */ |
| 4211 | | if(STV_VDP2_ZMCTL & 0x0202) |
| 4211 | /* Slam n Jam 96 0x0003 */ |
| 4212 | if(STV_VDP2_ZMCTL & 0x0200) |
| 4212 | 4213 | popmessage("Reduction enable %04x, contact MAMEdev",STV_VDP2_ZMCTL); |
| 4213 | 4214 | |
| 4214 | 4215 | /* Burning Rangers and friends FMV, J.League Pro Soccer Club Wo Tsukurou!! backgrounds */ |