update mame to 0.230
This commit is contained in:
parent
1ffc0435b3
commit
3ff0eb33db
|
@ -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
|
||||
|
|
|
@ -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")]
|
||||
|
|
Loading…
Reference in New Issue