summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/adp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/adp.c')
-rw-r--r--src/mame/drivers/adp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/drivers/adp.c b/src/mame/drivers/adp.c
index ad35aa455c3..9671c44c7f7 100644
--- a/src/mame/drivers/adp.c
+++ b/src/mame/drivers/adp.c
@@ -207,7 +207,6 @@ UINT32 adp_state::screen_update(screen_device &screen, bitmap_ind16 &bitmap, con
#if 0
UINT32 adp_state::screen_update_adp(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
m_h63484->update_screen(bitmap, cliprect);
#if 0
@@ -302,7 +301,6 @@ static const microtouch_interface adb_microtouch_config =
MACHINE_START_MEMBER(adp_state,skattv)
{
-
m_maincpu = machine().device<cpu_device>("maincpu");
m_duart = machine().device("duart68681");
//m_h63484 = machine().device("h63484");
@@ -340,7 +338,6 @@ MACHINE_START_MEMBER(adp_state,skattv)
MACHINE_RESET_MEMBER(adp_state,skattv)
{
-
m_mux_data = 0;
m_register_active = 0;
}