mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-21 04:49:56 +00:00
7 lines
168 B
C
7 lines
168 B
C
|
/* ISA memory-mapped NS8390-based cards, including WD80x3 */
|
||
|
#if 0 /* Currently broken! */
|
||
|
#define INCLUDE_WD
|
||
|
#define WD_DEFAULT_MEM 0xCC000
|
||
|
#include "ns8390.c"
|
||
|
#endif
|