mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
patch/gg support, 1.201 release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@58 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
68cba51e20
commit
b67ef287e7
8 changed files with 456 additions and 8 deletions
|
@ -401,7 +401,7 @@ static void CPU_CALL PicoWrite8(u32 a,u8 d)
|
|||
OtherWrite8(a,d,8);
|
||||
}
|
||||
|
||||
static void CPU_CALL PicoWrite16(u32 a,u16 d)
|
||||
void CPU_CALL PicoWrite16(u32 a,u16 d)
|
||||
{
|
||||
#ifdef __debug_io
|
||||
dprintf("w16: %06x, %04x", a&0xffffff, d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue