From f6463359644c9a9660cd8c30d133ce0d22b01024 Mon Sep 17 00:00:00 2001 From: smf- Date: Tue, 28 May 2013 13:41:02 +0000 Subject: [PATCH] updated comment (nw) --- src/emu/cpu/psx/dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/cpu/psx/dma.c b/src/emu/cpu/psx/dma.c index ec35ab9d683..035405eacd0 100644 --- a/src/emu/cpu/psx/dma.c +++ b/src/emu/cpu/psx/dma.c @@ -147,7 +147,7 @@ void psxdma_device::dma_finished( int index ) if( n_address == 0xffffff ) { dma->n_base = n_address; - //HACK: fixes pse bios 2.x & other texture uploading issues, breaks kdeadeye test mode. + //HACK: fixes pse bios 2.x & other texture uploading issues, breaks kdeadeye test mode, gtrfrk7m & gtrkfrk8m loading //dma_start_timer( index, 19000 ); dma_start_timer( index, 500 ); return;