diff options
Diffstat (limited to 'hw/ppc_chrp.c')
-rw-r--r-- | hw/ppc_chrp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc_chrp.c b/hw/ppc_chrp.c index 4437a1038e..c74dfd4e05 100644 --- a/hw/ppc_chrp.c +++ b/hw/ppc_chrp.c @@ -335,4 +335,5 @@ QEMUMachine core99_machine = { "mac99", "Mac99 based PowerMAC", ppc_core99_init, + BIOS_SIZE + VGA_RAM_SIZE, }; |