trunk/src/mame/drivers/naomi.c
| r23954 | r23955 | |
| 70 | 70 | - Oinori-Daimyoujin Matsuri: reports "B. RAM error" in test mode, inputs doesn't seem to work after that point; |
| 71 | 71 | - OutTrigger: crashes on naomibd_r(); |
| 72 | 72 | - Ringout 4x4: needs cabinet set to 4p, moans about not having two jamma i/o boards; |
| 73 | - Street Fighter Zero 3 Upper: currently dies at disclaimer screen (regression); |
| 73 | 74 | - Super Major League '99: attract mode/gameplay bogusly have stop-motions from time to time; |
| 74 | 75 | - The House of the Dead 2: game uses an earlier PVR so it has extra gfx issues; |
| 75 | 76 | - The Typing of the Dead: missing keyboard inputs, doesn't enter into attract/test mode anymore (JVS issue); |
trunk/src/mame/machine/dc.c
| r23954 | r23955 | |
| 225 | 225 | m_wave_dma.flag = (m_wave_dma.indirect & 1) ? 1 : 0; |
| 226 | 226 | /* Note: if you trigger an instant DMA IRQ trigger, sfz3upper doesn't play any bgm. */ |
| 227 | 227 | /* TODO: timing of this */ |
| 228 | | machine().scheduler().timer_set(attotime::from_usec(300), timer_expired_delegate(FUNC(dc_state::aica_dma_irq),this)); |
| 228 | machine().scheduler().timer_set(m_maincpu->cycles_to_attotime(m_wave_dma.size/4), timer_expired_delegate(FUNC(dc_state::aica_dma_irq),this)); |
| 229 | 229 | } |
| 230 | 230 | |
| 231 | 231 | // register decode helpers |