14 lines
172 B
C#
14 lines
172 B
C#
using cpu.z80;
|
|
using System.Collections.Generic;
|
|
|
|
namespace MAME.Core
|
|
{
|
|
public partial class Z80Motion
|
|
{
|
|
|
|
public Z80Motion()
|
|
{
|
|
}
|
|
|
|
}
|
|
} |