summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/orao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/orao.h')
-rw-r--r--src/mame/includes/orao.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/orao.h b/src/mame/includes/orao.h
index 64dc53d2b47..811f3476180 100644
--- a/src/mame/includes/orao.h
+++ b/src/mame/includes/orao.h
@@ -34,6 +34,7 @@ public:
virtual void video_start() override;
uint32_t screen_update_orao(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ void orao(machine_config &config);
private:
required_shared_ptr<uint8_t> m_memory;
required_shared_ptr<uint8_t> m_video_ram;