summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/dgnalpha.h
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2014-05-06 17:37:43 +0000
committer Ivan Vangelista <mesgnet@yahoo.it>2014-05-06 17:37:43 +0000
commitda1252459f7578b481e8be16cc701c185e44fc73 (patch)
tree3c83f920691467be40ee9a63801dd1ab6a4224d4 /src/mess/includes/dgnalpha.h
parentc407543c9f5ff650f92ab736c0018f2185db7b21 (diff)
ay8910_device and extended family: converted to devcb2 (nw)
This is easily the commit I ever did that touches the most drivers. I payed extra attention while doing it, stared at the diff really hard to find any errors and did some testing. Obviously I can't test every single game / system, so please report any regression you might find.
Diffstat (limited to 'src/mess/includes/dgnalpha.h')
-rw-r--r--src/mess/includes/dgnalpha.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mess/includes/dgnalpha.h b/src/mess/includes/dgnalpha.h
index b37d1e29b4d..a1607965ca9 100644
--- a/src/mess/includes/dgnalpha.h
+++ b/src/mess/includes/dgnalpha.h
@@ -52,8 +52,11 @@ public:
DECLARE_WRITE8_MEMBER( pia2_pa_w );
DECLARE_WRITE_LINE_MEMBER( pia2_firq_a );
DECLARE_WRITE_LINE_MEMBER( pia2_firq_b );
+
+ /* psg */
+ DECLARE_READ8_MEMBER( psg_porta_read );
+ DECLARE_WRITE8_MEMBER( psg_porta_write );
- static const ay8910_interface ay8912_interface;
static const wd17xx_interface fdc_interface;
protected:
@@ -71,10 +74,6 @@ protected:
private:
UINT8 m_just_reset;
- /* psg */
- DECLARE_READ8_MEMBER( psg_porta_read );
- DECLARE_WRITE8_MEMBER( psg_porta_write );
-
/* fdc */
DECLARE_WRITE_LINE_MEMBER( fdc_intrq_w );
DECLARE_WRITE_LINE_MEMBER( fdc_drq_w );