summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/jaguar/jagdasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/jaguar/jagdasm.cpp')
-rw-r--r--src/devices/cpu/jaguar/jagdasm.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/jaguar/jagdasm.cpp b/src/devices/cpu/jaguar/jagdasm.cpp
index 5be18a327a3..538f35b4b48 100644
--- a/src/devices/cpu/jaguar/jagdasm.cpp
+++ b/src/devices/cpu/jaguar/jagdasm.cpp
@@ -23,6 +23,9 @@
STATIC VARIABLES
***************************************************************************/
+static constexpr unsigned JAGUAR_VARIANT_GPU = 0;
+static constexpr unsigned JAGUAR_VARIANT_DSP = 1;
+
static const uint8_t convert_zero[32] =
{ 32,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31 };