Correct VS. ppu names

This commit is contained in:
retro-wertz
2017-09-05 19:08:56 +08:00
parent 4df4a8c7de
commit f3d0ff8f3f
7 changed files with 49 additions and 49 deletions

View File

@@ -52,10 +52,10 @@ pal *palo;
static pal *palpoint[8] =
{
palette,
rp2c04001,
rp2c04002,
rp2c04003,
rp2c05004,
rp2c04_0001,
rp2c04_0002,
rp2c04_0003,
rp2c04_0004,
};
void FCEUI_SetPaletteArray(uint8 *pal) {