| Commit message (Expand) | Author | Age | Files | Lines |
* | -sa1: Fixed type-1 character conversion. [Ryan Holtz] |  mooglyguy | 2020-03-15 | 2 | -95/+112 |
* | -sa1: Added savestate support. [Ryan Holtz] |  mooglyguy | 2020-03-13 | 1 | -2/+113 |
* | various devices: try the new (and some not so new) save state possibilities (nw) |  Ivan Vangelista | 2019-12-09 | 1 | -5/+2 |
* | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -20/+22 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -5/+5 |
* | (nw) misc cleanup: |  Vas Crabb | 2019-10-05 | 1 | -2/+1 |
* | -snes: Differentiate between SuperFX 1 and SuperFX 2. Fixes game speed in Sta... |  MooglyGuy | 2019-10-05 | 5 | -24/+71 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 24 | -413/+445 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 24 | -445/+413 |
* | bus/gameboy, bus/snes: Simplify read/write handlers (nw) |  AJR | 2019-03-09 | 24 | -333/+350 |
* | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 2 | -70/+82 |
* | devices\bus: some more MACHINE_CONFIG removal (nw) |  Ivan Vangelista | 2019-02-10 | 2 | -9/+11 |
* | snes: Fix crash when no cartridge has been loaded |  AJR | 2019-01-07 | 1 | -1/+2 |
* | -bus/gameboy/gb_slot, ieee488/hp9895, psx/gamebooster, snes/sgb: Removed MCFG... |  mooglyguy | 2018-12-17 | 2 | -19/+22 |
* | SNES cartridge/clock refinements (nw) |  AJR | 2018-12-09 | 6 | -41/+90 |
* | sm510, sm8500, sparc, superfx, t11: Removed MCFG, nw |  mooglyguy | 2018-12-07 | 1 | -5/+6 |
* | Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... |  AJR | 2018-06-24 | 1 | -1/+1 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 5 | -21/+21 |
* | and another thing (nw) |  Vas Crabb | 2018-05-14 | 1 | -2/+2 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 5 | -52/+52 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 5 | -52/+56 |
* | maps: Finish devices/bus (nw) |  Olivier Galibert | 2018-04-21 | 2 | -22/+25 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 4 | -31/+39 |
* | Fix build by removing unused variables (nw) |  AJR | 2018-02-14 | 2 | -2/+0 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 5 | -63/+77 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 10 | -11/+22 |
* | 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 | 7 | -21/+21 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -3/+3 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -3/+3 |
* | get rid of legacy BITSWAP* (nw) |  Vas Crabb | 2017-12-13 | 1 | -3/+3 |
* | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 14 | -183/+115 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 7 | -13/+13 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 26 | -681/+727 |
* | Made a number of device_image_interface members private (#2227) |  npwoods | 2017-04-17 | 1 | -2/+2 |
* | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -7/+3 |
* | Made a number of methods be const correct and static where appropriate |  Nathan Woods | 2017-04-10 | 2 | -8/+8 |
* | Fix an off-by-one error when loading upd96050 roms for snes games [Lord Night... |  Lord-Nightmare | 2017-03-17 | 1 | -2/+2 |
* | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 2 | -13/+0 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 12 | -41/+41 |
* | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -7/+7 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 2 | -1/+1 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -1/+1 |
* | spellin werds (nw) |  Scott Stone | 2016-11-17 | 1 | -1/+1 |
* | srcclean (nw) |  Vas Crabb | 2016-10-23 | 1 | -4/+4 |
* | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 2 | -6/+6 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 24 | -601/+601 |
* | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 2 | -7/+7 |
* | gb.cpp: Some cpu, sound, and video updates (nw) |  Wilbert Pol | 2016-09-30 | 3 | -24/+116 |
* | Merge pull request #1180 from npwoods/split_softlist_code_redo |  Miodrag Milanović | 2016-08-08 | 1 | -0/+3 |
|\ |
|