Revision c7bcc85d hw/isa/pc87312.c

b/hw/isa/pc87312.c
369 369
};
370 370

  
371 371
static Property pc87312_properties[] = {
372
    DEFINE_PROP_HEX32("iobase", PC87312State, iobase, 0x398),
372
    DEFINE_PROP_UINT32("iobase", PC87312State, iobase, 0x398),
373 373
    DEFINE_PROP_UINT8("config", PC87312State, config, 1),
374 374
    DEFINE_PROP_END_OF_LIST()
375 375
};

Also available in: Unified diff