/* entry-level SB emulation, no DMA yet ;-( */

#include "config.h"

#ifdef CONFIG_SB   /* a BIG ifdef block */

#include <stdio.h>
#include "dosrun.h"

sb_init

sb_read_port
sb_write_port



#endif
