aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/graphics.cpp')
-rw-r--r--engines/hopkins/graphics.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hopkins/graphics.cpp b/engines/hopkins/graphics.cpp
index 76782cf4d8..38193e62c5 100644
--- a/engines/hopkins/graphics.cpp
+++ b/engines/hopkins/graphics.cpp
@@ -2403,4 +2403,8 @@ void GraphicsManager::NB_SCREEN() {
DD_VBL();
}
+void GraphicsManager::SHOW_PALETTE() {
+ warning("TODO: SHOW_PALETTE");
+}
+
} // End of namespace Hopkins