summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/psx.c')
-rw-r--r--src/mame/machine/psx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/psx.c b/src/mame/machine/psx.c
index 16203bf1464..e7c1408fe64 100644
--- a/src/mame/machine/psx.c
+++ b/src/mame/machine/psx.c
@@ -533,7 +533,7 @@ WRITE32_HANDLER( psx_dma_w )
p_psx->n_dicr = ( p_psx->n_dicr & ( 0x80000000 | ~mem_mask ) ) |
( p_psx->n_dicr & ~data & 0x7f000000 & mem_mask ) |
( data & 0x00ffffff & mem_mask );
-
+
if( ( p_psx->n_dicr & 0x80000000 ) != 0 && ( p_psx->n_dicr & 0x7f000000 ) == 0 )
{
verboselog( p_psx, 2, "dma interrupt cleared\n" );