summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502
Commit message (Expand)AuthorAgeFilesLines
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-2522-33/+33
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-1514-14/+14
* Remove first_screen(), nw Ryan Holtz2018-03-111-3/+3
* destaticify initializations (nw) (#3289) wilbertpol2018-03-043-20/+20
* XaviX - new machines marked as NOT WORKING (#3275) David Haywood2018-02-261-0/+5
* srcclean (nw) Vas Crabb2018-02-252-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-126-8/+12
* xavix - some changes to keep code running better, I think it's trying… (#3180) David Haywood2018-02-084-11/+46
* m6502: Fixed paged variants tracing and breakpoints [O. Galibert] Olivier Galibert2018-02-078-35/+26
* xavix - generate some interrupts, code runs a lot better now (nw) (#3174) David Haywood2018-02-064-1/+63
* create derived 6502 type for XaviX because it has at least one custom… (#3154) David Haywood2018-02-028-1/+293
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* MT #6810 & MT #6811 (nw) AJR2018-01-029-17/+17
* c65: some more useful links (nw) Ivan Vangelista2017-12-311-1/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+0
* save PPC for rewind in debugger. (nw) smf-2017-12-071-0/+1
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-304-8/+8
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-3/+3
* fix building with Visual Studio 2017 & clang 5.0.0 (also tested with gcc 7.2.... smf-2017-11-2810-0/+10
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-2642-288/+779
* Update om6502.lst David Viens2017-08-161-3/+4
* This is too contentious, please put it up for review Vas Crabb2017-08-012-5/+5
* Changes to debugger memory address translation AJR2017-08-012-5/+5
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-107-12/+12
* Fix, maybe (nw) Olivier Galibert2017-07-052-83/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-0311-30/+46
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-033-4/+4
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-312-12/+7
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* basic VT03 support David Haywood2017-05-232-1/+18
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1436-191/+202
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* nes: Add Subor Type 2 board. (nw) kazblox2017-03-211-1/+9
* Self-registering devices prep: Vas Crabb2017-02-2718-19/+19
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-2020-40/+30
* Fixed crash because nes_apu was always binding to root_device() before the n2... smf-2016-11-051-2/+0
* Changed the M6502 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-272-30/+40
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2241-484/+484
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-282-1/+3
* 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