summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes (follow)
Commit message (Expand)AuthorAgeFilesLines
* checkpoint. nw. etabeta782016-06-277-16/+285
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-252-11/+11
* many more from my backlog. in particular: replaced Teshu Budui 2 etabeta782016-05-062-5/+10
* another batch from my backlog (most new additions don't work, etabeta782016-05-045-1/+90
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-014-3/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-246-6/+6
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-062-4/+4
* reverting: Miodrag Milanovic2016-01-2099-670/+670
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2042-64/+64
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1642-64/+64
* Fixes (nw) Miodrag Milanovic2016-01-161-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-1699-670/+670
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-115-5/+5
* Return std::string objects by value rather than pass by reference AJR2016-01-1010-17/+17
* cleanups (nw) Miodrag Milanovic2015-12-255-5/+4
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-172-3/+3
* fix crash, but what a terrible hack this is in the first place (nw) David Haywood2015-12-101-2/+2
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-0647-426/+426
* override part 1 (nw) Miodrag Milanovic2015-12-0549-739/+739
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-056-7/+7
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-056-7/+7
* clang-modernize part 6 Miodrag Milanovic2015-12-042-8/+8
* clang-modernize part 2 Miodrag Milanovic2015-12-0417-45/+45
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-2515-40/+40
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-1443-288/+330
* - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. therealmogminer@gmail.com2015-11-091-2/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0850-0/+0
* make the NES APU device get added with the N2A03 rather than needing to be ad... David Haywood2015-11-021-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-13103-0/+36233