summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/coco.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2014-04-15 15:11:58 +0000
committer Ivan Vangelista <mesgnet@yahoo.it>2014-04-15 15:11:58 +0000
commit8f416aa02063962fd54e18b487a64b0d0d0d296e (patch)
tree27538a9c39738ec1fc1092783e150cda743f08bf /src/mess/includes/coco.h
parenteb436c17f22bc7bc85816565ad85124096c9141d (diff)
bitbanger_device: converted to devcb2 (nw)
Loading coco doesn't crash, but someone familiar with the system should test it. Thanks!
Diffstat (limited to 'src/mess/includes/coco.h')
-rw-r--r--src/mess/includes/coco.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mess/includes/coco.h b/src/mess/includes/coco.h
index 65b7eb7e120..92e622a9dec 100644
--- a/src/mess/includes/coco.h
+++ b/src/mess/includes/coco.h
@@ -97,7 +97,6 @@ public:
optional_device<coco_vhd_image_device> m_vhd_1;
static const cococart_interface cartridge_config;
- static const bitbanger_config coco_bitbanger_config;
static const cassette_interface coco_cassette_interface;
// driver update handlers
@@ -135,6 +134,9 @@ public:
// floating bus
DECLARE_READ8_MEMBER( floating_bus_read ) { return floating_bus_read(); }
+
+ // bitbanger
+ DECLARE_WRITE_LINE_MEMBER( bitbanger_callback );
protected:
// device-level overrides
@@ -214,7 +216,6 @@ private:
void poll_hires_joystick(void);
void update_cassout(int cassout);
void update_prinout(bool prinout);
- DECLARE_WRITE_LINE_MEMBER( bitbanger_callback );
void diecom_lightgun_clock(void);
// thin wrappers for PIA output