diff options
Diffstat (limited to 'src/devices/video/i82730.h')
-rw-r--r-- | src/devices/video/i82730.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/i82730.h b/src/devices/video/i82730.h index e0b1c4729d6..03165358a22 100644 --- a/src/devices/video/i82730.h +++ b/src/devices/video/i82730.h @@ -18,7 +18,7 @@ //************************************************************************** #define I82730_UPDATE_ROW(name) \ - void name(bitmap_rgb32 &bitmap, uint16_t *data, uint8_t lc, uint16_t y, int x_count) + void name(bitmap_rgb32 &bitmap, uint16_t *data, uint8_t lc, uint16_t y, int x_count) // ======================> i82730_device |