mirror of
https://github.com/holub/mame
synced 2025-05-28 00:31:33 +03:00
Small bugfix for an SH-2 logging message.
This commit is contained in:
parent
87aa7c3dfb
commit
790edbb11b
@ -275,7 +275,7 @@ static void sh2_dmac_check(SH2 *sh2, int dma)
|
||||
{
|
||||
if(sh2->dma_timer_active[dma])
|
||||
{
|
||||
logerror("SH2: DMA %d cancelled in-flight", dma);
|
||||
logerror("SH2: DMA %d cancelled in-flight\n", dma);
|
||||
timer_adjust_oneshot(sh2->dma_timer[dma], attotime_never, 0);
|
||||
sh2->dma_timer_active[dma] = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user