mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
Fixed compilation error when neither HAS_PPC403GA nor HAS_PPC403GCX are defined
This commit is contained in:
parent
fbda64287d
commit
136db6075d
@ -1190,8 +1190,6 @@ static TIMER_CALLBACK( decrementer_int_callback )
|
||||
EMBEDDED 4XX HELPERS
|
||||
***************************************************************************/
|
||||
|
||||
#if (HAS_PPC403GA || HAS_PPC403GCX)
|
||||
|
||||
/*-------------------------------------------------
|
||||
ppc4xx_set_irq_line - PowerPC 4XX-specific
|
||||
IRQ line management
|
||||
@ -1789,4 +1787,3 @@ void ppc4xx_get_info(powerpc_state *ppc, UINT32 state, cpuinfo *info)
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user