Merge pull request #5194 from jriwanek-forks/available

Clean up .available & .poll
This commit is contained in:
Miran Grča
2025-02-01 21:35:22 +01:00
committed by GitHub
254 changed files with 1214 additions and 1313 deletions

View File

@@ -482,7 +482,7 @@ const device_t gameport_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -496,7 +496,7 @@ const device_t gameport_201_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -510,7 +510,7 @@ const device_t gameport_203_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -524,7 +524,7 @@ const device_t gameport_205_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -538,7 +538,7 @@ const device_t gameport_207_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -552,7 +552,7 @@ const device_t gameport_208_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -566,7 +566,7 @@ const device_t gameport_209_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -580,7 +580,7 @@ const device_t gameport_20b_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -594,7 +594,7 @@ const device_t gameport_20d_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -608,7 +608,7 @@ const device_t gameport_20f_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -662,7 +662,7 @@ const device_t gameport_tm_acm_device = {
.init = tmacm_init,
.close = NULL,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = tmacm_config
@@ -676,7 +676,7 @@ const device_t gameport_pnp_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -690,7 +690,7 @@ const device_t gameport_pnp_1io_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -704,7 +704,7 @@ const device_t gameport_pnp_6io_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -718,7 +718,7 @@ const device_t gameport_sio_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -732,7 +732,7 @@ const device_t gameport_sio_1io_device = {
.init = gameport_init,
.close = gameport_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL