summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dm7000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dm7000.h')
-rw-r--r--src/mame/includes/dm7000.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/dm7000.h b/src/mame/includes/dm7000.h
index 8b2b52b588d..6f2ab26ed00 100644
--- a/src/mame/includes/dm7000.h
+++ b/src/mame/includes/dm7000.h
@@ -55,6 +55,7 @@ public:
virtual void machine_reset() override;
virtual void video_start() override;
uint32_t screen_update_dm7000(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
+ void dm7000(machine_config &config);
};
/* */