C64 - hook up Lock key to core, doesn't do anything yet though

This commit is contained in:
adelikat 2012-12-06 01:19:32 +00:00
parent be40574bad
commit 747115962b
2 changed files with 1 additions and 3 deletions

View File

@ -80,7 +80,7 @@ namespace BizHawk.Emulation.Computers.Commodore64
"Key 1", "Key Left Arrow", "Key Control", "Key 2", "Key Space", "Key Commodore", "Key Q", "Key Run/Stop",
"P1 Up", "P1 Down", "P1 Left", "P1 Right", "P1 Button",
"P2 Up", "P2 Down", "P2 Left", "P2 Right", "P2 Button",
"Key Restore"
"Key Restore", "Key Lck"
}
};

View File

@ -1200,8 +1200,6 @@ namespace BizHawk.MultiClient
CommodoreControls.BindMulti("Key Cursor Up/Down", Global.Config.C64Keyboard.Cursor_Up_Down);
CommodoreControls.BindMulti("Key Cursor Left/Right", Global.Config.C64Keyboard.Cursor_Left_Right);
CommodoreControls.BindMulti("Key Space", Global.Config.C64Keyboard.Space);
Global.Commodore64Controls = CommodoreControls;