Moved the Sound Gain control option from the Tools menu to a new Sound icon on the status bar;

LPT2 and LPT3 devices can now be selected.
This commit is contained in:
OBattler
2018-02-06 19:53:34 +01:00
parent 086a786f12
commit 437b519d94
10 changed files with 202 additions and 149 deletions

View File

@@ -7,13 +7,13 @@ extern void lpt2_remove_ams();
extern void lpt3_init(uint16_t port);
extern void lpt3_remove();
void lpt1_device_init();
void lpt1_device_close();
void lpt_devices_init();
void lpt_devices_close();
char *lpt_device_get_name(int id);
char *lpt_device_get_internal_name(int id);
extern char lpt1_device_name[16];
extern char lpt_device_names[3][16];
typedef struct
{