diff options
Diffstat (limited to 'hw/ppc_mac.h')
-rw-r--r-- | hw/ppc_mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc_mac.h b/hw/ppc_mac.h index 74d19a1991..dc39338e80 100644 --- a/hw/ppc_mac.h +++ b/hw/ppc_mac.h @@ -28,6 +28,7 @@ /* SMP is not enabled, for now */ #define MAX_CPUS 1 +#define BIOS_SIZE (1024 * 1024) #define BIOS_FILENAME "ppc_rom.bin" #define VGABIOS_FILENAME "video.x" #define NVRAM_SIZE 0x2000 |