update mame to 0.250
This commit is contained in:
parent
137634cf89
commit
eb1cef1ffc
|
@ -54,4 +54,4 @@
|
|||
[submodule "waterbox/mame-arcade/mame"]
|
||||
path = waterbox/mame-arcade/mame
|
||||
url = https://github.com/TASEmulators/mame.git
|
||||
branch = mamehawk0249
|
||||
branch = mamehawk0250
|
||||
|
|
Binary file not shown.
|
@ -14,7 +14,7 @@ using BizHawk.Emulation.Cores.Waterbox;
|
|||
|
||||
namespace BizHawk.Emulation.Cores.Arcades.MAME
|
||||
{
|
||||
[PortedCore(CoreNames.MAME, "MAMEDev", "0.249", "https://github.com/mamedev/mame.git", isReleased: false)]
|
||||
[PortedCore(CoreNames.MAME, "MAMEDev", "0.250", "https://github.com/mamedev/mame.git", isReleased: false)]
|
||||
public partial class MAME : IRomInfo
|
||||
{
|
||||
[CoreConstructor(VSystemID.Raw.Arcade)]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d88189243da9ee6547a84fab2d7e489a32595e56
|
||||
Subproject commit 9fced86213548ec78e713ab1574381d0569ac6da
|
Loading…
Reference in New Issue