1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-01 07:41:57 +00:00

undef arduino cli/sei

This commit is contained in:
Stephen Crane 2018-08-17 12:29:10 +01:00
parent 006aab1d44
commit cde06f03cd

View File

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