14 lines
186 B
C#
14 lines
186 B
C#
using cpu.m68000;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace MAME.Core
|
|
{
|
|
public class M68000Motion
|
|
{
|
|
public M68000Motion()
|
|
{
|
|
}
|
|
}
|
|
}
|