From d783e439bb66a7adbeba64629ea3e82b3ae84cbb Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 3 Nov 2012 13:55:22 +0000 Subject: [PATCH] C64 - rename controller definition --- BizHawk.Emulation/Computers/Commodore64/C64.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Emulation/Computers/Commodore64/C64.cs b/BizHawk.Emulation/Computers/Commodore64/C64.cs index 91b8d6bd46..c8ff7d1296 100644 --- a/BizHawk.Emulation/Computers/Commodore64/C64.cs +++ b/BizHawk.Emulation/Computers/Commodore64/C64.cs @@ -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 =