aboutsummaryrefslogtreecommitdiff
path: root/hw/shix.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/shix.c')
-rw-r--r--hw/shix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/shix.c b/hw/shix.c
index 533b159359..5f8b2e11ad 100644
--- a/hw/shix.c
+++ b/hw/shix.c
@@ -110,5 +110,6 @@ static void shix_init(int ram_size, int vga_ram_size,
QEMUMachine shix_machine = {
"shix",
"shix card",
- shix_init
+ shix_init,
+ (0x00004000 + 0x01000000 + 0x01000000) | RAMSIZE_FIXED
};