From 073d1245a9a0f8cac10d2b03174342e34e0fb1fb Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Sat, 2 Apr 2022 17:38:00 +0200 Subject: Fix clang compile --- src/mame/includes/ti85.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/includes/ti85.h b/src/mame/includes/ti85.h index 0ef698e7b41..7aa9c1c8a69 100644 --- a/src/mame/includes/ti85.h +++ b/src/mame/includes/ti85.h @@ -34,7 +34,7 @@ enum ti85_model { TI84PSE }; -typedef struct +struct ti83pse_timer { uint8_t loop = 0; uint8_t setup = 0; @@ -42,7 +42,7 @@ typedef struct bool interrupt = false; uint8_t max = 0; uint8_t count = 0; -} ti83pse_timer; +}; typedef enum TI83PSE_CTIMER { -- cgit v1.2.3