summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/fm7.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
commite25c13f2532730ebf50d0cffa0147393fd8e0228 (patch)
treea6c25d1de7041f26afed559dbc6670fa550e6b41 /src/mess/includes/fm7.h
parentf97e8f00818bd8d898facc206ed33ab72cf10a75 (diff)
Clean-ups and version bumpmame0147
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
Diffstat (limited to 'src/mess/includes/fm7.h')
-rw-r--r--src/mess/includes/fm7.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/includes/fm7.h b/src/mess/includes/fm7.h
index c41d0302310..693f1693715 100644
--- a/src/mess/includes/fm7.h
+++ b/src/mess/includes/fm7.h
@@ -30,7 +30,7 @@
#define KEY_MODE_FM16B 1 // FM-16B (FM-77AV and later only)
#define KEY_MODE_SCAN 2 // Scancode Make/Break (PC-like)
-struct fm7_encoder_t
+struct fm7_encoder_t
{
UINT8 buffer[12];
UINT8 tx_count;
@@ -42,7 +42,7 @@ struct fm7_encoder_t
UINT8 position;
};
-struct fm7_mmr_t
+struct fm7_mmr_t
{
UINT8 bank_addr[8][16];
UINT8 segment;
@@ -51,7 +51,7 @@ struct fm7_mmr_t
UINT8 mode;
};
-struct fm7_video_t
+struct fm7_video_t
{
UINT8 sub_busy;
UINT8 sub_halt;
@@ -77,7 +77,7 @@ struct fm7_video_t
UINT8 vsync_flag;
};
-struct fm7_alu_t
+struct fm7_alu_t
{
UINT8 command;
UINT8 lcolour;