update mame to 0.230

This commit is contained in:
feos 2021-04-01 23:19:07 +03:00
parent 1ffc0435b3
commit 3ff0eb33db
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ namespace BizHawk.Emulation.Cores.Arcades.MAME
{
public static class LibMAME
{
internal const string dll = "libpacmanshd.dll"; // libmamearcade.dll libpacmanshd.dll
internal const string dll = "libmamearcade.dll"; // libmamearcade.dll libpacmanshd.dll
private const CallingConvention cc = CallingConvention.Cdecl;
public enum OutputChannel

View File

@ -88,7 +88,7 @@ namespace BizHawk.Emulation.Cores.Arcades.MAME
author: "MAMEDev",
isPorted: true,
isReleased: false,
portedVersion: "0.221",
portedVersion: "0.230",
portedUrl: "https://github.com/mamedev/mame.git",
singleInstance: false,
displayName: "Arcade")]