2019-04-18

Citra Git (2019/04/18)

EmuCR: CitraCitra Git (2019/04/18) is released. This is the trunk of Citra Project. Citra is an experimental open-source Nintendo 3DS emulator/debugger written in C++. At this time, it only emulates a very small subset of 3DS hardware, and therefore is only useful for booting/debugging very simple homebrew demos. Citra is licensed under the GPLv2. Refer to the license.txt file included.

Xenia Git (2019/04/18)

EmuCR: XeniaXenia Git (2019/04/18) is compiled. Xenia is an experimental emulator for the Xbox 360. It does not run games (yet).

yuzu Git (2019/04/18)

EmuCR: yuzuyuzu Git (2019/04/18) is complied. yuzu is a work-in-progress Nintendo Switch emulator. yuzu is an open-source project, licensed under the GPLv2 (or any later version). yuzu has been designed with portability in mind, with builds available for Windows, Linux, and macOS. The project was started in spring of 2017 by bunnei, one of the original authors of the popular Citra 3DS emulator, to experiment with and research the Nintendo Switch. Due to the similarities between Switch and 3DS, yuzu was developed as a fork of Citra. This means that it uses the same project architecture, and both emulators benefit from sharead improvements. During the early months of development, work was done in private, and progress was slow. However, as Switch reverse-engineering and homebrew development became popular, work on yuzu began to take off as well.

Ryujinx Git (2019/04/18)

EmuCR: RyujinxRyujinx Git (2019/04/18) is complied. Ryujinx is a Experimental Switch emulator written in C#. Don't expect much from this. Some homebrew apps works, and Tetris shows the intro logos (sometimes) but that's about it for now. Contributions are always welcome.

Project64 Git (2019/04/18)

EmuCR: Project 64Project64 Git (2019/04/18) is compiled. Project 64 is a proprietary Nintendo 64 emulator for Windows. It employs a plug-in system that allows third-party software developers to create their own implementation of a specified component. Project64 allows the user to play Nintendo 64 games on a computer by reading ROM images, either dumped from the read-only memory of a Nintendo 64 cartridge or created directly on the computer as homebrew. Project64 started as an exercise by Jabo and zilmar in an attempt to see if they were capable of programming a Nintendo 64 emulator. It's open source now.

VisualBoyAdvance-M v2.1.3

EmuCR VisualBoyAdvanceVisualBoyAdvance-M v2.1.3 is released. VisualBoyAdvance-M(VBA-M) is a [Super] Game Boy [Color / Advance] emulator for Windows, Linux & Mac. Here you can get information about the latest development build of the Windows version and download it while you're at it.

Snes9x Git (2019/04/18)

EmuCR: Snes9xSnes9x Git (2019/04/18) is compiled. Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator. It basically allows you to play most games designed for the SNES and Super Famicom Nintendo game systems on your PC or Workstation; which includes some real gems that were only ever released in Japan. Snes9x is the result of well over three years worth of part-time hacking, coding, recoding, debugging, divorce, etc. (just kidding about the divorce bit). Snes9x is coded in C++, with three assembler CPU emulation cores on the i386 Linux and Windows ports.

Play! Git (2019/04/18)

EmuCR: Play!Play! Git (2019/04/18) is complied. Play! is an attempt at creating an emulator for the PlayStation 2 (PS2) console on the Windows platform. It is currently written in C/C++. It uses an instruction caching/recompilation scheme to achieve better performance while emulating the CPU.

BizHawk Git (2019/04/18)

EmuCR: BizHawkBizHawk Git (2019/04/18) is compiled. BizHawk is a A multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.

Z64K (2019/04/17)

EmuCR: Z64K Z64K (2019/04/17) is released. Pixel exact emulation of the Commodore 64, VIC 20 and Atari 2600 written entirely in Java. The emulators should run on any platform with an updated java runtime environment installed.

QEMU v4.0.0-rc4

EmuCR: QEMUQEMU v4.0.0-rc4 is released. QEMU is a generic and open source machine emulator and virtualizer.When used as a machine emulator, QEMU can run OSes and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, it achieves very good performances.When used as a virtualizer, QEMU achieves near native performances by executing the guest code directly on the host CPU. A host driver called the QEMU accelerator (also known as KQEMU) is needed in this case. The virtualizer mode requires that both the host and guest machine use x86 compatible processors.