]> Git Repo - qemu.git/blobdiff - hw/audio/adlib.c
qdev: Remove hex8/32/64 property types
[qemu.git] / hw / audio / adlib.c
index e88d2dd8453730d88ae70e00f9bd5b1cfb14b6e9..28eed81280a92b1ef2babea038e35638cd0d5a61 100644 (file)
@@ -354,7 +354,7 @@ static void adlib_realizefn (DeviceState *dev, Error **errp)
 }
 
 static Property adlib_properties[] = {
-    DEFINE_PROP_HEX32  ("iobase",  AdlibState, port, 0x220),
+    DEFINE_PROP_UINT32 ("iobase",  AdlibState, port, 0x220),
     DEFINE_PROP_UINT32 ("freq",    AdlibState, freq,  44100),
     DEFINE_PROP_END_OF_LIST (),
 };
This page took 0.023109 seconds and 4 git commands to generate.