MiSTer-devel / NeoGeo_MiSTer

NeoGeo for MiSTer
GNU General Public License v2.0
148 stars 78 forks source link

Minor Fighter's History Dynamite CD problem. #204

Closed PepAlacant closed 1 year ago

PepAlacant commented 1 year ago

NEO GEO CD : There is an error in FIX layer "Now Loading Screen" of Attract Mode when Demo Mode is selected. It doesn't affect the loading screens of main game. Very minor problem, doesn't affect the game in other ways. IMG_4230

paulb-nl commented 1 year ago

There is maybe another issue.

Can you check if this demo part should look like this on original NeoGeo CD? A part of the left side is missing

karnov_c

PepAlacant commented 1 year ago

It shows as is in real hardware. IMG_4234

PepAlacant commented 1 year ago

MVS/AES version shows centered, and it is normal too. The core behaves correctly in this aspect.

paulb-nl commented 1 year ago

Thanks. This issue confirmed that the Timer IRQ can be masked with register $FF0004.

Otherwise the Timer IRQ will write to VRAM while the System rom is writing to the FIX layer in VRAM.

PepAlacant commented 1 year ago

Tested and Fixed !