summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/orion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/orion.h')
-rw-r--r--src/mess/includes/orion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/orion.h b/src/mess/includes/orion.h
index 8c388370b21..2a0c5dfff52 100644
--- a/src/mess/includes/orion.h
+++ b/src/mess/includes/orion.h
@@ -62,6 +62,7 @@ public:
DECLARE_MACHINE_START(orionz80);
DECLARE_MACHINE_RESET(orionz80);
DECLARE_MACHINE_RESET(orionpro);
+ UINT32 screen_update_orion128(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
};