IBM PS/1 Model 2011: No need to explicitly refer to the zeroth element of the config array.

This commit is contained in:
OBattler
2025-03-29 18:38:20 +01:00
parent 99c81fe03d
commit c1ecafaeb5

View File

@@ -290,7 +290,7 @@ const device_t ps1_2011_device = {
.available = NULL, .available = NULL,
.speed_changed = NULL, .speed_changed = NULL,
.force_redraw = NULL, .force_redraw = NULL,
.config = &ps1_2011_config[0] .config = &ps1_2011_config
}; };
static void static void