diff options
Diffstat (limited to 'hw/ppc_oldworld.c')
-rw-r--r-- | hw/ppc_oldworld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index 21b88b034a..df999c50ca 100644 --- a/hw/ppc_oldworld.c +++ b/hw/ppc_oldworld.c @@ -255,7 +255,7 @@ static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size, #endif } if (ppc_boot_device == '\0') { - fprintf(stderr, "No valid boot device for Mac99 machine\n"); + fprintf(stderr, "No valid boot device for G3 Beige machine\n"); exit(1); } } |