summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/neogeo
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1354-7745/+0
|
* lot more changes and fixes (nw) Miodrag Milanovic2015-05-1354-108/+108
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0754-0/+108
|
* Fix for aes slot regression (OG please check) (nw) Ivan Vangelista2015-04-191-1/+1
|
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-182-2/+2
|
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-1411-125/+125
|
* Description changes for assorted devices to improve readability/uniformity ↵ Scott Stone2015-01-0510-10/+10
| | | | from MASH (nw)
* make 'kog' dipswitch part of the protection device / cartridge (nw) David Haywood2014-10-186-72/+177
|
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return ↵ Oliver Stöneberg2014-09-081-1/+2
| | | | warnings of clang 3.5 when compiling MESS (nw)
* Assorted device name description fixes from MASH (nw) Scott Stone2014-08-101-1/+1
|
* More cleanups, there is issue with srcclean that needs to be taken care as ↵ Miodrag Milanovic2014-07-2212-43/+5
| | | | well, just doing now what we can
* Cleanups and version bump Miodrag Milanovic2014-07-2224-66/+26
|
* address some ng save state concerns (nw) David Haywood2014-07-022-0/+6
|
* clear the extra ram some of the bootlegs have, might actually fix kof10th ↵ David Haywood2014-07-011-0/+2
| | | | this time (nw)
* Add width and endianness attributes to data areas in software lists (nw) Alex W. Jackson2014-07-011-11/+0
| | | | | | | | | | | | | | 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 kof10th bootleg (nw) David Haywood2014-06-301-0/+4
|
* (nw) David Haywood2014-06-301-1/+3
|
* NeoGeo slot work [S. Smith] David Haywood2014-06-2952-0/+7606
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' "