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/coco.c | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'src/mess/machine/coco.c') diff --git a/src/mess/machine/coco.c b/src/mess/machine/coco.c index db34c10a889..78be844099e 100644 --- a/src/mess/machine/coco.c +++ b/src/mess/machine/coco.c @@ -74,28 +74,6 @@ DAC and bitbanger values written should be reflected in the read. // BODY //************************************************************************** -//------------------------------------------------- -// ctor -//------------------------------------------------- - -coco_state::coco_state(const machine_config &mconfig, device_type type, const char *tag) - : driver_device(mconfig, type, tag), - m_maincpu(*this, MAINCPU_TAG), - m_pia_0(*this, PIA0_TAG), - m_pia_1(*this, PIA1_TAG), - m_dac(*this, DAC_TAG), - m_wave(*this, WAVE_TAG), - m_cococart(*this, CARTRIDGE_TAG), - m_ram(*this, RAM_TAG), - m_cassette(*this, CASSETTE_TAG), - m_bitbanger(*this, BITBANGER_TAG), - m_vhd_0(*this, VHD0_TAG), - m_vhd_1(*this, VHD1_TAG) -{ -} - - - //------------------------------------------------- // analog_port_start //------------------------------------------------- -- cgit v1.2.3