summaryrefslogtreecommitdiffstats
path: root/src/emu/digfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/digfx.h')
-rw-r--r--src/emu/digfx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/digfx.h b/src/emu/digfx.h
index 3829cd2882e..b991ff15f12 100644
--- a/src/emu/digfx.h
+++ b/src/emu/digfx.h
@@ -25,7 +25,8 @@
constexpr u8 MAX_GFX_ELEMENTS = 32;
constexpr u16 MAX_GFX_PLANES = 8;
-constexpr u16 MAX_GFX_SIZE = 32;
+// HBMAME - needed by monaco
+constexpr u16 MAX_GFX_SIZE = 64;