documentation update concerning the different base address used by Pacman 25th Annv.

This commit is contained in:
Brian Troha 2010-08-11 19:54:56 +00:00
parent 80705c849b
commit 0be6c87939

View File

@ -35,7 +35,7 @@ public:
/* bank support */
UINT8 *ram_48000;
/* differs between 25pacman and 20pacgal, might be a register */
/* 25pacman and 20pacgal store the sprite palette at a different address, this is a hardware difference and confirmed NOT to be a register */
UINT8 sprite_pal_base;
};