From a76db77e930edf512cc1d4f21ca6f1a90e9d9e14 Mon Sep 17 00:00:00 2001 From: Martin Haye Date: Tue, 28 Jul 2020 07:30:21 -0700 Subject: [PATCH] Added emusig flag for title screen text area. --- Platform/Apple/virtual/src/plasma/diskops.pla | 3 +-- Platform/Apple/virtual/src/plasma/globalDefs.plh | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Apple/virtual/src/plasma/diskops.pla b/Platform/Apple/virtual/src/plasma/diskops.pla index 006f64e7..d7d8d8fc 100644 --- a/Platform/Apple/virtual/src/plasma/diskops.pla +++ b/Platform/Apple/virtual/src/plasma/diskops.pla @@ -673,9 +673,8 @@ def displayMenu(existing)#0 setWindow(162, 190, 49, 231) clearWindow - + ^EMUSIG_TITLE setWindow(162, 190, 56, 224) - clearWindow() rawDisplayStr("^J\n^Y") // down one line for nice-looking spacing from graphics callGlobalFunc(GS_COPYRIGHT, 0, 0 ,0) rawDisplayStr("\n^N") diff --git a/Platform/Apple/virtual/src/plasma/globalDefs.plh b/Platform/Apple/virtual/src/plasma/globalDefs.plh index cb2279ab..8329644b 100644 --- a/Platform/Apple/virtual/src/plasma/globalDefs.plh +++ b/Platform/Apple/virtual/src/plasma/globalDefs.plh @@ -93,3 +93,4 @@ const EMUSIG_2D_MAP = $C022 // e.g. wilderness const EMUSIG_3D_MAP = $C023 // e.g. in town const EMUSIG_AUTOMAP = $C024 // all color except the map title const EMUSIG_STORY = $C025 // all text except a portrait +const EMUSIG_TITLE = $C026 // all color except title screen menu area \ No newline at end of file