AxibugEmuOnline/AxibugEmuOnline.Client/Assets/Plugins/Mame.Core/Motion/z80Motion.cs

14 lines
172 B
C#
Raw Normal View History

using cpu.z80;
using System.Collections.Generic;
namespace MAME.Core
{
public partial class Z80Motion
{
public Z80Motion()
{
}
}
}