TI-99/4A Computer Emulator - Classic99 v399.066 - Released (2)
- Details
- Category: Windows
What's New:
- added RXB2024b
- fixed TIPI mouse capture cursor hide
- added option to bank console GROMs - completely untested
Nintendo Game Boy Emulator - BGB v1.6.2 - Released
- Details
- Category: Windows
What's New:
- emulation of the GameBoy, GameBoy Color, and Super Gameboy
- accurate emulation of the hardware, based on research with lots of test roms, useful for debugging/rom development.
some highlights:
* clock exact timing of LCD behavior/state changes
* realistic initial ram values - random but with specific bit patterns, and simulated values left by bootroms (for example "nibbler (pd)" depends on this)
* accurate emulation of LCD register writes during scanline (prehistorik man, demotronic demo)
* emulation of inaccessible VRAM and OAM as on real hardware
* 10 sprites per line limit
* clock exact emulation of sprites causing mode 3 to take longer
* correct memory access timing (access happening at the last/second to last clock of an opcode)
* accurate emulation of the differences between DMG and GBC, including timing differences, differences in hardware behavior, initial state, etc.
* can run a GBC rom as on a DMG, and a DMG rom as on a GBC
powerful debugger:
* disassembler
* assembler (change code and ability to save modified rom)
* symbols (SYM file) support
* "inline" editing in code, data, and stack viewer
* breakpoints
* watchpoints (break on access)
* conditional breakpoints
* "on jump" watchpoints for breaking before a jump into a range is taken.
* source code breakpoints (ld b,b)
* singlestepping/tracing/animating/step out/step over
* reverse singlestep, stepout, stepover (rewinding back in time)
* vram viewer: BG map, tiles, OAM, palette.
* IO registers viewer
* live display of data during emulation and freezing of ram values
* break on exceptions (accessing inaccessible VRAM, read unitialized RAM, echo ram access, access locked external ram, disable lcd outside vblank)
* ability to modify all registers and state at any time
* joypad window allows simulating button presses at any time while debugging
- SGB multiplayer with up to 4 gamepads
- rewind key
- graphics output: GDI, DirectDraw, Direct3D, OpenGL, null output
- graphics doubler: HQ2X, Scale2x, scanlines filter, blocky, dot matrix, GBC RGB
- sound output: waveout, directsound, Xaudio2, null, and disk writer supported. support for writing the 4 channels to separate wav files
- AVI recording, to installed system codec of choice. No sound included but is in sync and conveniently named with recorded wav file.
- runs almost all roms perfectly, compatibility comparable with the best GB/C emulators
- Accurate/high quality sound emulation, bandlimited synthesis
- accurate video emulation including "high color" graphics, correct sprite/background priorities, 10 sprites/line limit, and mid-scanline register changes.
- This emulator is fast.
- Joystick/Gamepad support, everything mappable to every button
- some user interface keys are configurable and can be mapped to joystick/gamepad buttons
- MBC3 Real Time Clock emulation. RTC is saved/loaded in the .sav file, compatible with VBA
- Auto delay/frameskip, emulation runs at 100% real speed and full 60 fps
- GameGenie and GameShark cheat, load/save cheats (auto and manual), "cheat searcher", easy creation of new cheat codes
- save/load state with quick (zsnes style, and mappable) keys, and preview screenshots for slots in select window.
- Load from ZIP and GZIP files
- good OS/platform compatibility/low requirements (works well on wine, windows 98, and on slow/old PCs)
- support for optional border bitmap or PNG file and pseudo and real fullscreen modes.
- TCP/IP game link support
HP Calculator Emulator - Free42 v3.1.4e - Released
- Details
- Category: Multiple Platform
What's New:
- Windows version: Σ+ looked like it was pressed at startup. Fixed.
- MacOS version: Fixed crash when making the main window too small.
MAME Frontend - Erockus ARCADE v11.7 - Released
- Details
- Category: Multiple Platform
What's New:
- Updated for MAME .263
Multiple Systems Emulator - Emulicious v2024-02-29 - Released
- Details
- Category: Java
What's New:
- Fixed a bug that could make the debugger cause high cpu load (thanks to 256)
- Fixed that Advance Frame while paused with the debugger open could crash Emulicious (thanks to pw_32x)
CPCEC (Amstrad CPC emulator), ZXSEC (Sinclair Spectrum emulator) and CSFEC (Commodore 64 emulator) v20240224 - Released
- Details
- Category: Windows
What's New:
twenty-fourth public release. MSXEC is a new MSX emulator supporting the first three generations (1983 MSX, 1985 MSX2 and 1988 MSX2+), their Western Digital-based disc drives and some few additional devices (such as the Konami SCC-051649 sound chip and the JIS 128/256K external ROMs) although the emulation is less developed in some fields than others (VDP timings are inaccurate: Logon System's intro "IO" shows artifacts in the 3D scrollers and the final screen; the MSX-MUSIC interface is minimal, barely able to play notes). Fixed bugs in the Z80 (such as bad inner timings in EX HL,(SP) and EX IX,(SP) detected by Kio's "Z80 Test Programm"), the CRTC (VSYNC loss in the dancing bobs of "PhX" on CRTC4, misaligned HSYNC in Longshot's RV.BAS), the ULA ("snow" in 128K models can leak from different banks than VRAM), the VIC-II ("Super Stock Car" switched the video display off when it shouldn't) and the SID (L-Man's "Amazing Discoveries" failed to play samples; "Mazemania" got weak random values from ports 27 and 28). Added 1088K and 2112K RAM modes to CPCEC (the first version of "Still the One" needed 1024K to run) and REU/GeoRAM RAM extensions (up to 512K) to CSFEC. Code cleanup in several modules, turning repeated paragraphs into several "goto" pointing to a single paragraph and merging several lists into a single table. Streamlined video and audio filters, the former removing the "Half scanlines" video mode and adding two new options: "Microwave static" that adds randomised noise to the image and "Narrow X-Blending" that softens the effect of the X-blending option. CSFEC now has an explicit "Play tape" option instead of autoplay: some titles rely on the user pressing PLAY and STOP on the tape deck ("Super Space Invaders"). Snapshots in CSFEC and MSXEC are optionally compressed with a quick implementation of Emmanuel Marty's LZSA2 method. The user can set whether the screenshots are BMP (default) or QOI files. Removed the Spanish documentation due to lack of readers.
MS-DOS Player v2/28/2024 - Released
- Details
- Category: Windows
What's New:
Google Translate:
Fixed INT 21h, AX=4404h/4405h/440Ah.
I made a mistake in specifying the handle with BX or the drive with BL.
AX=440Ah has been modified to handle designation, and AX=4404h/4405h has been modified to drive designation.
Improved the built-in debugger.
Corrected code page handling in protected mode.
Also, the execution trace now records whether each instruction was executed in 16bit or 32bit.
(In the case of V30, record whether it is in 8080 mode or not.)
I think the commands can be displayed correctly using the U and UT commands. I added crash prevention measures for conhost-v2 based on
roytam 's fork.
It seems that resizing the window while the cursor is on the last line tends to cause a crash.
Although unconfirmed, we have also incorporated modifications for operation on Windows NT4.0/2000.
Cemu Graphic Packs v902 - Released
- Details
- Category: Windows
What's New:
Fix M&S Olympic Games bug and add M&S Sochi Winter
Android Emulator - BlueStacks X v10.20 - Released
- Details
- Category: Windows
- We've made a few minor changes within the Multi-instance Manager to make it easier for you to see which Android versions are installed while creating a new instance.
Bug Fixes
- Say goodbye to crashes in League of Legends: Wild Rift (com.riotgames.league.wildrift) on BlueStacks 5 Android Pie and Android 11. Engage in a thrilling adventure where your prowess and combat instincts are pushed to their limits in a whirlwind of exhilarating action!
- Prepare for an unforgettable adventure in レスレリアーナのアトリエ ~忘れられた錬金術と極夜の解放者~(jp.co.koeitecmo.resleriana) without any graphical glitches on BlueStacks 5 Android Pie and Android 11 and gear up to revive alchemy in the kingdom of Lantarna!
- Embark on an odyssey of discovery in Albion Online (com.albiononline) without any error message blocking your path on BlueStacks 5 Android Pie and Android 11. Are you ready to forge your destiny in a world where every corner holds secrets waiting to be unveiled?
- Unlock the power of seamless communication with WhatsApp Business (com.whatsapp.w4b) where you can now upload and share any video to your status in Compatibility mode on all instances of BlueStacks 5.
- Immerse yourself in an unforgettable adventure in Family Island™ — Farming game (com.MelsoftGames.FamilyIslandFarm) without coming across distorted graphics in Compatibility mode on all instances of BlueStacks 5. Get ready to build, harvest and thrive with a modern Stone Age family!
- Log in to PUZZUP AMITOI (com.ncsoft.puzzupamitoi) without any hassles on BlueStacks 5 Android Pie and Android 11. A new adventure to a mysterious magical world awaits!
Android Emulator - BlueStacks v5.21 - Released
- Details
- Category: Windows
What's New:
- We've made a few minor changes within the Multi-instance Manager to make it easier for you to see which Android versions are installed while creating a new instance.
Bug Fixes
- Say goodbye to crashes in League of Legends: Wild Rift (com.riotgames.league.wildrift) on BlueStacks 5 Android Pie and Android 11. Engage in a thrilling adventure where your prowess and combat instincts are pushed to their limits in a whirlwind of exhilarating action!
- Prepare for an unforgettable adventure in レスレリアーナのアトリエ ~忘れられた錬金術と極夜の解放者~(jp.co.koeitecmo.resleriana) without any graphical glitches on BlueStacks 5 Android Pie and Android 11 and gear up to revive alchemy in the kingdom of Lantarna!
- Embark on an odyssey of discovery in Albion Online (com.albiononline) without any error message blocking your path on BlueStacks 5 Android Pie and Android 11. Are you ready to forge your destiny in a world where every corner holds secrets waiting to be unveiled?
- Unlock the power of seamless communication with WhatsApp Business (com.whatsapp.w4b) where you can now upload and share any video to your status in Compatibility mode on all instances of BlueStacks 5.
- Immerse yourself in an unforgettable adventure in Family Island™ — Farming game (com.MelsoftGames.FamilyIslandFarm) without coming across distorted graphics in Compatibility mode on all instances of BlueStacks 5. Get ready to build, harvest and thrive with a modern Stone Age family!
- Log in to PUZZUP AMITOI (com.ncsoft.puzzupamitoi) without any hassles on BlueStacks 5 Android Pie and Android 11. A new adventure to a mysterious magical world awaits!
68k Macintosh Emulator - Basilisk II v20240228 - Released
- Details
- Category: Mac
What's New:
New advanced feature with prefs item "init_grab true".
Amstrad CPC Emulator - ACE-DL v2024/02/27 - Released
- Details
- Category: Multiple Platform
What's New:
- breakpoints configuration now more in configuration menu but from breakpoints window
- no more Reset with F12 from trace (use HUD or CTRL-F9 like outside trace)
- new plugin MultiPlay MX4 (only mouse support on port A)
- new Interrupt break
- new command line option to open any window at any position (run with -h for detail)
- now can save media from trace via F4
- Interrupt routines highlighted on screen (Winape like, see misc options)
- FDC multi-tracks and multi-head features support
- FDC permissive timings reduced (some productions need at least a timeout)
- now there is only 3 directories for media, export or private data
- bigger work interval for vHold/hHold in Monitor settings
- Basic Explorer display proper real values with negative exponent
- save/restore Disassembling, RAM/ROM and Graphics Explorer windows positions
- bugfix FDC ET0 on unformatted track
- bugfix Gotek drive forced rotation
Emulator Bundle - WinDS Pro v2024.02.25 - Released
- Details
- Category: Windows
What's New:
New Version of WinDS PRO 02.24.25 with favorites interface and updates from project64, DeSmuMe, citra, melonDS, ares, dolphin, pcsx-redux, duckstation, pcsx2, yuzu, ppsspp, rpcs3, flycast, xenia, snes9x-64, bizhawk .
Nintendo Entertainment System Emulator - puNES v0.111 - Released
- Details
- Category: Multiple Platform
What's New:
- Rewritten mappers : All.
- Rewritten WRAM, VRAM, PRGROM, CHROM and Nametebles management.
- Rewritten FDS support.
* Furthermore, an option has been added to select the mode for write operations. Until now, all writes were stored on an external file (diff file) to preserve the integrity of the disk image, now it's possible to choose to write them directly to the FDS/QD file (making it portable to other emulators as well).
* Changed the format of the diff file, now I use the IPS format (which can always be applied to the original image).
- Rewritten the format and management of save states.
- WARNING save states of version 0.110 or earlier are no longer compatible.
- Rewritten the audio of the VRC7.
- Implemented the project "A YM2413 emulator written in C" of okaxaki :
* https://github.com/digital-sound-antiques/emu2413
- Rewritten NSF player.
- Added support to NSF2 format.
- Added the ability to configure shortcuts and the NES pad from the command line.
- Added support to Quick Disk format.
- Added an option for RAM initialization (#276). It's possible to choose between three values:
* 0x00
* 0xFF (default)
* Randomize
- Added a screen icon that shows when fast forward is active.
- Added the possibility to set default values for PPU overclocking to be applied for all roms in addition to the per-game ones already used.
- Added Arabic translation (thx to Chipsum).
- Added Polish translation (thx to elektronicznypank).
- Added full support for the NES 2.0 header format.
- Added video filter : "NTSC CRT LMP88959" and "NTSC NES LMP88959" (https://github.com/LMP88959/NTSC-CRT, Thx to LMP88959 for is great work).
- Added video filter : "PAL CRT LMP88959" and "PAL NES LMP88959" (https://github.com/LMP88959/PAL-CRT, Thx to LMP88959 for is great work).
- Added support to mapper : 100, 122, 157, 170, 272, 291, 311, 334, 354, 362, 366, 384, 421, 446, 471, 517, 551, 552, 555, 561.
- Added support to UNIF mapper : Transformer, UNROM, AMROM, AOROM, LH09, A60AS, T4A54A, FC-28-5027, 150in1A, 212-HONG-KONG, GKCXIN, 113in1JY110, 820561C, M2C52A, S-2009.
- Added full support for the Detach Barcode Reader of mapper 157.
- Added support for FFmpeg 6.x libraries.
- Added support for nes20db.xml and dip.cfg (many thx to NewRisingSun for his immense work). Both files will be distributed together with the emulator and will be located in the following directories:
* Linux/BSD - {default system datadir}/puNES
* Windows - directory where the executable is placed. if you want to use a more updated version than the one distributed with the emulator, just copy it either in the executable directory or in the working directory of the emulator, which can also be opened from the "File -> Open working directory" menu.
- Added full support for Vs System (UniSystem and DualSystem).
- Added a screen icon that shows when Fast Forwarding is active.
- In Fullscreen the menu bar can be accessed by moving the mouse over the top of the screen.
- Updated Italian, Chinese, French, Hungarian, Portuguese and Russian translation (thx to Alex Timonin, FlameMan, stgapr29, tch_oscomp, Matheus Scattolin Anselmo, owomomo, shinyoyo, githubsilver and Benjamin Siskoo).
- Changed the "Toggle menu bar" shortcut to ESC.
- Windows x86_64: Update to Qt5 5.15.8 (#279).
- Fixed the management of keyboard input (#317).
- Fixed map of one keyboard button to multiple controllers (#277).
- Fixed FDS wavetable pitch (#295).
- Fixed patching of IPS files.
- Fixed crackling sound when audio is enabled/disabled.
- Fixed Meta button recognition on some keyboard layouts.
- Fixed many many many other bugs.
Multiple Emulator Frontend - GameEx Arcade Edition v18.60 - Released
- Details
- Category: Windows
What's New:
?
MacOS Emulator - SheepShaver v25-02-2024 - Released
- Details
- Category: Windows
What's New:
Fixes
- Should fix the "cannot map RAM:No Error" error.
- Screen garbage when running "Dark Forces" in Windows full screen.
- Scaling when switching to full screen
- Selecting an OpenVPN tap device in the GUI and running tap based networking.
- cdrom entry reset at reboot.
- A possible issue with the startup.wav not playing at the correct speed.
- Fixes full screen issue
- Uninitialized value causing Quicktime image rendering to sometimes fail after mode changes.
- Gamma ramp patch to allow running certain Ambrosia (and possibly other) games.
Enhancements
- Drag and drop of one disk image onto the SheepShaver window. CD, HD, and floppy images show up on the desktop as read- only CDs. Dragging the CD icon to the trash or choosing "Special/Eject" (Mac OS 8 and above) unmounts the image (when selected). Image formats that were already not supported can show up as Audio CDs. You cannot a have a real CD mounted and use this option at the same time. You cannot mount more than one disk image this way.
- Now also plays startup sound upon reboot
- Can now read a preferences file from the command line with - - config filename
- Prevents Windows key press to open Windows start menu, see option Reserve Windows Key in the Keyboard/Mouse tab in the GUI.
- Selectable Render driver on the Graphics/Sound tab of the GUI: Software, OpenGL, Direct3D, giving access to hardware acceleration. If selection doesn't work SDL falls back to software renderer.
- Changed old GUI behavior of refresh rate/frameskip setting being forced to 60hz when video mode fullscreen is selected. Refresh rate setting now stays accessible and also doesn't save to settings as 60hz.
- An additional pref item "sound_buffer" is introduced that sets the size of the sound buffer. Size 0 uses the original size, higher numbers shorten the buffer but increase CPU load.
Manual editing of the prefs file is needed to enable this function.
- An additional pref item "title" is introduced that lets the main window have a specific title. Manual editing of the prefs file is needed to enable this function.
- It is now possible to redirect a tcp/ip port from the guest to the host. Manual editing of the prefs file is needed for this.
- Will now play a sound file named "startup.wav" in the SheepShaver folder at boot.
- Build with msys2, contains a working GUI with the required libraries. Both booting and reading CDs in 64bit Windows are supported.
- Contains a readme explaining how the included keycodes file will map keys on a Windows keyboard to Mac modifier keys in the emulator.
- You can now again boot from and access real CD's in 64 bit Windows hosts, and the cdenable.sys driver is no longer needed in 32 bit hosts (but can still be used).
- Changing CD's is supported (use the polling option in the GUI)
- You can now switch between windowed and full screen modes by using the Ctrl+Enter key combination. All thanks go to our member vasi.
GB/GBC Emulator - John GBC Lite v4.11 - Released
- Details
- Category: Android
What's New:
- optimized for Android14 (Notification icon does not appear on Android14)
- enabled multi- window mode
- changed and optimized UI
- changed default layout
- fixed many layout bugs
- fixed many ANR and crash bugs
Page 30 of 66