i want to add KOF98AE in Arcade32. can some one do this?
AFAIK KOF98AE is a hack from 2007.
- Did a quick check on github and it looks like it's not currently in mainline MAME or HBMAME.
You should be able to run it using the Final Burn Alpha (FBA) emulator.
Scott
EDIT: Found this in the HBMAME 0.175 release notes
here.
- [kof98ae3]
- [kof98ae20160308] Kof'98 Anniversary Edition 2016
Digging further, "kof98ae" and a
large number of other related titles + code (lines 33-2282
) were removed from the HBMAME kof98.cpp driver with
this commit on September 14th.
- No idea when/if those titles and code might be fixed and added again.
- If you use a GroovyHBMAME or HBMAME release between v0.175 and the last version released before September 14th, "kof98ae" should be supported.
If you're looking for the 2016 version hack, line 3731 of the
kof98.cpp driver reads "ROM_START( kof98hh02 ) //kof98ae2016h" in current HBMAME source.
- I assume that means that "kof98hh02" is the current ROMname of the 2016 hack.