summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/c65.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/c65.h')
-rw-r--r--src/mess/includes/c65.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/includes/c65.h b/src/mess/includes/c65.h
index f29335bc808..e1547718fc2 100644
--- a/src/mess/includes/c65.h
+++ b/src/mess/includes/c65.h
@@ -10,13 +10,13 @@
#include "includes/c64_legacy.h"
#include "machine/6526cia.h"
-struct dma_t
+struct dma_t
{
int version;
UINT8 data[4];
};
-struct fdc_t
+struct fdc_t
{
int state;
@@ -32,7 +32,7 @@ struct fdc_t
int head,track,sector;
};
-struct expansion_ram_t
+struct expansion_ram_t
{
UINT8 reg;
};