summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vgmplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vgmplay.cpp')
-rw-r--r--src/mame/drivers/vgmplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vgmplay.cpp b/src/mame/drivers/vgmplay.cpp
index 753042585ba..7ab2ecf66ca 100644
--- a/src/mame/drivers/vgmplay.cpp
+++ b/src/mame/drivers/vgmplay.cpp
@@ -70,7 +70,7 @@
#include <vector>
#define AS_IO16LE 1
-#define AS_IO16BE 2
+#define AS_IO16BE 4
class vgmplay_disassembler : public util::disasm_interface
{