mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
platform ps2, fixes for gcc14
This commit is contained in:
parent
c055f15cd5
commit
257baf1520
5 changed files with 11 additions and 8 deletions
|
@ -969,6 +969,7 @@ void PicoVideoCacheSAT(int load);
|
|||
// misc.c
|
||||
PICO_INTERNAL_ASM void memcpy16bswap(unsigned short *dest, void *src, int count);
|
||||
PICO_INTERNAL_ASM void memset32(void *dest, int c, int count);
|
||||
PICO_INTERNAL_ASM void memset32_uncached(int *dest, int c, int count);
|
||||
|
||||
// eeprom.c
|
||||
void EEPROM_write8(unsigned int a, unsigned int d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue