Revision 5c16736a hw/sh7750.c

b/hw/sh7750.c
683 683
					      sh7750_mem_write, s);
684 684
    cpu_register_physical_memory_offset(0x1f000000, 0x1000,
685 685
                                        sh7750_io_memory, 0x1f000000);
686
    cpu_register_physical_memory_offset(0xff000000, 0x1000,
687
                                        sh7750_io_memory, 0x1f000000);
686 688
    cpu_register_physical_memory_offset(0x1f800000, 0x1000,
687 689
                                        sh7750_io_memory, 0x1f800000);
690
    cpu_register_physical_memory_offset(0xff800000, 0x1000,
691
                                        sh7750_io_memory, 0x1f800000);
688 692
    cpu_register_physical_memory_offset(0x1fc00000, 0x1000,
689 693
                                        sh7750_io_memory, 0x1fc00000);
694
    cpu_register_physical_memory_offset(0xffc00000, 0x1000,
695
                                        sh7750_io_memory, 0x1fc00000);
690 696

  
691 697
    sh7750_mm_cache_and_tlb = cpu_register_io_memory(0,
692 698
						     sh7750_mmct_read,

Also available in: Unified diff