mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
(nw)Fixed the build (*interrupt_source not used)
This commit is contained in:
parent
1a06955f3e
commit
fcd0ec717d
@ -19,7 +19,7 @@
|
||||
#include "interpro_ioga.h"
|
||||
|
||||
#define LOG_GENERAL (1 << 31)
|
||||
#define LOG_HWINT_ENABLE ((1<<3) | LOG_GENERAL)
|
||||
#define LOG_HWINT_ENABLE 0 //((1<<3) | LOG_GENERAL)
|
||||
#define LOG_DMA_ENABLE ((1<<IOGA_DMA_FLOPPY) | LOG_GENERAL)
|
||||
#define LOG_TIMER_ENABLE 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user