summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-272-3/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-272-1/+3
* Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... therealmogminer@gmail.com2016-08-182-0/+6
* Further IRQ passthrough cleanup AJR2016-07-082-13/+0
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* VBL opcode is pretty annoying to log, since it fills for obvious reasons. angelosa2016-06-261-2/+2
* Revert "More work on gameking 3 [PeT]" Miodrag Milanovic2016-06-123-271/+0
* More work on gameking 3 [PeT] Miodrag Milanovic2016-06-123-0/+271
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-0110-10/+10
* Add license to files that were not part of build or are containing data to bu... Miodrag Milanovic2016-03-0520-0/+40
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-283-4/+4
* reverting: Miodrag Milanovic2016-01-2037-70/+70
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2016-22/+22
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1616-22/+22
* tags are now strings (nw) Miodrag Milanovic2016-01-1637-70/+70
* Revert "remove const (nw)" Miodrag Milanovic2016-01-136-6/+6
* remove const (nw) Miodrag Milanovic2016-01-116-6/+6
* Return std::string objects by value rather than pass by reference AJR2016-01-106-6/+6
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+0
* override part 2 (nw) Miodrag Milanovic2015-12-058-69/+69
* override part 1 (nw) Miodrag Milanovic2015-12-056-53/+53
* cleanuo Miodrag Milanovic2015-12-052-12/+0
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-047-11/+11
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-255-22/+22
* Fixed uninitialized class members Miodrag Milanovic2015-11-195-10/+12
* Some more cleanup (nw) Miodrag Milanovic2015-11-114-5/+25
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0818-0/+0
* make the NES APU device get added with the N2A03 rather than needing to be ad... David Haywood2015-11-022-1/+82
* mask address space for a2600 in the CPU (m6507) not in the driver. David Haywood2015-10-302-0/+110
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1355-0/+10376