mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
added a note about how the hack breaks other things (nw)
This commit is contained in:
parent
45148f5143
commit
5566addb14
@ -152,7 +152,7 @@ void psxdma_device::dma_finished( int index )
|
|||||||
if( n_address == 0xffffff )
|
if( n_address == 0xffffff )
|
||||||
{
|
{
|
||||||
dma->n_base = n_address;
|
dma->n_base = n_address;
|
||||||
//HACK: fixes pse bios 2.x & other texture uploading issues.
|
//HACK: fixes pse bios 2.x & other texture uploading issues, breaks kdeadeye test mode.
|
||||||
//dma_start_timer( index, 19000 );
|
//dma_start_timer( index, 19000 );
|
||||||
dma_start_timer( index, 500 );
|
dma_start_timer( index, 500 );
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user