Paradise VGA: Override the horizontal skew handling, fixes #5228.

This commit is contained in:
OBattler
2025-02-17 04:57:49 +01:00
parent 601efe14a8
commit a6a377757f

View File

@@ -571,6 +571,8 @@ paradise_init(const device_t *info, uint32_t memory)
paradise->type = info->local;
svga->hoverride = 1;
return paradise;
}