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

@@ -895,7 +895,7 @@ static const device_t ibmxt_32k_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = ibmxt_32k_config
@@ -943,7 +943,7 @@ static const device_t ibmxt_64k_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = ibmxt_64k_config
@@ -991,7 +991,7 @@ static const device_t ibmxt_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = ibmxt_config
@@ -1039,7 +1039,7 @@ static const device_t genericxt_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = genericxt_config
@@ -1087,7 +1087,7 @@ static const device_t msramcard_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = msramcard_config
@@ -1135,7 +1135,7 @@ static const device_t mssystemcard_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = mssystemcard_config
@@ -1149,7 +1149,7 @@ static const device_t ibmat_128k_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -1197,7 +1197,7 @@ static const device_t ibmat_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = ibmat_config
@@ -1245,7 +1245,7 @@ static const device_t genericat_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = genericat_config
@@ -1293,7 +1293,7 @@ static const device_t p5pak_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = p5pak_config
@@ -1341,7 +1341,7 @@ static const device_t a6pak_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = a6pak_config
@@ -1392,7 +1392,7 @@ static const device_t ems5150_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = ems5150_config
@@ -1534,7 +1534,7 @@ static const device_t ev159_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = ev159_config
@@ -1629,7 +1629,7 @@ static const device_t ev165a_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = ev165a_config
@@ -1693,7 +1693,7 @@ static const device_t brxt_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = brxt_config
@@ -1799,7 +1799,7 @@ static const device_t brat_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = brat_config
@@ -1865,7 +1865,7 @@ static const device_t lotech_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = lotech_config
@@ -1934,7 +1934,7 @@ static const device_t rampage_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = rampage_config
@@ -2033,7 +2033,7 @@ static const device_t iab_device = {
.init = isamem_init,
.close = isamem_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = iab_config