Design a module for a video game consoles for a particular game. In the latest release of the game. In the latest release of the game there are 8 characters the user can choose from. The user can choose one character from the 8 characters by moving the controller joystick up, down, left, or right. Each character has a 3 bit code that is sent to your module when it is selected (Ex: 000 for character 1, 001 for character 2, 010 for character 3...) Based on this data, your module should patch through the selected character's data to the output.