mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
typo fix
This commit is contained in:
parent
269e145561
commit
83b3a2e0e5
@ -1134,7 +1134,7 @@ protected:
|
|||||||
uint32_t xoffs = 0; // horizontal offset (back porch)
|
uint32_t xoffs = 0; // horizontal offset (back porch)
|
||||||
uint32_t yoffs = 0; // vertical offset (back porch)
|
uint32_t yoffs = 0; // vertical offset (back porch)
|
||||||
uint32_t vsyncstart = 0; // vertical sync start scanline
|
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 rowpixels = 0; // pixels per row
|
||||||
uint32_t tile_width = 0; // width of video tiles
|
uint32_t tile_width = 0; // width of video tiles
|
||||||
uint32_t tile_height = 0; // height of video tiles
|
uint32_t tile_height = 0; // height of video tiles
|
||||||
|
Loading…
Reference in New Issue
Block a user