summaryrefslogtreecommitdiffstatshomepage
path: root/hash
diff options
context:
space:
mode:
author Alex W. Jackson <alex.w.jackson@gmail.com>2013-11-05 04:48:30 +0000
committer Alex W. Jackson <alex.w.jackson@gmail.com>2013-11-05 04:48:30 +0000
commite0f1c2478fcb6790025d63c7986415e3bdab8593 (patch)
tree8fd53e17027a34adefef7629a170498dbcea885a /hash
parent75eaf393e6a5b7c251cb3174e19a44382a479582 (diff)
NeoGeo improvements: [Alex Jackson]
* Cleaned up large amounts of duplicated code between the MAME and MESS (AES/NeoCD) drivers * Removed MVS-only ROMs and devices (SM1 ROM, SFIX ROM, upd4990a RTC, etc.) from AES/NeoCD * Replaced legacy NVRAM in MVS and NeoCD with NVRAM devices * Correctly hooked up SM1 ROM bankswitching; the BIOS sound test works now * Corrected VRAM size * Sorted the Universe BIOS versions and unified them between MAME and MESS * Fixed kf10thep ROM loading and decryption which was a horrible hack (and not endian safe) * Replaced svcplus protection hack ROM patch with a less invasive one, based on FBA * Started marking code and data that should be moved out into devices * Various other code and comment cleanups New clones added ---------------- Kizuna Encounter - Super Tag Battle 4 Way Battle Version / Fu'un Super Tag Battle Special Version [Alex Jackson]
Diffstat (limited to 'hash')
-rw-r--r--hash/neogeo.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/hash/neogeo.xml b/hash/neogeo.xml
index 9498b707a11..d99dc24f4e8 100644
--- a/hash/neogeo.xml
+++ b/hash/neogeo.xml
@@ -9075,11 +9075,9 @@
<!-- this is a hack of kof2002 much like the various korean hacks / bootlegs of games -->
<feature name="crypt" value="kf10thep_prot" />
<dataarea name="maincpu" size="0x800000">
- <rom loadflag="load16_word_swap" name="5008-p2.bin" offset="0x100000" size="0x400000" crc="a649ec38" sha1="5c63ed5e5c848940f587c966da4908d04cf1293c" />
- <rom loadflag="load16_word_swap" name="5008-p3.bin" offset="0x500000" size="0x200000" crc="e629e13c" sha1="6ebe080ce01c51064cb2f4d89315ba98a45ae727" />
- </dataarea>
- <dataarea name="audiocrypt" size="0x200000">
- <rom name="5008-p1.bin" offset="0x000000" size="0x200000" crc="bf5469ba" sha1="f05236d8fffab5836c0d27becdeeb80def32ee49" />
+ <rom loadflag="load16_word_swap" name="5008-p1.bin" offset="0x000000" size="0x200000" crc="bf5469ba" sha1="f05236d8fffab5836c0d27becdeeb80def32ee49" />
+ <rom loadflag="load16_word_swap" name="5008-p2.bin" offset="0x200000" size="0x400000" crc="a649ec38" sha1="5c63ed5e5c848940f587c966da4908d04cf1293c" />
+ <rom loadflag="load16_word_swap" name="5008-p3.bin" offset="0x600000" size="0x200000" crc="e629e13c" sha1="6ebe080ce01c51064cb2f4d89315ba98a45ae727" />
</dataarea>
<dataarea name="fixed" size="0x040000">
<rom offset="0x000000" size="0x020000" name="5008-s1.bin" crc="92410064" sha1="1fb800b46341858207d3b6961a760289fbec7faa" />