summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/macpci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/macpci.h')
-rw-r--r--src/mess/includes/macpci.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/macpci.h b/src/mess/includes/macpci.h
index a2e37f9bdaa..17832aab5c3 100644
--- a/src/mess/includes/macpci.h
+++ b/src/mess/includes/macpci.h
@@ -24,7 +24,7 @@
#define MAC_539X_2_TAG "539x_2"
/* tells which model is being emulated (set by macxxx_init) */
-typedef enum
+enum model_t
{
PCIMODEL_MAC_PM5200,
PCIMODEL_MAC_PM6200,
@@ -66,7 +66,7 @@ typedef enum
PCIMODEL_MAC_PIPPIN, // Apple/Bandai Pippin
-} model_t;
+};
/*----------- defined in machine/pcimac.c -----------*/