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

@@ -726,7 +726,7 @@ const device_t vid_1512_device = {
.init = NULL,
.close = vid_close_1512,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = vid_speed_change_1512,
.force_redraw = NULL,
.config = vid_1512_config
@@ -906,7 +906,7 @@ const device_t vid_1640_device = {
.init = NULL,
.close = vid_close_1640,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = vid_speed_changed_1640,
.force_redraw = NULL,
.config = vid_1640_config
@@ -1831,7 +1831,7 @@ const device_t vid_200_device = {
.init = NULL,
.close = vid_close_200,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = vid_speed_changed_200,
.force_redraw = NULL,
.config = vid_200_config
@@ -1931,7 +1931,7 @@ const device_t vid_ppc512_device = {
.init = NULL,
.close = vid_close_200,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = vid_speed_changed_200,
.force_redraw = NULL,
.config = vid_ppc512_config
@@ -1965,7 +1965,7 @@ const device_t vid_pc2086_device = {
.init = NULL,
.close = NULL,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = vid_pc2086_config
@@ -1999,7 +1999,7 @@ const device_t vid_pc3086_device = {
.init = NULL,
.close = NULL,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = vid_pc3086_config

View File

@@ -714,7 +714,7 @@ const device_t compaq_plasma_device = {
.init = compaq_plasma_init,
.close = compaq_plasma_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = compaq_plasma_speed_changed,
.force_redraw = NULL,
.config = compaq_plasma_config

View File

@@ -324,7 +324,7 @@ const device_t grid_device = {
.init = grid_init,
.close = grid_close,
.reset = grid_reset,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL

View File

@@ -711,7 +711,7 @@ const device_t t3100e_device = {
.init = t3100e_init,
.close = t3100e_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = t3100e_speed_changed,
.force_redraw = NULL,
.config = NULL

View File

@@ -703,7 +703,7 @@ const device_t europc_device = {
.init = europc_boot,
.close = europc_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = europc_config

View File

@@ -1513,7 +1513,7 @@ const device_t pcjr_device = {
.init = NULL,
.close = NULL,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = speed_changed,
.force_redraw = NULL,
.config = pcjr_config

View File

@@ -287,7 +287,7 @@ const device_t ps1_2011_device = {
.init = NULL,
.close = NULL,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = &ps1_2011_config[0]

View File

@@ -1386,7 +1386,7 @@ const device_t ps1_hdc_device = {
.init = ps1_hdc_init,
.close = ps1_hdc_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL

View File

@@ -1416,7 +1416,7 @@ const device_t vid_device = {
.init = NULL,
.close = vid_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = vid_speed_changed,
.force_redraw = NULL,
.config = vid_config
@@ -1430,7 +1430,7 @@ const device_t vid_device_hx = {
.init = NULL,
.close = vid_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = vid_speed_changed,
.force_redraw = NULL,
.config = vid_config
@@ -1444,7 +1444,7 @@ const device_t vid_device_sl = {
.init = NULL,
.close = vid_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = vid_speed_changed,
.force_redraw = NULL,
.config = NULL
@@ -1592,7 +1592,7 @@ static const device_t eep_1000hx_device = {
.init = eep_init,
.close = eep_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -1606,7 +1606,7 @@ static const device_t eep_1000sl2_device = {
.init = eep_init,
.close = eep_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL

View File

@@ -2075,7 +2075,7 @@ const device_t m24_kbd_device = {
.init = NULL,
.close = m24_kbd_close,
.reset = m24_kbd_reset,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -2119,7 +2119,7 @@ const device_t m19_vid_device = {
.init = NULL,
.close = m19_vid_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = m19_vid_speed_changed,
.force_redraw = NULL,
.config = m19_vid_config

View File

@@ -142,7 +142,7 @@ const device_t philips_device = {
.init = philips_init,
.close = philips_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL

View File

@@ -741,7 +741,7 @@ const device_t t1000_video_device = {
.init = t1000_init,
.close = t1000_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = t1000_speed_changed,
.force_redraw = NULL,
.config = t1000_config
@@ -755,7 +755,7 @@ const device_t t1200_video_device = {
.init = t1000_init,
.close = t1000_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = t1000_speed_changed,
.force_redraw = NULL,
.config = t1000_config

View File

@@ -168,7 +168,7 @@ const device_t xi8088_device = {
.init = xi8088_init,
.close = NULL,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = xi8088_config

View File

@@ -103,7 +103,7 @@ static const device_t zenith_scratchpad_device = {
.init = zenith_scratchpad_init,
.close = zenith_scratchpad_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL