mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
memory refactoring (mostly for cd) + ARM mem asm update
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@780 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
5e89f0f5ae
commit
0ace9b9aac
10 changed files with 677 additions and 2770 deletions
|
@ -20,9 +20,9 @@ extern unsigned long s68k_write8_map [0x1000000 >> M68K_MEM_SHIFT];
|
|||
extern unsigned long s68k_write16_map[0x1000000 >> M68K_MEM_SHIFT];
|
||||
|
||||
void z80_map_set(unsigned long *map, int start_addr, int end_addr,
|
||||
void *func_or_mh, int is_func);
|
||||
const void *func_or_mh, int is_func);
|
||||
void cpu68k_map_set(unsigned long *map, int start_addr, int end_addr,
|
||||
void *func_or_mh, int is_func);
|
||||
const void *func_or_mh, int is_func);
|
||||
void cpu68k_map_all_ram(int start_addr, int end_addr, void *ptr, int is_sub);
|
||||
void m68k_map_unmap(int start_addr, int end_addr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue