summaryrefslogtreecommitdiffstatshomepage
path: root/hash/neogeo.xml
Commit message (Collapse)AuthorAgeFilesLines
* Consistency fix: Tecmo World Cup romsets -> twcup** / twsoc** (nw) angelosa2017-08-281-1/+1
|
* srcclean (nw) Vas Crabb2017-08-271-1/+1
|
* neogeo.xml: fixed validation (nw) Ivan Vangelista2017-08-161-1/+1
|
* neogeo.cpp: swapped Shock Troopers sets since what was known as set 2 is ↵ angelosa2017-08-151-5/+4
| | | | actually a newer revision than set 1, as per MAME parent-clone policies parent must be the newer revision (nw)
* new clones David Haywood2017-01-221-0/+41
| | | | | | The King of Fighters '99 - Millennium Battle (Korean release) [Brian Hargrove] (this is an original encrypted release with SMA-KB protection / encryption chip, old kof99k set is now kof99ka and marked as non-encrypted program)
* neogeo.xml validation fixes (nw) Scott Stone2016-12-291-4/+4
|
* New clones added Scott Stone2016-12-291-0/+69
| | | | | | ---------------- Robo Army (NGM-032 ~ NGH-032) [JacKc] Saulabi Spirits / Jin Saulabi Tu Hon (Korean release of Samurai Shodown II, set 2) [JacKc]
* new clones - King of the Monsters 2 - The Next Thing (older) [NeoSD] David Haywood2016-12-261-0/+33
|
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
|
* new clones David Haywood2016-12-161-1/+38
| | | | Real Bout Fatal Fury / Real Bout Garou Densetsu (Korean release) [Brian Hargrove]
* neogeo: correct burningfpa romlabels(thanks jackc), added it to swlist hap2016-12-031-1/+39
|
* neogeo.xml: Fixed [kof98/kof98a] for proper parent-clone relationship ↵ Scott Stone2016-09-061-1/+1
| | | | without which, depending how your romsets are stored, could cause -verifysoftware to show it as "is bad" (nw)
* Fixed neogeo.xml based on a change that was not copied over from the ↵ Scott Stone2016-09-061-1/+1
| | | | neogeo.cpp driver for puzzldpr. (nw)
* fix oversized region (nw) Vas Crabb2016-08-231-1/+1
|
* fix name of bootleg to match title screen (nw) Vas Crabb2016-08-231-1/+2
| | | | I don't know where the current name came from. Chongchu Jianghu means "made a comeback" or something, probably because this was a hack to update a six-year-old game.
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-2405/+2405
|
* New clones added or promoted from NOT_WORKING status etabeta782016-05-231-1/+43
| | | | | ---------------------------------------------------- Rage of the Dragons (NGH-2640)
* sync neogeo list to driver and clarified the bootleg nature of final etabeta782016-05-231-1/+57
| | | | romance 2 recent addition. nw.
* neogeo.cpp: huge clean up of the cartslot code in order to better etabeta782016-04-281-5677/+4153
| | | | | | | | | | | | | | | | | | | | | | exploit slot devices: [Fabio Priuli] - moved cart-specific components to the carts itself removing the fake protection devices from the main system, since they never belonged there - removed hacky rom region destruction/construction when a new cart is inserted, replacing it with proper bank pointers to the carts (except for ymsnd and ymsnd.deltat region which will require modernization of the ym devices) - started re-organization of bootleg boards emulation, so to reduce the need of collapsing everything into a single cart type with multiple protection devices, more work is needed neopcb.cpp: moved to a separate source file the emulation for JAMMA PCB versions of a few neogeo games, since they don't have a cartslot. [Fabio Priuli] neogeo.xml: added information about Japanese titles and release dates to the software list and aligned the list to the driver. [Fabio Priuli]
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
|
* Format fixes for recently adjusted software list XMLs (nw) Scott Stone2016-04-261-2686/+2686
|
* (nw) David Haywood2016-04-251-27/+61
|
* neogeo: and lastly, put dragonsh in the sw list hap2016-04-201-0/+31
|
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
|
* neogeo.xml: removed duplicated info that was already in <sharedfeat ↵ hap2016-03-171-140/+38
| | | | | | name="release" value="x" /> but kept in 'MVS ONLY RELEASE'
* sync neogeo.xml hap2016-03-171-36/+85
|
* sync list (nw) David Haywood2015-12-281-3/+3
|
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-311-2/+2
|
* add communication MCU ROM (dumped from a prototype) to the Riding Hero sets ↵ mamehaze2014-12-011-4/+6
| | | | [Brian Hargrove]
* redump / verify Fight Fever romsets [DsNo] mamehaze2014-12-011-4/+4
| | | | | | Boards used for redump.... http://mvs.gotwalls.com/index.php/File:Fight_fever_set2_b1_front.jpg http://mvs.gotwalls.com/index.php/File:Fight_fever_set2_b2_front.jpg
* softlist: fixed xml validation errors. (nw) Sandro Ronco2014-10-111-4/+4
|
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-221-909/+909
| | | | well, just doing now what we can
* Fixed kotmh in mess. (nw) Robbbert2014-07-021-2/+2
|
* Add width and endianness attributes to data areas in software lists (nw) Alex W. Jackson2014-07-011-242/+242
| | | | | | | | | | | | | | Update neogeo.xml to take advantage of them. For regular rom loading we try to autodetect the appropriate endianness and width by matching the region tag to a device with a device_memory_interface; this is generally not doable for software lists because the regions are children of some slot device and thus not siblings of the devices in the root driver (i.e. "cartslot1:maincpu" rather than "maincpu") So you have to specify the width and endianness manually for now. Anyone who has spare time, feel welcome to byteswap every single entry in megadriv.xml and update them to use this :-)
* fix a load address (nw) David Haywood2014-07-011-1/+1
|
* Alignment fixes for XML hashes. (nw) Scott Stone2014-07-011-10563/+10561
|
* NeoGeo slot work [S. Smith] David Haywood2014-06-291-8527/+10900
| | | | | | | | | | | | | | | | Message that was posted to me "Hi David It was to my great disappointment that your work on the NeoGeo Multislot (Dec 2013) was not included in MAME. To aid the process I've taken your work and spent some hours addressing the concerns put forward by the developers. The code I'm sending to you converts Neo Geo to fully use slot devices for the cartridges and implements the multi-slot using techniques that have greater likelihood of being met with approval. In some places the slot trampolines caused performance to drop below 100% so I've used methods to avoid them gathered by the study of other slot devices in MESS. Performance is the same as it was prior to this update. I first sent this with the forms on the official site but received no reply so I'm turning to you directly. (filehost link removed) Credit to yourself and 'S. Smith' "
* (MESS) kog is unsupported as per MT 04742 (nw) Robbbert2014-06-081-1/+1
|
* Unchanged crap code of two years ago is still crap code (nw) Olivier Galibert2013-11-251-1882/+1707
|
* resurrect some old MVS multi-slot code David Haywood2013-11-251-1707/+1882
| | | | | | | | | | | | | | | | | | this is mostly functional but about 2 years old now, and badly needs some modernizations. It's a bit ugly in places because I've had to make sure the legacy methods work too, although in other places simply because it's old code I never quite got around to cleaning up. basically the inits have been split into ones that need calling once on startup (decryptions etc.) and ones that need calling when a new slot is activated (custom banking / protection handlers) mame64 neogeo -cart1 kof98 -cart2 kof99 -cart3 kof2000 -cart4 kof2001 -cart5 kof2002 -cart6 kof2003 works, assuming you have the RAM. certain combinations / orders don't work, maybe the real system is like that, maybe there are flaws in the implementation. once loaded as multi-game the neogeo will run through the attracts of each game in order, if you insert a coin then you can select next / previous game with the '3' and '4' (which are mapped to those buttons on the system) just like real hardware. if you're low on memory try mame64 neogeo -cart1 lbowling -cart2 samsho -cart3 mutnat -cart4 pbobblen -cart5 neomrdo -cart6 turfmast instead if you want an example of where it fails right now then put -cart1 roboarmy in slot 1 instead, it hangs after cycling through the games (or moving through them with 3) it's possible something isn't reset properly. This might become clearer as I clean things up a bit. I've verified eas and neocdz work as before
* NeoGeo improvements: [Alex Jackson] Alex W. Jackson2013-11-051-5/+3
| | | | | | | | | | | | | | | | | * 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]
* used old version of srcclean, so I put back old files and run it again, it ↵ Miodrag Milanovic2013-03-191-737/+737
| | | | produce much less changes, sorry for this (nw)
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-737/+737
|
* Alignment fixes for XML hashes. (nw) Scott Stone2013-02-211-1/+1
|
* use spaces in xml comments. This is the output from a local srcclean change ↵ smf-2013-01-111-737/+737
| | | | applied after reverting the 0.148 cleanup, to avoid losing previous formatting.
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3290/+3290
|
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* minor aesthetic bits. no whatsnew. Fabio Priuli2012-05-271-5/+5
|
* neogeo.xml: cleaned up sharedfeat usage. no whatsnew. Fabio Priuli2012-05-271-9012/+8531
|
* neogeo.xml: fixed year. no whatsnew. Fabio Priuli2012-05-161-1/+1
|