we already know the cpu, no need to look it up (nw)

This commit is contained in:
smf- 2013-08-27 11:13:49 +00:00
parent f39c565667
commit 46ed6d1ba8

View file

@ -1346,7 +1346,7 @@ void zn_state::atpsx_dma_read( UINT32 *p_n_psxram, UINT32 n_address, INT32 n_siz
return;
}
address_space &space = machine().firstcpu->space(AS_PROGRAM);
address_space &space = m_maincpu->space(AS_PROGRAM);
/* dma size is in 32-bit words, convert to words */
n_size <<= 1;