clean up device_config_t formatting
This commit is contained in:
@@ -186,10 +186,10 @@ const device_t vga_device =
|
||||
"VGA",
|
||||
"vga",
|
||||
DEVICE_ISA,
|
||||
0,
|
||||
0,
|
||||
vga_init,
|
||||
vga_close,
|
||||
NULL,
|
||||
NULL,
|
||||
{ vga_available },
|
||||
vga_speed_changed,
|
||||
vga_force_redraw,
|
||||
@@ -201,10 +201,10 @@ const device_t ps1vga_device =
|
||||
"PS/1 VGA",
|
||||
"ps1vga",
|
||||
DEVICE_ISA,
|
||||
0,
|
||||
0,
|
||||
ps1vga_init,
|
||||
vga_close,
|
||||
NULL,
|
||||
NULL,
|
||||
{ vga_available },
|
||||
vga_speed_changed,
|
||||
vga_force_redraw,
|
||||
@@ -216,10 +216,10 @@ const device_t ps1vga_mca_device =
|
||||
"PS/1 VGA",
|
||||
"ps1vga_mca",
|
||||
DEVICE_MCA,
|
||||
0,
|
||||
0,
|
||||
ps1vga_init,
|
||||
vga_close,
|
||||
NULL,
|
||||
NULL,
|
||||
{ vga_available },
|
||||
vga_speed_changed,
|
||||
vga_force_redraw,
|
||||
|
||||
Reference in New Issue
Block a user