summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/lh5801/5801dasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/lh5801/5801dasm.h')
-rw-r--r--src/devices/cpu/lh5801/5801dasm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/cpu/lh5801/5801dasm.h b/src/devices/cpu/lh5801/5801dasm.h
index 9a6b66b0c5b..49d3c953680 100644
--- a/src/devices/cpu/lh5801/5801dasm.h
+++ b/src/devices/cpu/lh5801/5801dasm.h
@@ -10,7 +10,9 @@
#ifndef MAME_CPU_LH5801_5801DASM_H
#define MAME_CPU_LH5801_5801DASM_H
-
+#ifdef __sun
+#undef SEC
+#endif
#pragma once
class lh5801_disassembler : public util::disasm_interface