Some SSI-2001 formatting

This commit is contained in:
Jasmine Iwanek
2024-12-12 14:29:41 -05:00
parent 8bc667b5e0
commit 5a6b5b3692

View File

@@ -126,15 +126,15 @@ static const device_config_t ssi2001_config[] = {
}; };
const device_t ssi2001_device = { const device_t ssi2001_device = {
.name = "Innovation SSI-2001", .name = "Innovation SSI-2001",
.internal_name = "ssi2001", .internal_name = "ssi2001",
.flags = DEVICE_ISA, .flags = DEVICE_ISA,
.local = 0, .local = 0,
.init = ssi2001_init, .init = ssi2001_init,
.close = ssi2001_close, .close = ssi2001_close,
.reset = NULL, .reset = NULL,
{ .available = NULL }, { .available = NULL },
.speed_changed = NULL, .speed_changed = NULL,
.force_redraw = NULL, .force_redraw = NULL,
.config = ssi2001_config .config = ssi2001_config
}; };