Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mess into mame (nw) | 2015-09-30 | 1 | -221/+0 | |
| | |||||
* | cleanup (nw) | 2015-06-01 | 1 | -2/+1 | |
| | |||||
* | mbc55x: updated to use the new wd fdc | 2015-06-01 | 1 | -2/+12 | |
| | |||||
* | Update for Phill Harvey-Smith and Tim Lindner | 2015-05-18 | 1 | -1/+1 | |
| | |||||
* | Synced other dirs withs driver license for MESS (nw) | 2015-05-13 | 1 | -1/+1 | |
| | |||||
* | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | |||||
* | wd17xx: Cleanup. (nw) | 2014-05-12 | 1 | -2/+0 | |
| | |||||
* | mc6845: converted to devcb2, delegates and inline configs. nw. | 2014-05-01 | 1 | -3/+1 | |
| | | | | | | | | | while at it, cleaned up the args of the mc6845 delegates as well (no need to pass back and forth pieces of the driver class, now that delegates belong to it as well) even if I tested the changes extensively, I might have missed something among the 177 source files using this, so please report any regressions you see :) | ||||
* | pic8259: remove trampolines (nw) | 2014-04-23 | 1 | -1/+0 | |
| | |||||
* | converted i8255 to devcb2. nw. | 2014-04-17 | 1 | -3/+0 | |
| | | | | | p.s. I tested several games/systems and I triple checked the diff to be sure I did not make any copy and paste mistake in the 195 files touched by this, but let me know if any system suddenly stops working! | ||||
* | Fixed all bitmap.palette() users to use m_palette instead (nw) | 2014-03-15 | 1 | -1/+3 | |
| | |||||
* | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -1/+1 | |
| | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
* | Converted PIT8253 to DEVCB2 [smf] | 2014-02-23 | 1 | -1/+0 | |
| | |||||
* | Converted i8251 to DEVCB2 [smf] | 2014-02-15 | 1 | -12/+11 | |
| | |||||
* | moved centronics into emu/bus (nw) | 2013-10-23 | 1 | -1/+1 | |
| | |||||
* | Modernized the PIT8253 device. [Fabio Priuli] | 2013-06-03 | 1 | -1/+1 | |
| | |||||
* | pic8259.c: Switched to devcb2. (nw) | 2013-05-15 | 1 | -1/+0 | |
| | |||||
* | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -0/+3 | |
| | | | | other modernization (nw) | ||||
* | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -1/+1 | |
| | | | | now to follow (nw) | ||||
* | IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ↵ | 2013-01-31 | 1 | -0/+1 | |
| | | | | (no whatsnew) | ||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -36/+36 | |
| | |||||
* | Replaced all device_t's with actual device classes. Regression test ↵ | 2012-11-26 | 1 | -4/+4 | |
| | | | | recommended. (nw) | ||||
* | some cleanup (nw) | 2012-10-03 | 1 | -17/+0 | |
| | |||||
* | modernization or timer callbacks part 2 (no whatsnew) | 2012-09-24 | 1 | -0/+1 | |
| | |||||
* | manual cleanup of mame and mess includes (no whatsnew) | 2012-09-18 | 1 | -3/+0 | |
| | |||||
* | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -1/+2 | |
| | |||||
* | Memory handler cleanup 3. Add mem_mask parameter | 2012-09-17 | 1 | -4/+4 | |
| | | | | | | | | to 8-bit handlers to match the others. To ease pain, added DECLARE_READ/WRITE_HANDLER macros that set up a default parameter. Also updated devcb so that the handlers can be called with or without the mem_mask. [Aaron Giles] | ||||
* | Clean-ups and version bumpmame0147 | 2012-09-17 | 1 | -2/+2 | |
| | | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated | ||||
* | Pass 2 of struct modernization. | 2012-09-15 | 1 | -4/+4 | |
| | |||||
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -4/+9 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+228 | |