
		Family Computer(NES) Emulator 
			(noname yet)
			Copyright(C) 1998 by BERO
			bero@geocities.co.jp
		http://www.geocities.co.jp/playtown/2004/

Files:
	fce.exe		for PC-AT
	fce98.exe	for PC-9801/9821
	fce.txt		this document

This software is *VERY* early stage.
It can work with few cart.
If you play game,there are many good other emulator already.
If you are interested in inside emulator,It may be useful.
so I release it with source for programmer.(but very dirty code.)
This source are for DOS/VGA with DJGPP v2.

Why I make NES emulator where many many emulator are available?
I want to port NES emulator to PlayStation,but I can't find Portable C source
except xNes,it is too slow for PS on R3000/33Mhz.
so now I'm making NES emu for DOS/VGA first.
My last target is PlayStation with portable code, some console emulator.
especialy, if PC-Engine CD-ROM run on PS console,it's funny, isn't it?
I don't know this project will finish or not.

̃\tg͋ɂ߂ďiKłB
Q[ŗVԂ̂ړIȂAɂƂG~[^ς܂B
G~[^̓\ɋȂA\[XR[hɗ܂
()B̃\[XDJGPP v2płB

ɂG~[^̂ɁAł܂t@~RG~[^Ȃ
̂H
MasterSystemG~[^PlayStationɈڐAĂG~[^̓\
oĂāÃG~[^ڐAȂǁAKȌJꂽCR
[hȂ̂ŁAdȂ̂Ŏō܂B
ŏI^[QbgPlayStationłAƂ肠IDOS/VGApłB
PC-EngineCD-ROM̂܂PlayStationœʔƎvǁA
(ZpIEԂ̉ɓI)ł邩ǂ킩܂B

98ŕ⑫:
sɂDPMIKvłBWinDOSɂDPMI܂BMS-DOS̏ꍇDPMI.EXE
(DOSɕt)OɎsĂB
9801/9821ʂA980116FA9821256F[hœ삵܂B
9821ł́A݂̎g24khzł640x400A31Khzł640x480ɂȂ܂B
9801ł̓XvCg̃pbg኱Ȃ܂B
640x400ł͉ʂ̏㉺؂܂B98ł͂܂̂ƂTEhɑΉĂ܂B

Support:
 o no mapper 16K,32K
 o Mapper 1,2,3
 o Sound with SoundBlaster(but noizy,only Frequency)
 o iNES cart format
 o 16x8 Sprite

Not Support:
 o Sprite Priority
 o and more

Usage:
	fce <cart-file>
	(wait option is none,so too first.)

Key:
	START	Enter
	SELECT	TAB
	CURSOR	CURSOR
	A	Z or Space or Alt(PC98-GRPH)
	B	X or Ctrl
	(exit)	ESC

Status:
 This software is freeware.you can use it non-commercially.

Greets:
 6502 core by Marat Fayzullin:
  http://www.komkon.org/fms/
 NES document by YOSHi:
 Mapper document by Firebug:
  http://www.classicgaming.com/EPR/ (Emulator Programming Resource)
 NES palette from xNES/Linux:
 Keyboard interrupt and 256x240 mode from SVGALib for DJGPP by Mihai Cartoaje:
  http://wwwbacc.ift.ulaval.ca/~moisemih/
 SoundBlaster code from fMSX98-AT by MURAKAMI Reki:
  http://spock.vector.co.jp/authors/VA005750/fmsx/
 DJGPP by GNU and DJ Delorie:
  http://www.delorie.com/djgpp/

 Especialy,Marat's great emulator resource. I learn inside emultator with his
 MasterGear(SEGA MasterSystem/GameGear Emulator) source code.

Update:
 version 0.01	add 16x8 Sprite,PC-9801/9821,change kay assign
 version 0.0	first release