• Welcome
  • Latest News
  • Downloads
  • Contact Me
  • Privacy Policy
  • Cookie Policy
  1. You are here:  
  2. Home

MAME Classic v9.9.0 - Released

Details
Category: Windows
Published: 09 May 2023

MAME Classic

What's New:

Changed : MAME Classic no longer adds the depreciated "<NULL> (not set)" text for entries in the mame.ini without a value.
Changed : MAME Classic will now create the mame.ini file in it's temp folder to avoid possible conflicts with other ini files.
Changed : Software lists will now only display software which is compatible with the selected machine.
Changed : The BIOS Filter now shows the BIOS description and filters more accurately.
Changed : The Exit routine has been cleaned up to prevent the app from crashing on exit under rare conditions.
Changed : The MESS Machine listview can now be sorted.
Changed : The MESS Machine listview would show non-installed machines in black if they didn't need a ROM but still needed a device file. These machines now show in red.
Changed : The Options form is now one scrolling page instead of two pages.
Changed : The Path selections now let you select multiple paths for ROMs and Artwork.
Fixed : Exporting a software list would fail if any filters were applied.
Fixed : A crash caused by output file biosmame.txt growing so large.
Fixed : Software Installed/Non-Installed option buttons could be greyed-out even if a selected machine has software.
Removed : Path selections for Other MAME ROMs, Ini and Comments.

Sega Saturn Emulator - Yaba Sanshiro Pro v1.12.0 - Released

Details
Category: Android
Published: 09 May 2023

Yaba Sanshiro - paid

What's New:

 Improved Stability when using Vulkan

(MESS) Messinfo.dat v0.254 - Released

Details
Category: Windows
Published: 09 May 2023

(MESS) Messinfo.dat

What's New:

- a2video, a2video_comp, a2video_comprgb: Fixed another regression where composite double-hi-res was usually monochrome [R. Belmont].
- abc80: Emulate the TKN 80 80-column expansion kit.Add system ROMs with checksum 10042 [PC/M]. Refactor ABC Memory Card to use generic slots. Devicify the SN74S263 character generator. Added keyboard PROM, and memory card IEC/Printer ROMs [Curt Coder].
- abc80kb: Changed description to 'ABC 80 Keyboard'.
- abc80x.cpp: Detect interlaced disk images. Split floppy software lists by disk drive type. Fix sector dump floppy image loading. Move ufd631 from 'abc830_flop.xml' to 'abc832_flop.xml' [Curt Coder].
- alphie: Changed description to 'Alphie: The Electronic Robot (patent)'.
- amstrad.cpp: Use standard list of slot options for Centronics port [AJR]. Removed duplicate software in 'cpc_flop.xml [Wilbert Pol].
- atarist.cpp: Cleaned up metadata, identified software with manual copy protection, and noted issues in 'st_flop.xml' [Angelo Salese].

Read more: (MESS) Messinfo.dat v0.254 - Released

Multiple System Emulator - Clock Signal v2023-05-08 - Released

Details
Category: Multiple Platform
Published: 09 May 2023

Clock Signal - Mac  Clock Signal (Source)

What's New:

This release expands MSX emulation to include a first attempt at the MSX 2; improvements and corrections are likely to follow.

TI-99/4A Computer Emulator - Classic99 v399.064a - Released

Details
Category: Windows
Published: 09 May 2023

Classic99

What's New:

- Update cartpack to add RXB2023

Sega Model 3 Arcade Emulator - Supermodel v0.3a (Git) - Updated

Details
Category: Multiple Platform
Published: 08 May 2023

Supermodel - Windows  Supermodel (Source)

What's New:

Games.xml: Removed seemingly unnecessary swtrilgy and swtrilgya patches, which should re-enable JTAG configuration and fix Endor Death Star tunnel shading

Fix GCC 13 build

Work around to prevent I/O error after a while on fishing games with tension

Crosshair optimization:
-create crosshairs only once in Init() instead of created them at every cycle
-use matrix scale to apply the aspect ratio

SDLMAME for Ubuntu v0.254 - Released

Details
Category: Linux
Published: 08 May 2023

SDLMAME for Ubuntu

What's New:

Updated to latest MAME source.

Space Invaders Arcade Emulator v39 - Released

Details
Category: Multiple Platform
Published: 07 May 2023

Space Invaders Arcade Emulator - Windows  Space Invaders Arcade Emulator - Linux  Space Invaders Arcade Emulator - Mac  Space Invaders Arcade Emulator (Source)

What's New

PSP Emulator - PPSSPP v1.15.3 - Released

Details
Category: Multiple Platform
Published: 07 May 2023

PPSSPP - Windows  PPSSPP - Linux  PPSSPP - Mac  PPSSPP - Android  PPSSPP (Source)

What's New:

- Assorted minor crash- and other fixes
- Android: Allow launch by content URI (for frontends)
- Control mapping: Fix bugs in mapping UI causing trouble with some controllers

Game Boy Color / BW Emulator - Pizza Boy GBC Pro v6.0.6 - Released

Details
Category: Android
Published: 07 May 2023

Pizza Boy GBC Pro

What's New:

6.0.5
- Now "settings" is always visible on main game view
6.0.6
- Fixed bug showing right and left fillers even when the skin is null

Game Boy Advance Emulator - Pizza Boy GBA Pro v2.5.6 - Released

Details
Category: Android
Published: 07 May 2023

Pizza Boy GBC Pro

What's New:

2.5.0
- New roms menu!
- 4 new skin colors
2.5.1
- Fixed crash on Payback
- Fixed crash when creating desktop shortcut
2.5.2
- Fixed crash when trying to change boxart
2.5.3
- Added RTC custom date/time setting (per rom)
2.5.4
- Fixed bug extracting CRC32 from zip files (resulting in "-1")
2.5.5
- Updated a few external libraries
2.5.6
- New skins style
- Fixed bug with key input irq

Nintendo Game Boy Emulator - Peanut-GB v1.2.0 - Released

Details
Category: Multiple Platform
Published: 07 May 2023

Peanut-GB - Windows (32bit)  Peanut-GB - Windows (64bit)  Peanut-GB - Linux  Peanut-GB - Mac  Peanut-GB (Source)

What's New:

- MiniGB-APU now has it's own repository at https://github.com/deltabeard/minigb_apu
- MiniGB-APU now outputs 16-bit signed integer (s16) samples instead of 32-bit floating point (f32). In addition, there is no more floating point arithmetic.
- General improvements to documentation.
- When a HALT instruction is executed, Peanut-GB now calculates the emulated CPU time until an interrupt will occur instead of looping one CPU cycle at a time until a counter triggers an interrupt. This allows for a significant performance improvement in games which use the HALT instruction.
- Use compiler intrinsic functions if available for a small number of emulated CPU instructions.
- Many fixes to LCD emulation, including LY=LYC interrupt, BG over OBJ priority, mode timing, IO overwriting, etc. #66 #69 #70 #78.
- DMG-ACID2 Test on Peanut-SDL
- Added bootrom support using gb_set_bootrom.
- peanut_gb.h can now be compiled as an object by defining PEANUT_GB_HEADER_ONLY.
- Fix MBC2 emulation #80.
- Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

Nintendo Game Boy Advance Emulator - My Boy! v2.0.3 - Released

Details
Category: Android
Published: 07 May 2023

My Boy!

What's New:

?

Game Boy / Game Boy Color Emulator - jgb v0.10.6 - Released

Details
Category: Multiple Platform
Published: 07 May 2023

 jgb - Windows   jgb - Linux   jgb (Source)

What's New:

- Implement the HALT bug, where executing a HALT instruction while IME=0 and (IE & IF) != 0 causes the program counter to fail to increment after the next opcode read; this fixes The Smurfs from hanging on startup as it depends on the HALT bug to change an LDH A, ($FF00+$8C) instruction (F0 8C) into LDH A, ($FF00+$F0) followed by ADC H (F0 F0 8C)
- Add an About window specifying current version

Multiple System Emulator - Helios v23.0506 - Released

Details
Category: Java
Published: 07 May 2023

Helios - Windows  Helios - Linux

What's New:

helios: add Sega 32x emulation by merging the helios32x project: https://github.com/fedex81/helios32x
md: improve rom header parsing
md: improve support for roms > 4Mbit with sram

Xbox 360 Emulator - Xenia v1.0.2798 - Released

Details
Category: Windows
Published: 05 May 2023

Xenia

What's New

(MAME) Series.ini v0.254 - Released

Details
Category: Windows
Published: 05 May 2023

(MAME) Series.ini

What's New:

- Series UPDATED (8): Aristocrat MK Hardware, F-1 Grand Prix, Mr. Driller, Reelin-n-Rockin, Space Invaders, Strikers 1945, Taiko no Tatsujin and World Club Champion Football.
- Series NEW (3): GAHAHA Ippatsudou, Medal no Tatsujin and Soreike! Anpanman.
- Items RENAMED (17): (50lionsm) to (50lionsa), (5koipp) to (5koi), (antcleom) to (antcleoa), (crysprim) to (cryspria), (csdm) to (csda), (dimeye) to (dimeyeu), (f1gpb) to (f1gpbl), (gldgong) to (gldgongu), (holdrma) to (holdrma6), (mrdrilr2) to (mrdrilr2j), (mrdrilrga) to (mrdrilrg), (mrdrlr2a) to (mrdrilr2), (silkrda6) to (silkrda6u), (thaiprncm) to (thaiprnca), (wheregldm) to (whereglda), (wingoly) to (wingolyu) and (wwaysm) to (wwaysa).
- Items REMOVED (1): (mrdrilrg).

HP Calculator Emulator - Plus42 v1.0.19 - Released

Details
Category: Multiple Platform
Published: 05 May 2023

Plus42 - Windows (64bit)  Plus42 - Linux  Plus42 - Mac

What's New:

- Fixed the definition of the 'ton' unit (U.S. short ton). It was 10^10 times too large, due to a missing sign in the units definition table.
- Equations like [1:2:3]=A, when entered without a name, weren't parsed correctly, because the part before the first colon would be incorrectly interpreted as a name. Fixed.
- When an error occurs while evaluating an equation, and that equation exists in the EQN list, pressing R/S in the EQN list view will now start editing that equation, with the cursor on the part of the equation where the error occurred.

Multiple Frontend - Playnite v10.16 - Released

Details
Category: Windows
Published: 05 May 2023

Playnite

What's New:

Fixed
Desktop mode window state issues introduced with 10.15 update

Android Emulator - NoxPlayer v7.0.5.7 - Released

Details
Category: Windows
Published: 05 May 2023

NoxPlayer (32bit)

What's New:

Optimized
A few improvements have been made to enhance UI & UX design.

Fixed
Fixed the problem that the webcam occasionally cannot be used normally.

MAME Frontend - IV/Play v1.8.5.0 - Released

Details
Category: Multiple Platform
Published: 05 May 2023

IV/Play

What's New:

Added the ability to change the color of the non-working games/devices in F1

Page 74 of 89

  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
© 2003 - 2025 Dweezledap Development