summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/softbox.h
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-05-29 07:05:38 +0000
committer Curt Coder <curtcoder@mail.com>2013-05-29 07:05:38 +0000
commit8f7c19fe24428730492c403b600943a18bd74ebd (patch)
treedde0f5cd11f32e529844864f000d9b9787ade12e /src/mess/includes/softbox.h
parent608196c112f29f78065debd39be8d78a0983a34e (diff)
(MESS) softbox: Promoted driver to working. [Curt Coder, Mike Naberezny]
(MESS) Fixed IEEE-488 bus reset on Commodore drives. [Curt Coder]
Diffstat (limited to 'src/mess/includes/softbox.h')
-rw-r--r--src/mess/includes/softbox.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/mess/includes/softbox.h b/src/mess/includes/softbox.h
index e8cc9d68757..1e12e4714ca 100644
--- a/src/mess/includes/softbox.h
+++ b/src/mess/includes/softbox.h
@@ -36,15 +36,17 @@ public:
required_device<ieee488_device> m_ieee;
DECLARE_WRITE8_MEMBER( dbrg_w );
- DECLARE_READ8_MEMBER( pia0_pa_r );
- DECLARE_WRITE8_MEMBER( pia0_pb_w );
- DECLARE_READ8_MEMBER( pia1_pa_r );
- DECLARE_WRITE8_MEMBER( pia1_pb_w );
- DECLARE_READ8_MEMBER( pia1_pc_r );
- DECLARE_WRITE8_MEMBER( pia1_pc_w );
+
+ DECLARE_READ8_MEMBER( ppi0_pa_r );
+ DECLARE_WRITE8_MEMBER( ppi0_pb_w );
+
+ DECLARE_READ8_MEMBER( ppi1_pa_r );
+ DECLARE_WRITE8_MEMBER( ppi1_pb_w );
+ DECLARE_READ8_MEMBER( ppi1_pc_r );
+ DECLARE_WRITE8_MEMBER( ppi1_pc_w );
+
DECLARE_WRITE_LINE_MEMBER( fr_w );
DECLARE_WRITE_LINE_MEMBER( ft_w );
- DECLARE_WRITE8_MEMBER( dummy_w );
enum
{