summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/pc8801.c
diff options
context:
space:
mode:
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);
};