2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

16-bit PCI BIOS interface also now known to work.

This commit is contained in:
Michael Brown 2005-04-12 16:42:14 +00:00
parent 45f96a49c7
commit 17aad49028

View File

@ -18,8 +18,6 @@
#include "realmode.h"
#endif
#define DEBUG_PCI_IO
#undef DBG
#ifdef DEBUG_PCI_IO
#define DBG(...) printf ( __VA_ARGS__ )