Clean up .available & .poll

This commit is contained in:
Jasmine Iwanek
2025-01-07 01:12:42 -05:00
parent de488fe779
commit 81b8038bc5
254 changed files with 1214 additions and 1313 deletions

View File

@@ -478,7 +478,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
@@ -492,7 +492,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
@@ -506,7 +506,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
@@ -520,7 +520,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
@@ -534,7 +534,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
@@ -548,7 +548,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
@@ -562,7 +562,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
@@ -576,7 +576,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
@@ -590,7 +590,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
@@ -604,7 +604,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
@@ -658,7 +658,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
@@ -672,7 +672,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
@@ -686,7 +686,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
@@ -700,7 +700,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
@@ -714,7 +714,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
@@ -728,7 +728,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