Home
last modified time | relevance | path

Searched refs:allocated_fastmem (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/uae/uae-0.8.29/src/
H A Dexpansion.c554 map_banks (&fastmem_bank, fastmem_start >> 16, allocated_fastmem >> 16, allocated_fastmem); in expamem_map_fastcard()
561 if (allocated_fastmem == 0x100000) in expamem_init_fastcard()
563 else if (allocated_fastmem == 0x200000) in expamem_init_fastcard()
565 else if (allocated_fastmem == 0x400000) in expamem_init_fastcard()
761 fastmem_mask = allocated_fastmem - 1; in allocate_expamem()
763 if (allocated_fastmem) { in allocate_expamem()
767 allocated_fastmem = 0; in allocate_expamem()
818 if (allocated_fastmem > 0) { in allocate_expamem()
825 allocated_fastmem); in allocate_expamem()
888 allocated_fastmem = 0; in expansion_init()
[all …]
H A Duaelib.c227 put_long (place + 12, allocated_fastmem); in emulib_GetUaeConfig()
H A Dmemory.c33 uae_u32 allocated_fastmem; variable
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dexpansion.c1021 if (allocated_fastmem == 0x100000) in expamem_init_fastcard()
1023 else if (allocated_fastmem == 0x200000) in expamem_init_fastcard()
1025 else if (allocated_fastmem == 0x400000) in expamem_init_fastcard()
1027 else if (allocated_fastmem == 0x800000) in expamem_init_fastcard()
1330 fastmem_mask = allocated_fastmem - 1; in allocate_expamem()
1332 if (allocated_fastmem) { in allocate_expamem()
1336 allocated_fastmem = 0; in allocate_expamem()
1390 if (allocated_fastmem > 0) { in allocate_expamem()
1393 allocated_fastmem); in allocate_expamem()
1651 allocated_fastmem = 0; in expansion_init()
[all …]
H A Duaelib.c237 put_long (place + 12, allocated_fastmem); in emulib_GetUaeConfig()
H A Dmemory.c127 uae_u32 allocated_fastmem; variable
/dports/audio/uade/uade-2.13/src/include/
H A Dmemory.h31 extern uae_u32 allocated_fastmem;
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dmemory.h21 extern uae_u32 allocated_fastmem;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dmemory_uae.h51 extern uae_u32 allocated_fastmem;
/dports/audio/uade/uade-2.13/src/
H A Dmemory.c25 uae_u32 allocated_fastmem; variable