From 271c2ea020a37b1705247a32379929dc1c225eb0 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Fri, 7 Jun 2019 09:45:30 -0400 Subject: [PATCH] standardized key codes to get ready for gamepad support --- index.html | 15 +++++++-------- src/emu.ts | 33 ++++++++++++++++++++++++++++++-- src/platform/astrocade.ts | 11 ++++++----- src/platform/coleco.ts | 24 +++++++++++------------ src/platform/galaxian.ts | 32 +++++++++++++++---------------- src/platform/msx.ts | 24 +++++++++++------------ src/platform/mw8080bw.ts | 18 +++++++++--------- src/platform/nes.ts | 33 ++++++++++++++++---------------- src/platform/sms.ts | 26 ++++++++++++------------- src/platform/vector.ts | 40 +++++++++++++++++++-------------------- src/platform/verilog.ts | 32 +++++++++++++++---------------- src/platform/vicdual.ts | 18 +++++++++--------- src/platform/williams.ts | 40 +++++++++++++++++++-------------------- 13 files changed, 188 insertions(+), 158 deletions(-) diff --git a/index.html b/index.html index 85c844f2..4c1687fb 100644 --- a/index.html +++ b/index.html @@ -254,18 +254,17 @@ if (window.location.host.endsWith('8bitworkshop.com')) { -