summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2021-03-11 19:28:07 -0500
committer Scott Stone <tafoid@gmail.com>2021-03-11 19:28:07 -0500
commit83b3a2e0e5d6ac8bf1bc76cd7b3c98273dff4259 (patch)
tree8792cb743756dab1be1572e23cc1e5231d563e86
parent269e145561bca6812c59ba12b270be341ef5501e (diff)
typo fix
-rw-r--r--src/devices/video/voodoo.h2
1 files changed, 1 insertions, 1 deletions
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