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/dragon.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/mess/machine/dragon.c') diff --git a/src/mess/machine/dragon.c b/src/mess/machine/dragon.c index f66ae22854b..79d811ddc8a 100644 --- a/src/mess/machine/dragon.c +++ b/src/mess/machine/dragon.c @@ -42,18 +42,6 @@ easier to manage. DRAGON32 ***************************************************************************/ -//------------------------------------------------- -// ctor -//------------------------------------------------- - -dragon_state::dragon_state(const machine_config &mconfig, device_type type, const char *tag) - : coco12_state(mconfig, type, tag), - m_printer(*this, PRINTER_TAG) -{ -} - - - //------------------------------------------------- // pia1_pa_changed - called when PIA1 PA changes //------------------------------------------------- @@ -76,18 +64,6 @@ void dragon_state::pia1_pa_changed(void) DRAGON64 ***************************************************************************/ -//------------------------------------------------- -// ctor -//------------------------------------------------- - -dragon64_state::dragon64_state(const machine_config &mconfig, device_type type, const char *tag) - : dragon_state(mconfig, type, tag), - m_acia(*this, ACIA_TAG) -{ -} - - - //------------------------------------------------- // ff00_read //------------------------------------------------- -- cgit v1.2.3