summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/pgm2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pgm2.cpp b/src/mame/drivers/pgm2.cpp
index d52725558b4..df4f674fd22 100644
--- a/src/mame/drivers/pgm2.cpp
+++ b/src/mame/drivers/pgm2.cpp
@@ -836,8 +836,8 @@ DRIVER_INIT_MEMBER(pgm2_state,kof98umh)
{
uint16_t *src = (uint16_t *)memregion("sprites_mask")->base();
- iga_u12_decode(src, 0x08000000, 0x1e96); // wrong
- iga_u16_decode(src, 0x08000000, 0x869c); // wrong
+ iga_u12_decode(src, 0x08000000, 0x21df);
+ iga_u16_decode(src, 0x08000000, 0x8692);
src = (uint16_t *)memregion("sprites_colour")->base();
sprite_colour_decode(src, 0x20000000);