nemu: use NEMU_IMAGES_PATH as image search paths

This commit is contained in:
xinyangli 2024-07-09 17:06:15 +08:00
parent 7f0d1ba75a
commit f38674ce79
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
7 changed files with 52 additions and 7 deletions

View file

@ -0,0 +1,6 @@
#ifndef _AM_NPC_NPC_H_
#define _AM_NPC_NPC_H_
#define SERIAL_PORT 0x10000000
#define RTC_ADDR 0x10001000
#endif