File:  [RetroPC.NET] / xmil / io / dipsw.c
Revision 1.1: download - view: text, annotated - select for diffs
Sun Aug 1 14:31:30 2004 JST (21 years, 3 months ago) by yui
Branches: MAIN
CVS tags: HEAD
initialize

#include	"compiler.h"
#include	"pccore.h"
#include	"iocore.h"


REG8 IOINPCALL dipsw_i(UINT port) {

	(void)port;
	return(pccore.DIP_SW);
}


RetroPC.NET-CVS <cvs@retropc.net>