refactored device_t and all declarations

This commit is contained in:
Jess Lovelace
2022-01-13 21:06:11 -05:00
parent 8bb18ef598
commit f18615ae87
219 changed files with 707 additions and 10 deletions

View File

@@ -900,6 +900,7 @@ static const device_config_t ltsermouse_config[] = {
const device_t mouse_mssystems_device = {
"Mouse Systems Serial Mouse",
"mouse_mssystems",
0,
MOUSE_TYPE_MSYSTEMS,
sermouse_init, sermouse_close, NULL,
@@ -909,6 +910,7 @@ const device_t mouse_mssystems_device = {
const device_t mouse_msserial_device = {
"Microsoft Serial Mouse",
"mouse_msserial",
0,
0,
sermouse_init, sermouse_close, NULL,
@@ -918,6 +920,7 @@ const device_t mouse_msserial_device = {
const device_t mouse_ltserial_device = {
"Logitech Serial Mouse",
"mouse_ltserial",
0,
1,
sermouse_init, sermouse_close, NULL,