summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99/grom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/ti99/grom.h')
-rw-r--r--src/mess/machine/ti99/grom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/ti99/grom.h b/src/mess/machine/ti99/grom.h
index 3093e8bc45b..d8b5b864db5 100644
--- a/src/mess/machine/ti99/grom.h
+++ b/src/mess/machine/ti99/grom.h
@@ -13,7 +13,7 @@
#include "ti99defs.h"
-typedef struct _ti99grom_config
+struct ti99grom_config
{
bool writable;
int ident;
@@ -22,7 +22,7 @@ typedef struct _ti99grom_config
int size;
devcb_write_line ready;
int clockrate;
-} ti99grom_config;
+};
#define GROM_CONFIG(name) \
const ti99grom_config(name) =