This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 0.2.0
More details
Board | Claims compatibility | Inclusion | speed_test |
uc |
basic |
hello |
monitor |
ram-test |
---|---|---|---|---|---|---|---|---|
arduino:avr:uno
1.8.4 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
arduino:megaavr:nona4809
1.8.7 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
arduino:samd:mkrwifi1010
1.8.12 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
esp32:esp32:d1_mini32
1.0.6 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
Result: FAIL
This library has no main header file so an empty one was created.
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRB' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: 'PIN0' #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:174:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: not
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRB' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: 'PIN0' #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:174:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: not
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRB' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: 'PIN0' #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:174:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: not
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRB' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: 'PIN0' #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:174:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: not
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRB' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: 'PIN0' #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:174:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: not
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRB' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: 'PIN0' #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:174:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: not
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRB' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: 'PIN0' #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRB' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:168:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORT0' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:172:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_io_read(ADDR_L); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:174:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: not
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DIR' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: error: 'DDRC' was not declared in this scope #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: note: suggested alternative: 'DIR' #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DIR' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:24: error: 'PORTB' was not declared in this scope #define CLK_HIGH (PORTB = PORTB | 0x02) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'NC' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'SING' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'SING' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'SING' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DIR' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'SING' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: '
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/basic/basic.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/basic/basic.ino:636:38: error: invalid conversion from 'void (*)(int, byte) {aka void (*)(int, unsigned char)}' to 'memoryWrite {aka void (*)(int, char)}' [-fpermissive] cpu.set_memory_write(memory_write); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/basic/basic.ino:8:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.h:114:10: note: initializing argument 1 of 'void Z80RetroShield::set_memory_write(memoryWrite)' void set_memory_write(memoryWrite cb) ^~~~~~~~~~~~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DIR' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: error: 'DDRC' was not declared in this scope #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: note: suggested alternative: 'DIR' #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DIR' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:24: error: 'PORTB' was not declared in this scope #define CLK_HIGH (PORTB = PORTB | 0x02) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'NC' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'SING' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'SING' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'SING' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DIR' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'SING' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: '
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/monitor/monitor.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/monitor/monitor.ino:135:35: error: invalid conversion from 'void (*)(int, byte) {aka void (*)(int, unsigned char)}' to 'memoryWrite {aka void (*)(int, char)}' [-fpermissive] cpu.set_ram_write(memory_write); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/monitor/monitor.ino:2:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.h:124:10: note: initializing argument 1 of 'void Z80RetroShield::set_ram_write(memoryWrite)' void set_ram_write(memoryWrite cb) ^~~~~~~~~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DIR' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: error: 'DDRC' was not declared in this scope #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: note: suggested alternative: 'DIR' #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DIR' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:24: error: 'PORTB' was not declared in this scope #define CLK_HIGH (PORTB = PORTB | 0x02) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'NC' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'SING' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'SING' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'SING' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DIR' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'SING' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: '
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DIR' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: error: 'DDRC' was not declared in this scope #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: note: suggested alternative: 'DIR' #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DIR' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:24: error: 'PORTB' was not declared in this scope #define CLK_HIGH (PORTB = PORTB | 0x02) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'NC' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'SING' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'SING' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'SING' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DIR' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'SING' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: note: suggested alternative: '
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/uc/uc.ino: In function 'void io_write(int, char)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/uc/uc.ino:70:12: error: return-statement with a value, in function returning 'void' [-fpermissive] return 0; ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRD' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:38: error: no match for 'operator|' (operand types are 'PORTBClass' and 'int') #define CLK_HIGH (PORTB = PORTB | 0x02) ~~~~~~^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'PIN0' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'PIN0' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRD' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:38: error: no match for 'operator|' (operand types are 'PORTBClass' and 'int') #define CLK_HIGH (PORTB = PORTB | 0x02) ~~~~~~^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'PIN0' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'PIN0' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRD' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:38: error: no match for 'operator|' (operand types are 'PORTBClass' and 'int') #define CLK_HIGH (PORTB = PORTB | 0x02) ~~~~~~^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'PIN0' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'PIN0' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRD' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:38: error: no match for 'operator|' (operand types are 'PORTBClass' and 'int') #define CLK_HIGH (PORTB = PORTB | 0x02) ~~~~~~^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'PIN0' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'PIN0' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRD' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:38: error: no match for 'operator|' (operand types are 'PORTBClass' and 'int') #define CLK_HIGH (PORTB = PORTB | 0x02) ~~~~~~^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'PIN0' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'PIN0' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRD' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:38: error: no match for 'operator|' (operand types are 'PORTBClass' and 'int') #define CLK_HIGH (PORTB = PORTB | 0x02) ~~~~~~^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'PIN0' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'PIN0' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'DDRD' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:38: error: no match for 'operator|' (operand types are 'PORTBClass' and 'int') #define CLK_HIGH (PORTB = PORTB | 0x02) ~~~~~~^~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'PIN0' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'PIN0' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'PIN0' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'PIN0' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'DDRD' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTD' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'PIN0' #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:60:24: error: 'PING' was not declared in this scope #define STATE_IORQ_N (PING & 0x04) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:162:10: note: in expansion of macro 'STATE_IORQ_N' if (!STATE_IORQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-
Result: FAIL
This library has no main header file so an empty one was created.
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'ADDR_L' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: error: 'DDRC' was not declared in this scope #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: note: suggested alternative: 'ADDR' #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'SDA' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:40: error: lvalue required as left operand of assignment #define CLK_HIGH (PORTB = PORTB | 0x02) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'EIC' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'SING' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'SING' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'SING' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'ADDR_L' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTC' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTC' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'SING' #d
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/basic/basic.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/basic/basic.ino:636:38: error: invalid conversion from 'void (*)(int, byte) {aka void (*)(int, unsigned char)}' to 'memoryWrite {aka void (*)(int, char)}' [-fpermissive] cpu.set_memory_write(memory_write); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/basic/basic.ino:8:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.h:114:10: note: initializing argument 1 of 'void Z80RetroShield::set_memory_write(memoryWrite)' void set_memory_write(memoryWrite cb) ^~~~~~~~~~~~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'ADDR_L' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: error: 'DDRC' was not declared in this scope #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: note: suggested alternative: 'ADDR' #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'SDA' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:40: error: lvalue required as left operand of assignment #define CLK_HIGH (PORTB = PORTB | 0x02) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'EIC' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'SING' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'SING' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'SING' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'ADDR_L' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTC' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTC' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'SING' #d
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/monitor/monitor.ino: In function 'void setup()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/monitor/monitor.ino:135:35: error: invalid conversion from 'void (*)(int, byte) {aka void (*)(int, unsigned char)}' to 'memoryWrite {aka void (*)(int, char)}' [-fpermissive] cpu.set_ram_write(memory_write); ^ In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/monitor/monitor.ino:2:0: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.h:124:10: note: initializing argument 1 of 'void Z80RetroShield::set_ram_write(memoryWrite)' void set_ram_write(memoryWrite cb) ^~~~~~~~~~~~~
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'ADDR_L' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: error: 'DDRC' was not declared in this scope #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: note: suggested alternative: 'ADDR' #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'SDA' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:40: error: lvalue required as left operand of assignment #define CLK_HIGH (PORTB = PORTB | 0x02) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'EIC' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'SING' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'SING' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'SING' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'ADDR_L' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTC' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTC' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'SING' #d
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In constructor 'Z80RetroShield::Z80RetroShield()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'ADDR_L' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:85:5: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_IN; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: error: 'DDRC' was not declared in this scope #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:65:20: note: suggested alternative: 'ADDR' #define ADDR_H_DIR DDRC ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:86:5: note: in expansion of macro 'ADDR_H_DIR' ADDR_H_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: error: 'DDRA' was not declared in this scope #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:66:20: note: suggested alternative: 'SDA' #define ADDR_L_DIR DDRA ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:87:5: note: in expansion of macro 'ADDR_L_DIR' ADDR_L_DIR = DIR_IN; ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp: In member function 'void Z80RetroShield::Tick()': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:55:40: error: lvalue required as left operand of assignment #define CLK_HIGH (PORTB = PORTB | 0x02) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:130:5: note: in expansion of macro 'CLK_HIGH' CLK_HIGH; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: error: 'PINC' was not declared in this scope #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:38:19: note: suggested alternative: 'EIC' #define ADDR_H (PINC) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:35: note: in expansion of macro 'ADDR_H' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: error: 'PINA' was not declared in this scope #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:39:19: note: suggested alternative: 'SING' #define ADDR_L (PINA) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:40:49: note: in expansion of macro 'ADDR_L' #define ADDR ((unsigned int) (ADDR_H << 8 | ADDR_L)) ^~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:133:15: note: in expansion of macro 'ADDR' uP_ADDR = ADDR; ^~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: error: 'PING' was not declared in this scope #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:59:24: note: suggested alternative: 'SING' #define STATE_MREQ_N (PING & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:137:10: note: in expansion of macro 'STATE_MREQ_N' if (!STATE_MREQ_N) ^~~~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: error: 'PINB' was not declared in this scope #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:57:24: note: suggested alternative: 'SING' #define STATE_RD_N (PINB & 0x01) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:140:14: note: in expansion of macro 'STATE_RD_N' if (!STATE_RD_N) ^~~~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: error: 'DDRL' was not declared in this scope #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:64:20: note: suggested alternative: 'ADDR_L' #define DATA_DIR DDRL ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:143:13: note: in expansion of macro 'DATA_DIR' DATA_DIR = DIR_OUT; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTC' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:146:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = m_on_memory_read(uP_ADDR); ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: error: 'PORTL' was not declared in this scope #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:36:19: note: suggested alternative: 'PORTC' #define DATA_OUT (PORTL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:148:17: note: in expansion of macro 'DATA_OUT' DATA_OUT = 0; ^~~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: error: 'PINL' was not declared in this scope #define DATA_IN (PINL) ^ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:154:44: note: in expansion of macro 'DATA_IN' m_on_memory_write(uP_ADDR, DATA_IN); ^~~~~~~ /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:37:19: note: suggested alternative: 'SING' #d
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/uc/uc.ino: In function 'void io_write(int, char)': /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/examples/uc/uc.ino:70:12: error: return-statement with a value, in function returning 'void' [-fpermissive] return 0; ^
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:26:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:26:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:26:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:26:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:26:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:26:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Z80RetroShield/src/z80retroshield.cpp:26:26: fatal error: avr/pgmspace.h: No such file or directory compilation terminated.