| Commit message (Expand) | Author | Age | Files | Lines |
* | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 2 | -8/+8 |
* | mac: Initial support for the Sigma Designs LaserView monochrome NuBus video c... |  arbee | 2020-03-15 | 2 | -0/+259 |
* | macse30: make Sigma Designs L-View SE/30 PDS card work and eliminate deprecat... |  arbee | 2020-02-13 | 1 | -3/+3 |
* | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -12/+12 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -2/+2 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 18 | -48/+48 |
* | Make osd_printf_* use util/strformat semantics. |  Vas Crabb | 2019-09-26 | 1 | -2/+2 |
* | Merge pull request #4678 from shattered/_02409f23fe |  R. Belmont | 2019-03-31 | 1 | -5/+2 |
|\ |
|
| * | coverity: a few low hanging fruit (nw) |  Sergey Svishchev | 2019-02-22 | 1 | -5/+2 |
* | | devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values |  cam900 | 2019-03-30 | 1 | -2/+2 |
* | | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 18 | -214/+209 |
* | | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 18 | -209/+214 |
* | | nubus: Use required_address_space rather than old-style CPU lookup (nw) |  AJR | 2019-02-26 | 2 | -35/+28 |
|/ |
|
* | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 14 | -98/+112 |
* | nb_rtpd: Raw parameters for screen (nw) |  AJR | 2019-02-10 | 1 | -7/+6 |
* | devices\bus: some MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-31 | 1 | -42/+0 |
* | emu\softlist_dev: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -2/+0 |
* | srcclean and cleanup (nw) |  Vas Crabb | 2019-01-27 | 1 | -18/+21 |
* | src/devices: a few less MCFG macros (nw) |  Ivan Vangelista | 2019-01-14 | 1 | -6/+7 |
* | specpdq: Better boundaries, still some pattern offset issues [O. Galibert] |  Olivier Galibert | 2019-01-04 | 1 | -13/+15 |
* | Duh (nw) |  Olivier Galibert | 2019-01-03 | 1 | -4/+4 |
* | specpdq: Fix backwards copy [O. Galibert] |  Olivier Galibert | 2019-01-03 | 1 | -4/+23 |
* | specpdq: Start fixing blitting ops [O. Galibert] |  Olivier Galibert | 2019-01-03 | 1 | -21/+29 |
* | (nw) fix stuff: |  Vas Crabb | 2018-11-29 | 1 | -18/+23 |
* | bus/rs232.cpp: completed removal of MCFG macros (nw) |  Ivan Vangelista | 2018-10-23 | 2 | -34/+36 |
* | -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... |  mooglyguy | 2018-09-22 | 1 | -16/+16 |
* | -in8250: De-MCFG, nw |  mooglyguy | 2018-09-04 | 1 | -9/+9 |
* | z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... |  Ivan Vangelista | 2018-08-27 | 1 | -18/+18 |
* | Apply logical address mask properly in debug disassembly view |  AJR | 2018-08-24 | 1 | -5/+5 |
* | -mac: MACHINE_CONFIG removal, nw |  mooglyguy | 2018-08-04 | 1 | -0/+16 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -6/+6 |
* | Remove emupal.h from emu.h (nw) |  AJR | 2018-06-13 | 1 | -0/+1 |
* | Move the +1 to the proper place in the ROM BIOS macros - that's been |  Vas Crabb | 2018-05-29 | 1 | -2/+2 |
* | z80scc: Remove generic device type (which nothing was using) and custom MCFG_... |  AJR | 2018-05-27 | 1 | -6/+6 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 3 | -37/+37 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -8/+10 |
* | Set finder tag relative to current device being configured rather than |  Vas Crabb | 2018-04-30 | 24 | -47/+23 |
* | remove safe_pc() and safe_pcbase() (nw) |  smf- | 2018-04-13 | 5 | -10/+10 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 14 | -51/+31 |
* | nubus: cleanup to current practice (nw) |  arbee | 2018-03-02 | 20 | -115/+97 |
* | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-01-28 | 1 | -10/+10 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 2 | -3/+3 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 18 | -18/+18 |
* | Privatize m_screen and other variables of device_video_interface (nw) |  AJR | 2018-01-05 | 12 | -34/+34 |
* | Extended time! All space.device() removed from comments (nw) |  Olivier Galibert | 2018-01-05 | 10 | -53/+53 |
* | mac: preliminary support for AE Quadralink 4-port serial [R. Belmont, Al Kossow] |  arbee | 2018-01-02 | 2 | -0/+239 |
* | mac: added 1.3 ROM to BootBug card [Al Kossow] |  arbee | 2018-01-01 | 1 | -2/+5 |
* | Remove a bunch of space.device().safe_pc() from devices (nw) |  Olivier Galibert | 2017-12-30 | 2 | -4/+4 |
* | mac: Support for "BootBug" NuBus remote debugger card [Al Kossow, R. Belmont] |  arbee | 2017-12-25 | 2 | -0/+167 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 2 | -2/+2 |