summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/news.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/news.h')
-rw-r--r--src/mame/includes/news.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/news.h b/src/mame/includes/news.h
index 235d3574331..b529d56cf28 100644
--- a/src/mame/includes/news.h
+++ b/src/mame/includes/news.h
@@ -30,4 +30,5 @@ public:
uint32_t screen_update_news(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
+ void news(machine_config &config);
};