mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-28 05:48:52 +01:00
psp memhandlers, vsync, stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@289 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
88b3d7c16a
commit
3ec29f016c
16 changed files with 836 additions and 40 deletions
|
|
@ -28,7 +28,6 @@ u32 PicoRead8(u32 a);
|
|||
u32 PicoRead16(u32 a);
|
||||
void PicoWrite8(u32 a,u8 d);
|
||||
void PicoWriteRomHW_SSF2(u32 a,u32 d);
|
||||
void PicoWriteRomHW_in1 (u32 a,u32 d);
|
||||
#endif
|
||||
|
||||
|
||||
|
|
@ -424,7 +423,7 @@ end:
|
|||
// -----------------------------------------------------------------
|
||||
// Write Ram
|
||||
|
||||
#ifndef _ASM_MEMORY_C
|
||||
#if !defined(_ASM_MEMORY_C) || defined(_ASM_MEMORY_C_AMIPS)
|
||||
PICO_INTERNAL_ASM void PicoWrite8(u32 a,u8 d)
|
||||
{
|
||||
#ifdef __debug_io
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue