summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc8801.c
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/drivers/pc8801.c
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/drivers/pc8801.c')
-rw-r--r--src/mess/drivers/pc8801.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mess/drivers/pc8801.c b/src/mess/drivers/pc8801.c
index dbb18c49024..e29e295ff8c 100644
--- a/src/mess/drivers/pc8801.c
+++ b/src/mess/drivers/pc8801.c
@@ -271,14 +271,14 @@
#define UPD1990A_TAG "upd1990a"
#define I8251_TAG "i8251"
-struct crtc_t
+struct crtc_t
{
UINT8 cmd,param_count,cursor_on,status,irq_mask;
UINT8 param[8][5];
UINT8 inverse;
};
-struct mouse_t
+struct mouse_t
{
UINT8 phase;
UINT8 x,y;
@@ -450,7 +450,7 @@ protected:
public:
DECLARE_MACHINE_RESET(pc8801_clock_speed);
DECLARE_MACHINE_RESET(pc8801_dic);
- DECLARE_MACHINE_RESET(pc8801_cdrom);
+ DECLARE_MACHINE_RESET(pc8801_cdrom);
};