undef arduino cli/sei

This commit is contained in:
Stephen Crane 2018-08-17 12:29:10 +01:00
parent 006aab1d44
commit cde06f03cd
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
#define __R6502_H__
#undef PC
#undef cli
#undef sei
class Stream;
class r6502: public CPU {