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/coco3.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/mess/machine/coco3.c') diff --git a/src/mess/machine/coco3.c b/src/mess/machine/coco3.c index 72159e30da7..ba3103ced05 100644 --- a/src/mess/machine/coco3.c +++ b/src/mess/machine/coco3.c @@ -43,20 +43,6 @@ #include "includes/coco3.h" - - -//------------------------------------------------- -// ctor -//------------------------------------------------- - -coco3_state::coco3_state(const machine_config &mconfig, device_type type, const char *tag) - : coco_state(mconfig, type, tag), - m_gime(*this, GIME_TAG) -{ -} - - - //------------------------------------------------- // ff20_write //------------------------------------------------- -- cgit v1.2.3