DankRank / vhvc

vhvc - A Famicom Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vhvc - A Famicom Emulator

- Supported Mappers -
	NROM (0)
	MMC1 (1)
	UxROM (2, 94, 180)
	CNROM (3, 185)
	MMC3 (4)
	MMC5 (5)
	AxROM (7)
	MMC2 (9)
	MMC4 (10)
	ColorDreams (11)
	CPROM (13)
	Jaleco SS 88006 (18)
	VRC2 / VRC4 (21, 22, 23, 25)
	VRC6 (24, 26)
	BNROM (34)
	Crime Busters (38)
	GxROM (66)
	Camerica (71, 232)
	Jaleco (72, 78, 86, 87, 92, 101, 140)
	VRC3 (73)
	VRC1 (75)
	Namcot 108 (76, 88, 95, 154, 206)
	VRC7 (85)
	Death Race (144)
	Action 52 (228)
	NSF
	FDS

- Build Instructions -
Requirements:
	CMake 3.11+
	SDL 2.0.18+

Instructions:
	git submodule update --init --recursive
	cmake -S . -B build
	cmake --build build

On Linux, it'll find SDL2 automatically. If SDL2 in your distro is too
outdated, build and install it locally using cmake, and use this:
	cmake -DSDL2_DIR=/usr/local/lib/cmake/SDL2 build
On Windows, download the development libs, copy extlib/sdl2-config.cmake into
that directory, and specify it as SDL2_DIR.

About

vhvc - A Famicom Emulator

License:Other


Languages

Language:C++ 99.1%Language:CMake 0.9%