summaryrefslogtreecommitdiff
path: root/hw/syborg_pointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/syborg_pointer.c')
-rw-r--r--hw/syborg_pointer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/syborg_pointer.c b/hw/syborg_pointer.c
index 69b8d96bba..a886888467 100644
--- a/hw/syborg_pointer.c
+++ b/hw/syborg_pointer.c
@@ -206,7 +206,8 @@ static int syborg_pointer_init(SysBusDevice *dev)
sysbus_init_irq(dev, &s->irq);
iomemtype = cpu_register_io_memory(syborg_pointer_readfn,
- syborg_pointer_writefn, s);
+ syborg_pointer_writefn, s,
+ DEVICE_NATIVE_ENDIAN);
sysbus_init_mmio(dev, 0x1000, iomemtype);
if (s->fifo_size <= 0) {