summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/coco12.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-03-28 13:18:42 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-03-28 13:18:42 +0000
commita820b91964898ccfee0a296a05aba287c4ec5609 (patch)
treeaea91c894f3d2a777dd0597a93f2e488893ba7b5 /src/mess/includes/coco12.h
parentb4a432d51faa740a3699aea7c66a3cc1d725fb78 (diff)
hsync and fsync are part of mc6847 so devcb2 conversion was needed there not in gime, this fixes coco3 issue (nw)
Diffstat (limited to 'src/mess/includes/coco12.h')
-rw-r--r--src/mess/includes/coco12.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/coco12.h b/src/mess/includes/coco12.h
index a1b3e36495a..a25a74f2caa 100644
--- a/src/mess/includes/coco12.h
+++ b/src/mess/includes/coco12.h
@@ -50,6 +50,8 @@ public:
DECLARE_READ8_MEMBER( sam_read );
+ DECLARE_WRITE_LINE_MEMBER( horizontal_sync );
+ DECLARE_WRITE_LINE_MEMBER( field_sync );
protected:
virtual void device_start();
virtual void update_cart_base(UINT8 *cart_base);
@@ -58,8 +60,6 @@ protected:
virtual void pia1_pb_changed(void);
private:
- DECLARE_WRITE_LINE_MEMBER( horizontal_sync );
- DECLARE_WRITE_LINE_MEMBER( field_sync );
void configure_sam(void);
};