mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
1.30 release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@78 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
7a1f6e45c9
commit
89fa852dce
8 changed files with 63 additions and 16 deletions
|
@ -1,6 +1,4 @@
|
|||
// TODO...
|
||||
|
||||
// #include <string.h>
|
||||
#include "../PicoInt.h"
|
||||
|
||||
#define rot_comp Pico_mcd->rot_comp
|
||||
|
@ -359,7 +357,7 @@ unsigned int gfx_cd_read(unsigned int a)
|
|||
|
||||
dprintf("gfx_cd_read(%02x) = %04x", a, d);
|
||||
|
||||
return 0;
|
||||
return d;
|
||||
}
|
||||
|
||||
void gfx_cd_write16(unsigned int a, unsigned int d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue