| Commit message (Expand) | Author | Age | Files | Lines |
* | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
* | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 22 | -33/+33 |
* | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 14 | -14/+14 |
* | Remove first_screen(), nw |  Ryan Holtz | 2018-03-11 | 1 | -3/+3 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 3 | -20/+20 |
* | XaviX - new machines marked as NOT WORKING (#3275) |  David Haywood | 2018-02-26 | 1 | -0/+5 |
* | srcclean (nw) |  Vas Crabb | 2018-02-25 | 2 | -2/+2 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 6 | -8/+12 |
* | xavix - some changes to keep code running better, I think it's trying… (#3180) |  David Haywood | 2018-02-08 | 4 | -11/+46 |
* | m6502: Fixed paged variants tracing and breakpoints [O. Galibert] |  Olivier Galibert | 2018-02-07 | 8 | -35/+26 |
* | xavix - generate some interrupts, code runs a lot better now (nw) (#3174) |  David Haywood | 2018-02-06 | 4 | -1/+63 |
* | create derived 6502 type for XaviX because it has at least one custom… (#3154) |  David Haywood | 2018-02-02 | 8 | -1/+293 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -2/+2 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
* | MT #6810 & MT #6811 (nw) |  AJR | 2018-01-02 | 9 | -17/+17 |
* | c65: some more useful links (nw) |  Ivan Vangelista | 2017-12-31 | 1 | -1/+4 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -0/+1 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -1/+0 |
* | save PPC for rewind in debugger. (nw) |  smf- | 2017-12-07 | 1 | -0/+1 |
* | Pet peeving with extreme prejudice (nw) |  Olivier Galibert | 2017-11-30 | 4 | -8/+8 |
* | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 2 | -3/+3 |
* | fix building with Visual Studio 2017 & clang 5.0.0 (also tested with gcc 7.2.... |  smf- | 2017-11-28 | 10 | -0/+10 |
* | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 42 | -288/+779 |
* | Update om6502.lst |  David Viens | 2017-08-16 | 1 | -3/+4 |
* | This is too contentious, please put it up for review |  Vas Crabb | 2017-08-01 | 2 | -5/+5 |
* | Changes to debugger memory address translation |  AJR | 2017-08-01 | 2 | -5/+5 |
* | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 7 | -12/+12 |
* | Fix, maybe (nw) |  Olivier Galibert | 2017-07-05 | 2 | -83/+3 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 11 | -30/+46 |
* | Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] |  Olivier Galibert | 2017-07-03 | 3 | -4/+4 |
* | devices/cpu to device_add_mconfig (nw) |  Ivan Vangelista | 2017-05-31 | 2 | -12/+7 |
* | srcclean (nw) |  Vas Crabb | 2017-05-28 | 1 | -1/+1 |
* | basic VT03 support |  David Haywood | 2017-05-23 | 2 | -1/+18 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 36 | -191/+202 |
* | srcclean (nw) |  Vas Crabb | 2017-03-26 | 1 | -1/+1 |
* | nes: Add Subor Type 2 board. (nw) |  kazblox | 2017-03-21 | 1 | -1/+9 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 18 | -19/+19 |
* | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 20 | -40/+30 |
* | Fixed crash because nes_apu was always binding to root_device() before the n2... |  smf- | 2016-11-05 | 1 | -2/+0 |
* | Changed the M6502 disassembler to use 'std::ostream &' internally |  Nathan Woods | 2016-10-27 | 2 | -30/+40 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 41 | -484/+484 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 2 | -1/+3 |
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 2 | -3/+1 |
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 2 | -1/+3 |
* | Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... |  therealmogminer@gmail.com | 2016-08-18 | 2 | -0/+6 |
* | Further IRQ passthrough cleanup |  AJR | 2016-07-08 | 2 | -13/+0 |
* | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 1 | -1/+1 |
* | VBL opcode is pretty annoying to log, since it fills for obvious reasons. |  angelosa | 2016-06-26 | 1 | -2/+2 |
* | Revert "More work on gameking 3 [PeT]" |  Miodrag Milanovic | 2016-06-12 | 3 | -271/+0 |