summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h6280/6280dasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/h6280/6280dasm.c')
-rw-r--r--src/emu/cpu/h6280/6280dasm.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/emu/cpu/h6280/6280dasm.c b/src/emu/cpu/h6280/6280dasm.c
index 7dbafd939c4..4a9923ae0dc 100644
--- a/src/emu/cpu/h6280/6280dasm.c
+++ b/src/emu/cpu/h6280/6280dasm.c
@@ -18,6 +18,11 @@
******************************************************************************/
+#ifdef __OS2__
+/* To avoid name clash of _brk */
+#define __STRICT_ANSI__
+#endif
+
#include "emu.h"
#define RDOP(addr) (oprom[addr - pc])