mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fix clang compile
This commit is contained in:
parent
876d4f1a58
commit
073d1245a9
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user