Author Topic: Neogeo Memory card does't work  (Read 4936 times)

Offline Seyken971

  • New Member
  • *
  • Posts: 5
  • Karma: +0/-0
Neogeo Memory card does't work
« 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.
Doshita, huh?

Offline Seyken971

  • New Member
  • *
  • Posts: 5
  • Karma: +0/-0
Re: Neogeo Memory card does't work
« Reply #1 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?
Doshita, huh?

Offline Leaf

  • Jr. Member
  • **
  • Posts: 50
  • Karma: +9/-4
Re: Neogeo Memory card does't work
« Reply #2 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.

Offline Seyken971

  • New Member
  • *
  • Posts: 5
  • Karma: +0/-0
Re: Neogeo Memory card does't work
« Reply #3 on: April 19, 2009, 08:50:58 AM »
Thanks a lot ! :p
Doshita, huh?