From af9a5e817d3eefdda79e801056b29167ecbcdef9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 13 Sep 2012 07:50:33 +0000 Subject: moved constructor of state classes into .h file (no whatsnew) --- src/mess/machine/dgnalpha.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/mess/machine/dgnalpha.c') diff --git a/src/mess/machine/dgnalpha.c b/src/mess/machine/dgnalpha.c index 19f12c30aa1..d37a6246aa7 100644 --- a/src/mess/machine/dgnalpha.c +++ b/src/mess/machine/dgnalpha.c @@ -68,20 +68,6 @@ keeping track of it in a variable in the driver. #include "sound/ay8910.h" #include "imagedev/flopdrv.h" - -//------------------------------------------------- -// ctor -//------------------------------------------------- - -dragon_alpha_state::dragon_alpha_state(const machine_config &mconfig, device_type type, const char *tag) - : dragon64_state(mconfig, type, tag), - m_pia_2(*this, PIA2_TAG), - m_ay8912(*this, AY8912_TAG), - m_fdc(*this, WD2797_TAG) -{ -} - - //------------------------------------------------- // device_start //------------------------------------------------- -- cgit v1.2.3