Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | neogeo.cpp: huge clean up of the cartslot code in order to better | 2016-04-28 | 1 | -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) | 2016-03-29 | 1 | -1/+3 | |
| | |||||
* | bus/neogeo/bootleg_prot.cpp: fixed save state problem for kof10th (nw) | 2016-02-06 | 1 | -2/+2 | |
| | |||||
* | reverting: | 2016-01-20 | 1 | -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) | 2016-01-16 | 1 | -1/+1 | |
| | | | | fix start project for custom builds in Visual Studio (nw) | ||||
* | cleanups (nw) | 2015-12-25 | 1 | -1/+1 | |
| | |||||
* | Revert "use c++ cast instead of c casts (nw)" | 2015-12-05 | 1 | -16/+16 | |
| | | | | This reverts commit be704c00abe1eaaa442db81db04c8b71595d5c41. | ||||
* | use c++ cast instead of c casts (nw) | 2015-12-05 | 1 | -16/+16 | |
| | |||||
* | clang-modernize part 2 | 2015-12-04 | 1 | -3/+3 | |
| | |||||
* | Cleanups and version bumpmame0168 | 2015-11-25 | 1 | -3/+3 | |
| | |||||
* | fix uninitialized class members for bus devices (nw) | 2015-11-14 | 1 | -1/+5 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+1066 | |