| Commit message (Expand) | Author | Age | Files | Lines |
| * | move mess into mame (nw) |  Miodrag Milanovic | 2015-09-30 | 1 | -814/+0 |
| * | bebox.c: reduce tagmap lookups (nw) |  Wilbert Pol | 2015-08-02 | 1 | -23/+14 |
| * | owner name consistency and typo fix (nw) |  Miodrag Milanovic | 2015-05-22 | 1 | -1/+1 |
| * | Synced other dirs withs driver license for MESS (nw) |  Miodrag Milanovic | 2015-05-13 | 1 | -2/+2 |
| * | Added dummy license lines to each file for MESS (nw) |  Miodrag Milanovic | 2015-05-07 | 1 | -0/+2 |
| * | Experiments in PCI land [O. Galibert] |  Olivier Galibert | 2014-11-05 | 1 | -2/+2 |
| * | ins8250_device: converted to devcb2 (nw) |  Ivan Vangelista | 2014-05-07 | 1 | -48/+0 |
| * | am9517a_device: converted to devcb2 (nw) |  Ivan Vangelista | 2014-04-29 | 1 | -25/+0 |
| * | updated lsi53c810 to use delegates, and moved some formerly static |  Fabio Priuli | 2014-04-13 | 1 | -24/+19 |
| * | compile fix, thank qmc2 (nw) |  Miodrag Milanovic | 2014-03-19 | 1 | -1/+1 |
| * | upd765: Refactored to use devcb2 callbacks. [Curt Coder] |  Curt Coder | 2014-03-17 | 1 | -10/+1 |
| * | Shuffle PCI and some more PC related devices around (nw) |  Miodrag Milanovic | 2014-03-07 | 1 | -1/+1 |
| * | Converted PIT8253 to DEVCB2 [smf] |  smf- | 2014-02-23 | 1 | -22/+0 |
| * | removed some obsolete legacy stuff from src/mess/machine/bebox.c (nw) |  Oliver Stöneberg | 2013-08-02 | 1 | -57/+0 |
| * | Added ata_interface_device, ide_controller_device is now only for pc register... |  smf- | 2013-06-19 | 1 | -1/+1 |
| * | First pass at tidying up ide interface. It no longer tries to force everythin... |  smf- | 2013-06-08 | 1 | -22/+0 |
| * | moved handlers into the ide_controller_device (nw) |  smf- | 2013-06-06 | 1 | -9/+4 |
| * | Modernized the PIT8253 device. [Fabio Priuli] |  Fabio Priuli | 2013-06-03 | 1 | -2/+1 |
| * | 8237dma: convert its remaining users and kill it (nw) |  cracyc | 2013-05-30 | 1 | -29/+9 |
| * | A few less anonymous timers in the world. (nw) |  Andrew Gardner | 2013-05-27 | 1 | -6/+14 |
| * | pic8259.c: Switched to devcb2. (nw) |  Wilbert Pol | 2013-05-15 | 1 | -14/+0 |
| * | pic8259.c: Continue modernization. (nw) |  Wilbert Pol | 2013-05-14 | 1 | -9/+9 |
| * | Cleanups and version bumpmame0148u4 |  Miodrag Milanovic | 2013-04-30 | 1 | -1/+1 |
| * | made BEEP and RAM devices initialize in constructor of driver classes (nw) |  Miodrag Milanovic | 2013-04-23 | 1 | -3/+3 |
| * | 8042kbdc is now device (nw) |  Miodrag Milanovic | 2013-04-19 | 1 | -33/+1 |
| * | various cpu lookup cleanup (nw) |  Miodrag Milanovic | 2013-04-15 | 1 | -8/+8 |
| * | Removal of machine().root_device() where appropriate (nw) |  Miodrag Milanovic | 2013-04-14 | 1 | -1/+1 |
| * | removed devhelpr.h and trampolines in half modern devices,also southbridge al... |  Miodrag Milanovic | 2013-03-20 | 1 | -4/+4 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -23/+23 |
| * | cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] |  smf- | 2012-10-26 | 1 | -5/+4 |
| * | (mess) upd765: Modernize [O. Galibert] |  Olivier Galibert | 2012-10-10 | 1 | -52/+17 |
| * | srcclean (nw) |  Curt Coder | 2012-10-07 | 1 | -43/+43 |
| * | some cleanup (nw) |  Miodrag Milanovic | 2012-10-03 | 1 | -109/+95 |
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) |  Miodrag Milanovic | 2012-10-03 | 1 | -37/+34 |
| * | Removed need for pc_vga_io_init also made accessors for linear access to VGA ... |  Miodrag Milanovic | 2012-09-30 | 1 | -16/+39 |
| * | Removed devconv.h and memconv.h just moved used inlines for now (no whatsnew) |  Miodrag Milanovic | 2012-09-26 | 1 | -1/+55 |
| * | modernization or timer callbacks part 2 (no whatsnew) |  Miodrag Milanovic | 2012-09-24 | 1 | -7/+6 |
| * | change from device->machine() to space.machine() in device handlers in order ... |  Miodrag Milanovic | 2012-09-21 | 1 | -3/+3 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -10/+10 |
| * | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -36/+36 |
| * | Memory handler normalization, part 1. |  Aaron Giles | 2012-09-17 | 1 | -2/+2 |
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... |  Miodrag Milanovic | 2012-09-13 | 1 | -12/+11 |
| * | Closeout on old macros. Retired cputag_set_input_line |  Aaron Giles | 2012-09-12 | 1 | -6/+6 |
| * | In device_state_interface, rename state() to state_int() |  Aaron Giles | 2012-09-11 | 1 | -2/+2 |
| * | Add safe_pc() and safe_pcbase() methods to device_t. |  Aaron Giles | 2012-09-11 | 1 | -2/+2 |
| * | added missing \n to remaining fatalerror() calls (no whatsnew) |  Oliver Stöneberg | 2012-09-09 | 1 | -1/+1 |
| * | converted 53c810 to a c++ device. (nw) |  smf- | 2012-08-27 | 1 | -61/+19 |
| * | glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... |  smf- | 2012-08-23 | 1 | -2/+2 |
| * | Merge of MESS sources (no whatsnew) |  Miodrag Milanovic | 2012-08-21 | 1 | -0/+1093 |