Welcome!

Final Burn Neo => FBN Development => Topic started by: Seyken971 on March 28, 2009, 08:11:18 PM

Title: Neogeo Memory card does't work
Post by: Seyken971 on March 28, 2009, 08:11:18 PM
I'm sorry if i missed something about the memory card feature, but it isn't working in this build, and since 3 or 4 builds at least. The memory card options keeps displaying in  grey and don't work.I apologize if the topic has been already covered, but i searched trough the forum, and haven't found anything.
Title: Re: Neogeo Memory card does't work
Post by: Seyken971 on April 18, 2009, 11:35:27 PM
I assume everyone here but me can use Memory card feature from neogeo games, i had no answer, or perhaps i have done something wrong?
Title: Re: Neogeo Memory card does't work
Post by: Leaf on April 19, 2009, 01:24:43 AM
It's a bug, the HARDWARE_SNK_NEOGEO definition is wrong.
So every sentence in :
Code: [Select]
if (BurnDrvGetHardwareCode() & HARDWARE_PUBLIC_MASK) == HARDWARE_SNK_NEOGEO)
will not be run.
Title: Re: Neogeo Memory card does't work
Post by: Seyken971 on April 19, 2009, 08:50:58 AM
Thanks a lot ! :p