Some SSI-2001 formatting
This commit is contained in:
@@ -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
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user