(nw)Fixed the build (*interrupt_source not used)

This commit is contained in:
Robbbert 2017-06-25 09:58:44 +10:00
parent 1a06955f3e
commit fcd0ec717d

View File

@ -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