C64 - rename controller definition

This commit is contained in:
adelikat 2012-11-03 13:55:22 +00:00
parent 59bb49ae20
commit d783e439bb
1 changed files with 2 additions and 2 deletions

View File

@ -54,9 +54,9 @@ namespace BizHawk.Emulation.Computers.Commodore64
public void LoadStateText(TextReader reader) { } //TODO
public void SaveStateBinary(BinaryWriter bw) { } //TODO
public void LoadStateBinary(BinaryReader br) { } //TODO
public ControllerDefinition ControllerDefinition { get { return Atari7800ControllerDefinition; } }
public ControllerDefinition ControllerDefinition { get { return C64ControllerDefinition; } }
public IController Controller { get; set; }
public static readonly ControllerDefinition Atari7800ControllerDefinition = new ControllerDefinition
public static readonly ControllerDefinition C64ControllerDefinition = new ControllerDefinition
{
Name = "Commodore 64 Controller", //TODO
BoolButtons =