A World of Warcraft addon that runs FC/NES games inside the game.
- Run FC/NES games inside World of Warcraft
- Support for multiple mappers (Mapper 0, 1, 2, 3, 4)
- Customizable key bindings
- Frame skip optimization for different performance environments
- Turbo (rapid fire) support
- Debug mode
- Optional scanline-accurate rendering
- Sound on/off toggle
- Performance boost mode (uncaps WoW frame limit while running)
- Go to Releases
- Download the latest
WowFC-vX.X.X.zip - Extract and copy the
WowFCfolder to your WoW addon directory:- Retail:
World of Warcraft\_retail_\Interface\AddOns\ - Classic:
World of Warcraft\_classic_\Interface\AddOns\
- Retail:
- Restart the game or click the "AddOns" button at the character selection screen
Install via CurseForge and let the client manage updates.
cd "World of Warcraft\_retail_\Interface\AddOns"
git clone https://github.com/huchang47/WowFC.git WowFC- Type
/fcor/WowFCto open/close the emulator window - Press
ESCto exit control mode - Window is draggable to adjust position
- Place your
.nesformat ROM files in theWowFC/ROMs/directory - Run
WowFC/WowFC_ROM_Converter.exeto convert ROMs to Lua data format - Run
/reloadin-game to load the new ROMs - Click the "Load ROM" button in the addon interface to select and load a game
Note: ROM files may have copyright issues. Please do not commit ROM files to the repository.
Click the "Key Binding" button in the interface to customize keyboard mappings for FC controller buttons.
| Command | Description |
|---|---|
/fc |
Open/close emulator window |
/fc skip <1-10|auto> |
Set frame skip (for performance tuning) |
/fc scanline <on|off> |
Toggle scanline-accurate rendering |
/fc sound <on|off> |
Toggle sound output |
/fc boost |
Toggle performance boost mode |
/fc prof |
Show performance profile data |
/fc profreset |
Reset performance profile data |
/fc debug |
Show debug information |
/fc bench [frames] [rounds] |
Run renderer benchmark (default 60 frames × 3 rounds) |
/fc help |
Show help message |
WowFC/
├── Core/ # Emulator core
│ ├── CPU.lua # 6502 CPU emulation
│ ├── PPU.lua # Picture Processing Unit
│ ├── ROM.lua # ROM loader
│ ├── FC.lua # Main emulator logic
│ └── Mappers/ # Various mapper implementations
├── Utils/ # Utility modules
├── Sound/ # Sound sample assets
├── ROMs/ # ROM directory (README only in repo)
├── UltraRenderer.lua # Renderer
├── Keybinding.lua # Key binding
├── WowFC.lua # Addon main entry
└── WowFC.toc # Addon manifest
This project is based on:
- World of Warcraft Lua API for UI rendering
- Pure Lua implementation of 6502 CPU and PPU emulation
- ROM Copyright: This project does not include any game ROMs. Users must prepare their own legal ROM files.
- Performance Requirements: The emulator requires computational resources. Recommended for use on better-configured computers.
- Compatibility: Currently supports World of Warcraft 12.0+.
- Performance: Frame skip may be required on lower-end systems to maintain playable speed
This project is open-sourced under the MIT License.
- Thanks to the WoW addon development community
[黑科研]胡涂 / [黑科研]童
Disclaimer: This addon is for educational and communication purposes only. It is not affiliated with Blizzard Entertainment.
