From cde06f03cde1e2823bfb187ef2a0c43356dd5d15 Mon Sep 17 00:00:00 2001
From: Stephen Crane <jscrane@gmail.com>
Date: Fri, 17 Aug 2018 12:29:10 +0100
Subject: [PATCH] undef arduino cli/sei

---
 r6502.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/r6502.h b/r6502.h
index cd25b02..624fc27 100644
--- a/r6502.h
+++ b/r6502.h
@@ -2,6 +2,8 @@
 #define __R6502_H__
 
 #undef PC
+#undef cli
+#undef sei
 class Stream;
 
 class r6502: public CPU {