mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
fix MSVC build (nw)
This commit is contained in:
parent
dfad4902f4
commit
c35001445f
@ -40,7 +40,7 @@
|
||||
#define LOG_INTERRUPT(...)
|
||||
#define LOG_TIMER(timer, ...)
|
||||
#define LOG_HWINT(interrupt, ...)
|
||||
#define LOG_DMA(channel, ...)
|
||||
#define LOG_DMA(channel, ...) do {} while(0)
|
||||
#define LOG_DMA_SERIAL(channel, ...)
|
||||
#define LOG_ETH(...)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user