fixed dma_write_data parameter, even though it's not used and the dma isn't hooked up properly (nw)

This commit is contained in:
smf- 2013-09-26 19:30:58 +00:00
parent e9fcd73ff1
commit 86eb8db4f9

View File

@ -295,7 +295,7 @@ void konamigv_state::scsi_dma_write( UINT32 *p_n_psxram, UINT32 n_address, INT32
n_this--;
}
m_am53cf96->dma_write_data( n_this * 4, sector_buffer );
m_am53cf96->dma_write_data( i, sector_buffer );
}
}