summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco12.c
diff options
context:
space:
mode:
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
//-------------------------------------------------