mirror of
https://github.com/holub/mame
synced 2025-05-31 01:51:46 +03:00
Small printf bugfix
This commit is contained in:
parent
60b6853708
commit
70e0a16942
@ -605,7 +605,7 @@ INLINE void CHECK_IRQ_LINES(m6800_state *cpustate)
|
||||
{
|
||||
if( cpustate->irq_state[M6800_IRQ_LINE] != CLEAR_LINE )
|
||||
{ /* standard IRQ */
|
||||
enter_interrupt(cpustate, "M6800 '%s' take IRQ1n",0xfff8);
|
||||
enter_interrupt(cpustate, "M6800 '%s' take IRQ1\n",0xfff8);
|
||||
if( cpustate->irq_callback )
|
||||
(void)(*cpustate->irq_callback)(cpustate->device, M6800_IRQ_LINE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user