summaryrefslogtreecommitdiff
path: root/hw/shix.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/shix.c')
-rw-r--r--hw/shix.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/shix.c b/hw/shix.c
index ff8afece3c..140efe90a5 100644
--- a/hw/shix.c
+++ b/hw/shix.c
@@ -108,8 +108,8 @@ static void shix_init(ram_addr_t ram_size, int vga_ram_size,
}
QEMUMachine shix_machine = {
- "shix",
- "shix card",
- shix_init,
- (0x00004000 + 0x01000000 + 0x01000000) | RAMSIZE_FIXED
+ .name = "shix",
+ .desc = "shix card",
+ .init = shix_init,
+ .ram_require = (0x00004000 + 0x01000000 + 0x01000000) | RAMSIZE_FIXED,
};