Emulation64.com  ::  EmuTalk.net  ::  DCEmu.co.uk     About  ::  Hosting  ::  Donate 
Home Files Forums Reviews Guides Articles Interviews

Welcome to the Emulation64 Network

 




    Thursday, February 28, 2019
SNES9X v1.59.2 released!

Version 1.59


- Count clock cycles to synchronize SA1 with S-CPU properly. Based mostly on
work by Vitor Vilela.
- Only allow instant IRQ when toggling IRQ. Fixes WWF - Wrestlemania.
- Refactored APU output code to buffer less on the client side. Removed 8-bit,
Mono, and Reverse Stereo options.
- Consistently handle interlacing when we skip frames.
- Changed APU clock to reflect nominal values for original hardware.
- Fix C4 square instruction regression.

Win32:
- Don't display Joypad 2 pressed keys if disabled.
- Add support for libretro ".slang" shaders to OpenGL driver.
- Removed glitch-prone DirectSound audio driver in favor of a generic Wave Out
driver.
- Moved sound sync to drivers to be more reactive. This makes sound sync and
dynamic resampling work more reliably.
- Cleaned up dialog boxes to be more consistently spaced.
- Fixed TVMode filter in Direct3D and OpenGL modes.
- Fixed an interaction slowdown with OpenGL and Blargg NTSC filters.

libretro:
- Fix multiline cheats.

GTK+:
- Switch from autotools to Meson build system.
- Readd glFinish option as alternative to glFenceSync.
- Fix size fallthrough with xBRZ filter.
- Fix loading of key bindings with spaces in them and modifier keys used alone.
- Add support for libretro ".slang" shaders to OpenGL driver.
- Use a cleaner onscreen font.
- Trap errors to allow OpenGL <= 2.1 to run again.
- Break display settings up to make it easier to access hardware accel section.


https://github.com/snes9xgit/snes9x/releases
 



    Wednesday, February 27, 2019
VisualBoyAdvance-M v2.1.1 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.

VisualBoyAdvance-M v2.1.1 changelog:


b5741ee - release v2.1.1 (15 minutes ago)
286d7ee - builder: fix 32bit mac build (16 hours ago)
eaa9b6c - Map Viewer: Fix crash when running a gb/gbc game, (26 hours ago)
91ee8ca - installdeps: check gtk3-classic on arch/manjaro (2 days ago)
98cb298 - GB: fix 32/64 bit save/state incompatibility (2 days ago)
b9d6f35 - add build32/ to .gitignore (for 32bit builds) (3 days ago)
6e76fce - cmake: fix finding 32 bit wxWidgets on gentoo (3 days ago)
0674b41 - cmake: remove from nasm definition (4 days ago)
7dda580 - cmake: do not use -fPIC on 32 bit x86, breaks asm (4 days ago)
3c28a18 - installdeps: support -m32 builds on opensuse (4 days ago)
d7cf15e - implement factory reset option #368 (5 days ago)
12fa61a - cmake: refactor FindSSP.cmake (9 days ago)
5a77d8f - cmake: don't use ccache on msys2+ninja (11 days ago)
ed29b9c - Merge pull request #364 from laqieer/master (3 weeks ago)
7b350c0 - bugfix: crash when loading elf (3 weeks ago)
eb6dfb4 - fix libretro build broken in 16dd5d4 #339 (3 weeks ago)
16dd5d4 - make speedup/turbo configurable + misc #339 (3 weeks ago)
5379708 - I guess I'll try the gtk2 build of wxwidgets instead (3 weeks ago)
d70dd37 - Let's use the proper wxwidgets package (3 weeks ago)
ede6b37 - Fix snap deps (3 weeks ago)
44208c8 - Add basic snapcraft yaml for building a snap (3 weeks ago)
ba678f4 - GB: Make gbTimerOn an INT type instead of BOOL (4 weeks ago)
43647d3 - GB: Prevent gbSpritesTicks from going out-of-bounds (4 weeks ago)
f8c6953 - fix drawing panel alignment in frame #325 (4 weeks ago)
c6fa724 - cmake: use color gcc/clang output when possible (4 weeks ago)
e912c35 - GBA: Remove some magic numbers for main pointers and save types size (4 weeks ago)
0697922 - Update libretro.cpp (4 weeks ago)
4700a2c - libretro: Enable mirroring for classic/famicom games for GBA and update (4 weeks ago)
f2b3496 - GB: Add missing battery save for MMM01 cart (4 weeks ago)
a0cec10 - Update GBA save type detection and cleanup... (4 weeks ago)
2a796d4 - libretro: Add GB color palettes (4 weeks ago)
4f90031 - persist chosen audio device in config file #353 (5 weeks ago)
d94d6d5 - osx builder: add -stdlib=libc++ to CFLAGS/LDFLAGS (5 weeks ago)
3eb591c - Update wxwidgets to 3.1.2 (5 weeks ago)
3b87576 - GB: Fix rumble support (MBC5) - Fix missing call to rumble function on MBC5 - fix rumble flag gets disabled causing rumble not to work at all. (5 weeks ago)
089d7a4 - libretro: Add support for tilt, gyro sensors and rumble pak (WIP) - Uses analog stick to simulate tilt and gyro hw. By default, tilt uses the right analog stick while gyro uses the left. The analog stick can be swapped using a core option provided and with separate sensitivity level for both sensors. WIP and will be fine tuned later (Kirby was fun to play at least) - Minor retro_run() cleanup and some minor stuff i forgot. (5 weeks ago)
6330555 - Merge pull request #350 from retro-wertz/libretro (5 weeks ago)
a2b3dd7 - libretro: Update input descriptors for 4-player SGB and cleanup... - Updates descriptors for 4-player SGB - Remove alternate gamepad layouts for GBA - Prevent crash when SGB border option executes at startup when GB is not initialized yet - Update input turbo function for 4-player support - Minor cleanups (texts, style nits, etc)... (5 weeks ago)
9d058ab - libretro: don't include getopt.h in configmanager (6 weeks ago)
d5642fa - libretro: Android buildfix (#348) (6 weeks ago)
093818a - GBA: Resolve shifting negative value issue in some thumb/arm opcodes (6 weeks ago)
59f76d0 - libretro: Use gbWram[] for $C000 in CGB mode (6 weeks ago)
f9efb79 - libretro: Fix GB games that uses serial (WIP) (6 weeks ago)
af3fe01 - libretro: Update GB's memory map, expose all usuable ram (6 weeks ago)
470d86f - libretro: Cleanup (6 weeks ago)
ad432a6 - libretro: Silence warning (6 weeks ago)
bff08ea - libretro: Update Makefile, fix ASAN (6 weeks ago)
8628db1 - Revert faudio inclusion, causing builder to fail because I didn't properly hook up the build instructions, will try and fix later (7 weeks ago)
c2b3163 - GBA: Only use eepromReset/flashReset during reset event (CPUReset) (7 weeks ago)
0d73da0 - GBA: Get rid of blip_time() (7 weeks ago)
83b3ebd - fix audio api radio buttons (7 weeks ago)
327611b - installdeps: add gcc-libgfortran to msys2 deps (7 weeks ago)
f6ad9a8 - remove bad hardcoded keybinds #298 #334 (7 weeks ago)
6462ce5 - pull transifex updates (8 weeks ago)
ab3d923 - add vim undo files to .gitignore (8 weeks ago)
a7773bc - Bump FAudio to 19.01 (8 weeks ago)
de0e8d6 - cmake: support libasan/-fsanitize (8 weeks ago)
ff2d31b - faudio: minor change (8 weeks ago)
964f086 - fix audioapi opt enum, reorder xrc (8 weeks ago)
8cb3f5a - fix sound api config on linux/mac (8 weeks ago)
55a60e3 - only block key event propagation for game keys #88 (8 weeks ago)
f8b5627 - fix support for old SDL versions (9 weeks ago)
e57beed - ignore depressed gamepad triggers #88 (9 weeks ago)
979ef8e - cmake: fix building without FAudio (9 weeks ago)
a91f066 - disable travis mingw jobs for now (9 weeks ago)
edf2c0c - fix xaudio2 when openal is disabled (9 weeks ago)
3ed08e8 - finish connecting new faudio driver (9 weeks ago)
296e8e1 - fix valid sound driver config values + faudio fix (9 weeks ago)
1f4487b - faudio: add gui code for selecting driver (9 weeks ago)
3962276 - add some missing faudio initialization code (9 weeks ago)
0c2906d - fix SDL sound defaulting code (9 weeks ago)
580a11e - Let's not force FAudio just yet (9 weeks ago)
969046e - Add faudio to the build script (9 weeks ago)
d6f3fd2 - Finish hooking up FAudio to the rest of the frontend (9 weeks ago)
539027c - remove problematic default joy binds #88 (9 weeks ago)
5da4876 - fixed a typo and added faudio, but there's still persisting issues (9 weeks ago)
514f355 - Merge pull request #337 from visualboyadvance-m/light-weight (9 weeks ago)
429b8ce - I'm pretty sure some of this is very hacky and needs correcting, but it compiles at least. (9 weeks ago)
53e16e0 - Need to hook up the effects chain parameters (9 weeks ago)
8939455 - Next on the list is adding a few more arguments for certain functions (9 weeks ago)
a8c4436 - Next on the list is correcting the incomplete types (9 weeks ago)
4b664c6 - Still not quite ready for d3d, but this one header mingw has anyways. (9 weeks ago)
1481513 - we need to release with the proper function in faudio (9 weeks ago)
0bfbcfa - Needed the FAudio Processor in FAudioCreate (9 weeks ago)
af98f53 - Inbound FAudio fixes (9 weeks ago)
5f38c0d - cmake: static: check for link file when editing (9 weeks ago)
ebd2e74 - installdeps: fix for a01deb2: use msys2 ccache (9 weeks ago)
a01deb2 - installdeps: also install ccache (9 weeks ago)
ba563c7 - Add FAudio to the xrc (9 weeks ago)
5d7dfa4 - Merge pull request #335 from retro-wertz/fix_crash (9 weeks ago)
0c579b2 - Revert to a default audio api (SDL) when config is invalid (9 weeks ago)
4361c45 - Fixed a few things, still have lots to fix though before it's a usable state. (2 months ago)
99795b2 - cmake hookup is done, there are some issues that I'll be trying to fix within faudio.cpp before it's ready for mainstream (2 months ago)
eab039c - This should allow faudio to be supported in vba-m, next is to further modify cmake to find faudio (2 months ago)
e00aca1 - Initial work on switching to faudio, WIP (2 months ago)
0a40ca7 - initial inclusion of stb_image to begin migration from libpng to stb, let's trim some fat (2 months ago)
0d1b23c - Merge pull request #331 from retro-wertz/gba_timings (3 months ago)
85891fc - Reduce input delay by 1 frame and audio timing fix (3 months ago)
3cb3842 - builder: add patch for glibc 2.28 compat to m4 (3 months ago)
61b3084 - builder: set host cc for libgpg-error to gcc (3 months ago)
00b0469 - add travis hook for gitter (3 months ago)
b60a634 - Merge pull request #326 from knightsc/tasks/add-lldb-support (3 months ago)
27a874e - Merge branch 'master' into tasks/add-lldb-support (3 months ago)
a52eddb - Handle debugger disconnect and reconnect properly (3 months ago)
6ba3b77 - Set correct register number in gdb stop reply (3 months ago)
f385fb2 - Update gdb remote query support (3 months ago)
3b185e2 - builder: libvorbis fix (3 months ago)
c68f372 - fix wrong copy-pasta in 36e412d (3 months ago)
16ccad0 - Merge pull request #330 from retro-wertz/libretro_updates (3 months ago)
36e412d - builder: mingw: fix libffi for i686 + improvemnts (3 months ago)
5b0f2e8 - builder: msys2: fix links to host binaries (3 months ago)
7276064 - Update ISSUE_TEMPLATE.md (3 months ago)
ca56ccf - libretro: Simplify cheats, add multiline support for GB/GBC (3 months ago)
a2d5c26 - libretro: Add turbo buttons (3 months ago)
3484ecc - Add support for LLDB qHostInfo packet (3 months ago)
dd2a1d9 - Fix stack overflow in remoteMemoryRead (3 months ago)
4f28e84 - Fix stack overflow in remotePutPacket (3 months ago)
db8aaec - builder: mingw: build zlib-target after cmake (3 months ago)
beaf934 - builder: bump libxslt 1.1.33-rc1 -> 1.1.33-rc2 (3 months ago)
afbe647 - builder: catgets fix for msys2 + minor changes (3 months ago)
a6034dd - builder: disable building openssl tests (3 months ago)
9ebc3fc - builder: build mingw dlfcn after cmake (3 months ago)
115fce6 - builder: do not defer env eval for msys2 host hook (3 months ago)
b9911a5 - builder: fix regressions from 3786944..a3ec309 (3 months ago)
a3ec309 - builder: more minor mingw cross fixes (4 months ago)
d725978 - builder: fix openssl parallel make patch (4 months ago)
cf3ed8f - builder: fix quoting issues introduced in 3786944 (4 months ago)
3786944 - builder: msys2 fixes + misc improvements (4 months ago)
975a186 - cmake: support linuxbrew mingw toolchain (4 months ago)
453fa0d - add visual studio .vs/ directory to .gitignore (4 months ago)
eee4add - Add localizations to installer, next will be adding portable mode so users can install to a custom location without the shortcuts being installed (4 months ago)
2e5235a - Initial rework of the installer framework, this is very incomplete, but it'll hopefully allow individual selection of translations as well as offer a portable mode installer (4 months ago)
6f1df2d - rename mingw include dir mingw-include in deps (4 months ago)
5e58e4c - when it comes to cross compiling, Most unices like linux are case sensitive (4 months ago)
26b15b2 - add mingw dependencies/include to include path (4 months ago)
9cb9ce8 - fix Windows XP Compatibility #315 (4 months ago)
1bf51ec - builder: 32 bit mingw fixes (4 months ago)
ed8c928 - builder: support gentoo crossdev + misc fixes (5 months ago)
b60cd33 - Update openal to use github url (5 months ago)
aebda1b - debian: update dependency (5 months ago)
58083d9 - Gonna use universaldxsdk for xaudio (5 months ago)
721c1b7 - Revert "hopefully fix bin2c for msvc" (5 months ago)
01a75e8 - hopefully fix bin2c for msvc (5 months ago)
b9d0f81 - builder: fix ccache on msys2 (5 months ago)
be0d49a - builder: msys2 fixes (6 months ago)
3aa00bf - builder: fix libuuid_mingw for mingw cross (6 months ago)
5b5e319 - builder: don't install cpanm with local::lib (6 months ago)
88f66ef - builder: fix building ccache for win targets (6 months ago)
d1c82ca - fix typo in builder core (6 months ago)
dcd7d5e - support 32/64 bit mac builds, build improvements (6 months ago)
b4dd06a - Merge pull request #302 from retro-wertz/libretro (6 months ago)
916c091 - Libretro: Add GB/GBC cheat support... (6 months ago)
14086d0 - Libretro: Fix crash on some linux systems (6 months ago)
0e33861 - update translations, add new langs from transifex (7 months ago)
e67b513 - rename mac-localizations to mac-translations.cmake (7 months ago)
bf4606f - install translations into mac .app (7 months ago)
0092dc1 - msys2: don't try to link msys librt and libpthread (7 months ago)
65e1ab0 - disable gcc stack protector, segfault on 8.2.0 (7 months ago)
6cbad61 - fix cmake regression introduced in bfe21ae (7 months ago)
bfe21ae - remove -fpermissive compiler flag (7 months ago)
571ecbe - support mac-hosted mingw builds, misc. fixes (7 months ago)
e32e7c5 - installdeps: Add zip to openSuse dependency (7 months ago)
f45935a - Add vbam_libretro.info (7 months ago)
be508eb - simplify check for renamed wx-config, fix gentoo (7 months ago)
3b44a29 - cmake: fix wrong unset syntax #295 from f78d45c (7 months ago)
5644339 - installdeps gentoo: don't eselect wxwidgets (7 months ago)
7a054b4 - installdeps: support gentoo (7 months ago)
f78d45c - cmake: fix regression in finding wx from 2efcb62 (7 months ago)
594ecc3 - msys2 builder: redo fontconfig patch, bumb wx (7 months ago)
2cece6a - Updated Translations, finally added transifex support to pull in new translations (7 months ago)
6bc3010 - update msys2 builder (7 months ago)
14d1315 - Merge pull request #292 from retro-wertz/updates (7 months ago)
ddea50d - GB: Cleanup sound registers (7 months ago)
faf01db - GB: Backport STAT register behavior (7 months ago)
d9e0d0f - GB: Remove references to gbReadOpcode (7 months ago)
eb20bb4 - We don't have a forum anymore (7 months ago)
fca7e17 - Libretro: Prevent crash when loading an incompatible state file (7 months ago)
1289e08 - Libretro: Enable battery save ram support for MBC2 and MBC7 (7 months ago)
a9ab09f - Libretro: Fix realtime clock not updating in GB/GBC... (7 months ago)
6cda6c0 - Libretro: Show basic details in log window during rom loading (7 months ago)
de25e9d - include zip for arch based systems (7 months ago)
5016fd6 - Merge pull request #286 from retro-wertz/libretro_gb (7 months ago)
6ef938f - Libretro: Add memory descriptors for GB/GBC (7 months ago)
bb64e8d - Libretro: Use retro_get_memory_data/size for battery-enabled roms (7 months ago)
119e1f5 - Libretro: Add core options for GB border and hardware overrides (7 months ago)
76ad84f - Opps, accidentally broke borders in standalone (7 months ago)
bf447bf - Libretro: Add GB/GBC core (7 months ago)
f05a05e - Libretro: Refactoring for adding GB/GBC core (8 months ago)
0e60c34 - Fix this (8 months ago)
52f5a02 - fix installdeps for Ubuntu 18 (8 months ago)
cc43db3 - fix installdeps for Ubuntu (8 months ago)
3f903cf - Merge pull request #278 from retro-wertz/patch-4 (8 months ago)
02e5f0b - Libretro: Bump version number (8 months ago)
fc42f88 - GB: Fix SIO related issue (8 months ago)
a8d0508 - use GetWindow()->Refresh() in Wayland only (8 months ago)
459a1fb - builder: fix ccache, mingw-cross (8 months ago)
f937aa7 - builder: disable ccache for openssl (8 months ago)


https://github.com/visualboyadvance-m/visualboyadvance-m/releases
 



    Monday, February 25, 2019
PPSSPP 1.7.5 released!

PPSSPP can run your PSP games on your PC in full HD resolution, and play them on Android too. It can even upscale textures that would otherwise be too blurry as they were made for the small screen of the original PSP.


UPDATE: 1.7.4 are just additional crashfixes. 1.7.5 fixes an Android issue.

Fix for insta-crash on Galaxy Note 9, some Xiaomi devices, and the new nVidia Shield (#11441)
Vertex range culling on most platforms, fixes DTM: Race Driver and similar (#11393)
Major speed boost in some Gundam and Earth Defense Force games (#10973)
Fix for issues with post processing shaders in GL 3+ (#11182)
Fixes to sound output switching on Windows (WASAPI) (#11438)
Detects DirectInput devices when running (#11461)
Simple Discord integration (#11307)
New debugging APIs (#10909)
Task switching made a lot more robust (fixes GPD XD problems) (#11447)
Texture decoding optimizations (#11350)
Tons and tons of miscellaneous bugfixes and compatibility fixes


https://www.ppsspp.org/#news
 

mGBA v0.71 released!

mGBA is a new emulator for running Game Boy Advance games. It aims to be faster and more accurate than many existing Game Boy Advance emulators, as well as adding features that other emulators lack.


Quellcode:
3DS: Work around menu freezing (fixes #1294)

GB: Fix crash when accessing SRAM if no save loaded and cartridge has no SRAM
GB Serialize: Fix loading states with negative pixel x (fixes #1293)
GB, GBA Serialize: Fix loading two states in a row
GBA: Fix video timing when skipping BIOS (fixes #1318)
GBA DMA: Fix Display Start DMAs
GBA DMA: Fix DMA start/end timing
GBA DMA: Fix invalid DMA handling (fixes #1301)
GBA Memory: Fix a few AGBPrint crashes
GBA Memory: Fix OOB ROM reads showing up as AGBPrint memory
GBA SIO: Prevent writing read-only multiplayer bits
GBA Video: Fix enabling layers in non-tile modes (fixes #1317)
Python: Fix crash when deleting files owned by library
Python: Make sure GB link object isn’t GC’d before GB object
PSP2: Fix file descriptors dying on suspend (fixes #1123)
Qt: Fix tile and sprite views not always displaying at first
Qt: Fix audio context holding onto closed game controller
Qt: Fix color picking in sprite view (fixes #1307)
Qt: Fix window icon on X11
Qt: Fix quick load recent accidentally saving (fixes #1309)
Switch: Fix final cleanup (fixes #1283)
Switch: Fix gyroscope orientation (fixes #1300)
Misc:
GBA Video: Improve sprite cycle counting (fixes #1274)
Qt: Updated Italian translation (by Vecna)




https://mgba.io/
 

No$GBA 2.9d released!

NO$GBA pronounced as No Cash GBA is a Nintendo DS / DS Lite and GameBoy Advance emulator for Windows XP, Vindows VISTA and MS-DOS.


Quellcode:
- debug/setup: disabled profiler by default (for fast emulation) (thanks Dwedit)

- debug/disass: disassembler support for UAL syntax (optional) and ARM11 opcodes
- dsi/help: added SD_EXT_IRQ_STAT/MASK (insert/eject state and irq for emmc)
- 3ds/help: added 3DS register specs (thanks 3dbrew.org/wiki/IO_Registers)




http://problemkaputt.de/gba.htm
 



    Friday, February 22, 2019
bnes v107 released!

bsnes is an emulator for the Super Famicom and SNES video game systems. The purpose of the emulator is a bit different from other emulators: it focuses on accuracy, debugging functionality, and clean code.

bsnes v107 Changelog:


300% faster (than higan) scanline-based, multi-threaded graphics renderer
option to disable sprite limits in games
option to enable hires mode 7 graphics
option to enable more accurate pixel-based graphics renderer
option to overclock SuperFX games by up to 800%
periodic auto-saving of game save RAM
save state manager with state screenshots
several new save state hotkeys such as increment/decrement slot#
option to auto-save states when unloading a game or closing the emulator
option to auto-load aforementioned states when loading games
save state undo and redo support (with associated hotkeys)
speed override modes (50%, 75%, 100%, 150%, 200%)
recent games list
frame advance mode
screenshot hotkey
path selection for games, patches, saves, cheats, states, and screenshots
dynamic video, audio, input driver changes
direct loading and playing of games without the use of the higan library
ZIP archive and multiple file extension support for games
firmware folder for unappended coprocessor firmware (see documentation for more)
compatibility with sd2snes and Snes9X MSU1 game file naming
compatibility with higan gamepaks (game folders)
soft-patching support for both BPS and IPS patches
menubar that does not pause emulation when entered
video pixel shaders (requires OpenGL 3.2)
built-in game database with over 1,200 games to ensure perfect memory mapping
(Linux, BSD only:) audio dynamic rate control to eliminate stuttering
and much more!


https://byuu.org
 



    Thursday, February 21, 2019
2019-02-21 Recent Releases

* Agatemulator 1.29.2 [Agat, AppleIIetc] - https://sourceforge.net/projects/agatemulator/rss?path=/

* Emulicious (2019-02-16) [Multi-system] - http://emulicious.net/news/

* WinArcadia 25.1 [s2650-based] - https://amigan.yatho.com/

* Eighty-One V1.14 [Sinclair] - https://sourceforge.net/projects/eightyone-sinclair-emulator/rss?path=/

* DCmoto (2019-02-20) [Thomson] - http://dcmoto.free.fr/

* Ixbar3000 v031 [Frontend] - https://sourceforge.net/projects/ixbar3000/rss?path=/

* Quickplay 4.6.6 [Frontend] - http://quickplay.sourceforge.net/index.php?title=download
 



    Monday, February 18, 2019
fixNES Alpha v1.2.6 released!

This is a NES Emulator.

fixGB Alpha v1.2.6 Changelog:



-added support for mappers 80, 82 and 207
-clearing prg ram on first creation so theres no random garbage in new saves
-corrected small mistake in mapper 5


https://github.com/FIX94/fixNES/releases
 



    Thursday, February 14, 2019
Mupen64Plus v2.5.9 released!

Mupen64Plus is a N64 emulator and plugins for Linux, Mac OSX, and FreeBSD. Mupen64Plus is a plugin-based N64 emulator for Linux which is capable of accurately playing many games. Included are four MIPS R4300 CPU emulators, with dynamic recompilers for 32-bit x86 and 64-bit amd64 systems, and necessary plugins for audio, graphical rendering (RDP), signal co-processor (RSP), and input. There are 3 OpenGL video plugins included: glN64, RiceVideoLinux, and Glide64.

Mupen64Plus Features:
* Dynamic recompilers for 32-bit (x86) and 64-bit (amd64) machines
* 3 OpenGL video plugins: glN64, RiceVideoLinux, Glide64
* Hi-resolution texture support in Rice Video
* LIRC Infrared remote control support
* Rumble Pak support
* Graphical R4300 debugger
* Cheat system with gameshark code support
* Speed adjustment with smooth sound output
* GTK2-based GUI
* Qt4-based GUI
* Command-line options for integration into other systems
* Installation support for multi-user systems

Mupen64Plus v2.5.9 Changelog:



This is a Beta release of Mupen64Plus. Please help us by testing this software on your platform and reporting bugs to our IRC channel, or Google Group, or Emutalk Forum. There have been so many changes since the last release (in 2015), that we decided to make this BETA release and only accept pull requests for bug fixes during the next month or two. Then we will make a stable 2.6 release.

Pre-built binary bundles for the following platforms are available here for your download:

Linux 32-bit
Linux 64-bit
Windows 32-bit
Macintosh OSX 64-bit
Source Code Only

The Windows packages were built with Microsoft Visual Studio 2013, and you may need to install the Microsoft redistributable package for this version of Visual Studio, if your operating system is too old.

The Windows bundle was built with the New (Ari64) Dynarec, while all others were built with the Old (Hacktarux/Richard42) Dynarec.

Each bundle contains the following modules:

mupen64plus-core
mupen64plus-audio-sdl
mupen64plus-input-sdl
mupen64plus-rsp-hle
mupen64plus-video-glide64mk2
mupen64plus-video-rice
mupen64plus-ui-console
Note that this bundle includes the 'ui-console' front-end application, which is command-line only. For GUI front-end applications and other plugins, see:

http://code.google.com/p/mupen64plus/wiki/ThirdPartyPlugins


https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5.9/mupen64plus-bundle-linux32-2.5.9.tar.gz

https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5.9/mupen64plus-bundle-linux64-2.5.9.tar.gz

https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5.9/mupen64plus-bundle-osx-2.5.9.zip

https://github.com/mupen64plus/mupen64plus-core/releases/download/2.5.9/mupen64plus-bundle-win32-2.5.9.zip
 

2019-02-14 Recent Releases

* Classic99 v399.006 [Ti99/4] - http://www.harmlesslion.com/cgi-bin/onesoft.cgi?1

* Cemu 1.15.2d [Wii-U] - http://cemu.info/

* Nintaco (2019-02-10) [NES] - https://nintaco.com/news.html

* Hoxs64 1.0.18.0 [Commodore64] - http://www.hoxs64.net/Default.aspx

* Hatari 2.2.1 [Atari ST] - http://download.tuxfamily.org/hatari/

* MGalaxy 7.1 [Frontend] - http://www.mgalaxy.com/download.html
 



    Tuesday, February 12, 2019
Gui0x52 released!

Gui0x52 is a Windows Sega Master System emulator written in C/SFML. The emulator can run the majority of SMS games but does not have Sound Emulation.

Gui0x52 FEATURES:


- Z80 Emulation (Passed all zexdoc tests)
- TMS9918a Emulation
- MMU Emulation, Support Classic And CodeMaster, Support RAM
- Multiple Resolution, Original(256x240), Double(512x480), Triple Fullscreen(768x720 Fullscreen Mode)
- File browser to select your favorite rom
- Support save, enregistred like this -> CURRENT_ROM.sav
- Sadly, does not have Sound Emulation






https://github.com/MS-DOS1999/Master-System-Emu_Gui0x52/releases/download/Chili_Hot_Dog/Gui0x52-Chili.Hot.Dog.Version.zip
 

GameBoo released!

GameBoo is a GameBoy emulator.

GameBoo FEATURES:


- Full CPU Emulation (Passed all blargg tests)
- Good PPU Emulation (Minors Bugs, but not visible on screen)
- Good Sound Emulation (Use Blargg sound emulation)
- MMU Emulation, Support NOROM - MBC1 - MBC2 - MBC3(with timer :D ) - MBC5 Mappers, Support RAM
- Multiple Resolution and a pretty cool Gameboy Layer, Original(160x144 with Gameboy Layer), Double(320x288 with Gameboy Layer), Triple Fullscreen(480x432 Fullscreen Mode)
- File browser to select your favorite rom
- Support save, enregistred like this -> CURRENT_ROM.sav
- Multiple Filter, Original Gameboy, Gameboy Pocket, Used Gameboy






https://github.com/MS-DOS1999/GameBoo/releases/download/Chili_Hot_Dog_2/GameBoo.-.Chili.Hot.Dog.Version.zip
 



    Monday, February 11, 2019
NO$GBA 2.9c released!

NO$GBA (pronounced "no cash GBA") is a freeware Nintendo DS and Game Boy Advance emulator for Microsoft Windows & DOS. It is one of the first Nintendo DS emulators to successfully run commercially-released games, as well as being the only known DS emulator for DOS. NO$GBA was developed by Martin Korth.
08 Feb 2019 - version 2.9c



- wifiboot: now supports dsi-wifi-hardware with wpa/wpa2 encryption
- utility/upload: omits nocashio lpt-port-driver for wifi upload (thanx edo9300)
- dsi/wifi/hack: dsi browser patch for writing all sdio traffic to wifi-log.txt
- dsi/wifi/help: new chapter for DSi Atheros Wifi - MBOX Transfer Headers
- dsi/wifi/help: added notes on used WMI params (connect, cipher, pstream, etc)
- dsi/wifi/help: more details for access point 4/5/6 settings in wifi-flash
- nds/wifi/help: updated ds download play chapter (and separate beacon chapter)
- nds/wifi/help: new chapters for WPA/WPA2: handshake, keys/mics, encryption
- nds/help: added reverse-engineered dldi specs (flashcart driver for homebrew)
- dsi/help: added several notes on files found in firmware v1.0J (thanks AnKi)
- dsi/ndma: added support for SDIO startup mode (much alike as SDMMC startup)
- dsi/boot: init AES Key2.X (for Data Managment export to SD card, thanx zoogie)
- dsi/help: device list: details on naming for "public & private savedata"
- dsi/autoload/help: new chapter for auto-loading (formerly in i2c chapter)
- dsi/autoload/help: added skeleton/info on 2000000h (autoload parameters)
- dsi/autoload/help: added more details on 2000300h (autoload by title id)
- dsi/autoload/help: added specs for 2000800h (unlaunch autoload by pathname)
- dsi/autoload/help: added specs for 2FFD800h (nintendo's title list and flags)
- dma/gba/nds7: re-fixed dma0/1/2 len, don't crop 16bit to 8bit (thanx normmatt)
- dsi/bios: added warn if/when using missing RSA keys (missing bios dsi dump)
- aboutbox: added email/contact page (debug version only, not gaming version)
- xed editor: fixed scrolling upon backspace in first some lines (thanks yuki)


http://problemkaputt.de/gba.htm
 



    Friday, February 01, 2019
2019-02-01 Recent Releases

MAME 0.206 was released

* Official - http://mamedev.org/release.html
* MAMEUI64 - http://www.mameui.info/
* MAMEUI32 - http://messui.1emulation.com, http://arcade.mameworld.info/messui
* ARCADE32/64 - http://arcade.mameworld.info/
* SDLMAME64 for Intel Mac OS/X - http://sdlmame.lngn.net/
* WolfMAME - http://wolfmame.marpirc.net/

Other

* RPCS3 v0.0.6 alpha [PS3] - https://github.com/RPCS3/rpcs3/releases
* Eighty-One v1.13 [Sinclair] - https://sourceforge.net/projects/eightyone-sinclair-emulator/rss?path=/
* WinArcadia 25.0 [s2650-based] - https://amigan.yatho.com/
* Mednafen 1.22.1 [Multi-system] - https://mednafen.github.io/releases/
* mGBA 0.7.0 [GBA, switch] - https://mgba.io/
* Hatari 2.2.0 [Atari ST] - http://download.tuxfamily.org/hatari/
* MEmu 6.0.8 [Android] - https://www.memuplay.com/blog/2016/02/16/memu-101/
* Wine 4.0 - https://www.winehq.org/announce/latest
* QuickPlay 4.6.5 [Frontend] - http://quickplay.sourceforge.net/index.php?title=download
 

File Releases

Cemu_1.21.3
No Description in database.

cemu_1.21.2
No Description in database.

cemu_1.21.1
No Description in database.

Cemu_1.21.0
No Description in database.

Cemu_1.20.2
No Description in database.



Latest Forum Posts

Introducing Project64 ...
Last Reply: NES_player4LIFE
Replies: 1

2021-04-02 Recent Rel ...
Last Reply: Robbbert
Replies: 0

mGBA v0.9.0 released!
Last Reply: spotanjo3
Replies: 0

2021-03-26 Recent Rel ...
Last Reply: spotanjo3
Replies: 1

no$gba v3.04 released ...
Last Reply: spotanjo3
Replies: 0


Latest Reviews

NDS - Okamiden
Created by WhiteX

Wii - deBlob 2
Created by WhiteX

Wii: The Conduit
Created by WhiteX

NDS: Hotel Dusk - Room ...
Created by WhiteX

NDS: Elite Beat Agents
Created by WhiteX


Support Guides

PCSX2
Created by Martin

Dolphin Emulator
Created by Martin

Nintendo DS Homebrew.
Created by WhiteX

PSX Plugins: Lewpy's Gl ...
Created by Dark Watcher

PSX Plugins: P.E.Op.S S ...
Created by Dark Watcher


Our Affiliates

AEP-Emu.de
DCEmu.co.uk
PSemu.pl


47,415,041 Visitors To The Emulation64 Network

Copyright 1999 - 2024 www.emulation64.com