From 89ea6a3b3ba4003cb539b04c537bca7727455f7e Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Wed, 19 Mar 2014 12:23:39 +0000 Subject: (MESS) 6883sam: devcb2. (nw) --- src/mess/includes/coco12.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mess/includes/coco12.h') diff --git a/src/mess/includes/coco12.h b/src/mess/includes/coco12.h index 19d1a7c1750..a1b3e36495a 100644 --- a/src/mess/includes/coco12.h +++ b/src/mess/includes/coco12.h @@ -48,6 +48,8 @@ public: static const mc6847_interface mc6847_config; static const sam6883_interface sam6883_config; + DECLARE_READ8_MEMBER( sam_read ); + protected: virtual void device_start(); virtual void update_cart_base(UINT8 *cart_base); @@ -59,8 +61,6 @@ private: DECLARE_WRITE_LINE_MEMBER( horizontal_sync ); DECLARE_WRITE_LINE_MEMBER( field_sync ); - DECLARE_READ8_MEMBER( sam_read ); - void configure_sam(void); }; -- cgit v1.2.3