summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/bootleg_prot.cpp
Commit message (Collapse)AuthorAgeFilesLines
* neogeo.cpp: huge clean up of the cartslot code in order to better etabeta782016-04-281-1072/+0
| | | | | | | | | | | | | | | | | | | | | | 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]
* MT #06168 workaround, slightly better than commenting out (nw) AJR2016-03-291-1/+3
|
* bus/neogeo/bootleg_prot.cpp: fixed save state problem for kof10th (nw) Ivan Vangelista2016-02-061-2/+2
|
* reverting: Miodrag Milanovic2016-01-201-1/+1
| | | | | | | SHA-1: 1f90ceab075c4869298e963bf0a14a0aac2f1caa * tags are now strings (nw) fix start project for custom builds in Visual Studio (nw)
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
| | | | fix start project for custom builds in Visual Studio (nw)
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
|
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-16/+16
| | | | This reverts commit be704c00abe1eaaa442db81db04c8b71595d5c41.
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-16/+16
|
* clang-modernize part 2 Miodrag Milanovic2015-12-041-3/+3
|
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-3/+3
|
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-1/+5
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1066