Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mess into mame (nw) | 2015-09-30 | 1 | -199/+0 | |
| | |||||
* | Synced other dirs withs driver license for MESS (nw) | 2015-05-13 | 1 | -2/+2 | |
| | |||||
* | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | |||||
* | converted i8255 to devcb2. nw. | 2014-04-17 | 1 | -12/+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! | ||||
* | Converted PIT8253 to DEVCB2 [smf] | 2014-02-23 | 1 | -21/+0 | |
| | |||||
* | Converted i8251 to DEVCB2 [smf] | 2014-02-15 | 1 | -12/+0 | |
| | |||||
* | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ | 2013-12-22 | 1 | -2/+0 | |
| | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
* | (MESS) PP01 : added uart | 2013-09-30 | 1 | -0/+14 | |
| | |||||
* | (MESS) PP01 : added sound | 2013-09-29 | 1 | -4/+4 | |
| | |||||
* | Modernized the PIT8253 device. [Fabio Priuli] | 2013-06-03 | 1 | -2/+2 | |
| | |||||
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) | 2013-04-23 | 1 | -2/+2 | |
| | |||||
* | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -27/+25 | |
| | | | | other modernization (nw) | ||||
* | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -1/+1 | |
| | |||||
* | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -2/+1 | |
| | |||||
* | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -24/+20 | |
| | |||||
* | change from device->machine() to space.machine() in device handlers in order ↵ | 2012-09-21 | 1 | -5/+5 | |
| | | | | to make next changes easier (no whatsnew) | ||||
* | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it. | ||||
* | Memory handler normalization, part 2. Change legacy | 2012-09-17 | 1 | -12/+12 | |
| | | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles] | ||||
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -6/+5 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+238 | |