summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco12.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-13 07:50:33 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-13 07:50:33 +0000
commitaf9a5e817d3eefdda79e801056b29167ecbcdef9 (patch)
tree3478327edb721e5adcd1a9965fea7b353bf72427 /src/mess/machine/coco12.c
parentf2a79b9dca3c9b09abaf7d741d211161c5bc20e6 (diff)
moved constructor of state classes into .h file (no whatsnew)
Diffstat (limited to 'src/mess/machine/coco12.c')
-rw-r--r--src/mess/machine/coco12.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mess/machine/coco12.c b/src/mess/machine/coco12.c
index d24db9899d8..c7239288d5e 100644
--- a/src/mess/machine/coco12.c
+++ b/src/mess/machine/coco12.c
@@ -9,19 +9,6 @@
#include "includes/coco12.h"
//-------------------------------------------------
-// ctor
-//-------------------------------------------------
-
-coco12_state::coco12_state(const machine_config &mconfig, device_type type, const char *tag)
- : coco_state(mconfig, type, tag),
- m_sam(*this, SAM_TAG),
- m_vdg(*this, VDG_TAG)
-{
-}
-
-
-
-//-------------------------------------------------
// device_start
//-------------------------------------------------