summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/coco3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/coco3.c')
-rw-r--r--src/mess/machine/coco3.c14
1 files changed, 0 insertions, 14 deletions
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
//-------------------------------------------------