qemu-cr16/target/cr16c/cpu-param.h
2025-09-14 16:04:20 +02:00

11 lines
230 B
C

#ifndef CR16C_CPU_PARAM_H
#define CR16C_CPU_PARAM_H
#define TARGET_PAGE_BITS 12
#define TARGET_PHYS_ADDR_SPACE_BITS 32
#define TARGET_VIRT_ADDR_SPACE_BITS 32
#define TARGET_INSN_START_EXTRA_WORDS 0
#endif // CR16C_CPU_PARAM_H