summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hh_tms1k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hh_tms1k.h')
-rw-r--r--src/mame/includes/hh_tms1k.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/hh_tms1k.h b/src/mame/includes/hh_tms1k.h
index 2a2db37bc3c..eeba800ad12 100644
--- a/src/mame/includes/hh_tms1k.h
+++ b/src/mame/includes/hh_tms1k.h
@@ -11,8 +11,6 @@
#pragma once
-#include "includes/screenless.h"
-
#include "cpu/tms1000/tms1000.h"
#include "cpu/tms1000/tms1000c.h"
#include "cpu/tms1000/tms1100.h"
@@ -25,11 +23,11 @@
#include "sound/spkrdev.h"
-class hh_tms1k_state : public screenless_state
+class hh_tms1k_state : public driver_device
{
public:
hh_tms1k_state(const machine_config &mconfig, device_type type, const char *tag) :
- screenless_state(mconfig, type, tag),
+ driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_display(*this, "display"),
m_speaker(*this, "speaker"),