summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/amstrad.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/amstrad.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/amstrad.h')
-rw-r--r--src/mess/includes/amstrad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/amstrad.h b/src/mess/includes/amstrad.h
index ab3f7fa5406..b4ad39a488a 100644
--- a/src/mess/includes/amstrad.h
+++ b/src/mess/includes/amstrad.h
@@ -23,7 +23,7 @@
/****************************
* Gate Array data (CPC) -
****************************/
-struct gate_array_t
+struct gate_array_t
{
bitmap_ind16 *bitmap; /* The bitmap we work on */
UINT8 pen_selected; /* Pen selection */
@@ -60,7 +60,7 @@ struct gate_array_t
/****************************
* ASIC data (CPC plus)
****************************/
-struct asic_t
+struct asic_t
{
UINT8 *ram; /* pointer to RAM used for the CPC+ ASIC memory-mapped registers */
UINT8 enabled; /* Are CPC plus features enabled/unlocked */