From 83b3a2e0e5d6ac8bf1bc76cd7b3c98273dff4259 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Thu, 11 Mar 2021 19:28:07 -0500 Subject: [PATCH] typo fix --- src/devices/video/voodoo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/video/voodoo.h b/src/devices/video/voodoo.h index 85794b55d90..1be7f0a1a85 100644 --- a/src/devices/video/voodoo.h +++ b/src/devices/video/voodoo.h @@ -1134,7 +1134,7 @@ protected: uint32_t xoffs = 0; // horizontal offset (back porch) uint32_t yoffs = 0; // vertical offset (back porch) uint32_t vsyncstart = 0; // vertical sync start scanline - uint32_t vsyncstop = 0; // veritcal sync stop + uint32_t vsyncstop = 0; // vertical sync stop uint32_t rowpixels = 0; // pixels per row uint32_t tile_width = 0; // width of video tiles uint32_t tile_height = 0; // height of video tiles