mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-13 06:15:14 +01:00
See to it that the boot rom is really mapped - otherwise the emulator will crash when the mouse enters the window...
This commit is contained in:
parent
7b601c6135
commit
0fdd5f105a
@ -1610,10 +1610,10 @@ void memory_reset (void)
|
|||||||
if (a3000memory != 0)
|
if (a3000memory != 0)
|
||||||
map_banks (&a3000mem_bank, a3000mem_start >> 16, allocated_a3000mem >> 16,
|
map_banks (&a3000mem_bank, a3000mem_start >> 16, allocated_a3000mem >> 16,
|
||||||
allocated_a3000mem);
|
allocated_a3000mem);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Map UAE 'boot rom' at 0xF00000 - 0xF0FFFF. */
|
/* Map UAE 'boot rom' at 0xF00000 - 0xF0FFFF. */
|
||||||
map_banks (&rtarea_bank, RTAREA_BASE >> 16, 1, 0);
|
map_banks (&rtarea_bank, RTAREA_BASE >> 16, 1, 0);
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Map primary Kickstart at 0xF80000 - 0xFFFFFF. */
|
/* Map primary Kickstart at 0xF80000 - 0xFFFFFF. */
|
||||||
map_banks (&kickmem_bank, 0xF8, 8, 0);
|
map_banks (&kickmem_bank, 0xF8, 8, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user