From 5bd6586ae460768043755859dcf4087c48584f39 Mon Sep 17 00:00:00 2001 From: Jacque McGoats <31115470+MrMcGoats@users.noreply.github.com> Date: Mon, 16 Jul 2018 21:01:48 -0700 Subject: [PATCH] Added layout for MAYFLASH Genesis adapter, but DPAD doesn't work, as it uses two bytes, which is not supported currently --- ...SH_Genesis_Controller_Adapter_for_PC_USB.ini | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 MAYFLASH_Genesis_Controller_Adapter_for_PC_USB.ini diff --git a/MAYFLASH_Genesis_Controller_Adapter_for_PC_USB.ini b/MAYFLASH_Genesis_Controller_Adapter_for_PC_USB.ini new file mode 100644 index 0000000..10af963 --- /dev/null +++ b/MAYFLASH_Genesis_Controller_Adapter_for_PC_USB.ini @@ -0,0 +1,17 @@ +//MAYFLASH Genesis Controller Adapter for PC USB +[vid=0x0079,pid=0x18ae] + +PAD1_FILTER=0x00,0x00 +PAD2_FILTER=0x00,0x01 + +VPAD_BUTTON_UP = 0x02,0x00 +VPAD_BUTTON_RIGHT = 0x02,0x02 +VPAD_BUTTON_DOWN = 0x02,0x04 +VPAD_BUTTON_LEFT = 0x02,0x06 + +VPAD_BUTTON_A = 0x00,0x01 +VPAD_BUTTON_B = 0x00,0x02 +VPAD_BUTTON_Y = 0x00,0x04 //C button on Genesis controller +VPAD_BUTTON_PLUS = 0x01,0x02 + +PAD_COUNT=2