File:  [RetroPC.NET] / np2 / io / pcidev.c
Revision 1.1: download - view: text, annotated - select for diffs
Fri Mar 19 12:36:52 2004 JST (21 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix bios (T.Yui)

#include	"compiler.h"

// 実装はメモリを修正してから

#if defined(SUPPORT_PC9821)

#include	"cpucore.h"
#include	"pccore.h"
#include	"iocore.h"


void IOOUTCALL pcidev_w32(UINT port, UINT32 value) {
}

UINT32 IOOUTCALL pcidev_r32(UINT port) {

	return((UINT32)-1);
}

void pcidev_reset(void) {
}

void pcidev_bind(void) {
}

#endif


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