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 6f2ab26ed00..a6f0ae82559 100644
--- a/src/mame/includes/dm7000.h
+++ b/src/mame/includes/dm7000.h
@@ -56,6 +56,7 @@ public:
virtual void video_start() override;
uint32_t screen_update_dm7000(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void dm7000(machine_config &config);
+ void dm7000_mem(address_map &map);
};
/* */