14 lines
178 B
C#
14 lines
178 B
C#
|
using cpu.m6809;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace MAME.Core
|
|||
|
{
|
|||
|
|
|||
|
public partial class M6809Motion
|
|||
|
{
|
|||
|
public M6809Motion()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|