mirror of
https://github.com/holub/mame
synced 2025-04-25 01:40:16 +03:00
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:
parent
e9fcd73ff1
commit
86eb8db4f9
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user