Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mess into mame (nw) | 2015-09-30 | 1 | -489/+0 | |
| | |||||
* | rest for Juergen (nw) | 2015-05-07 | 1 | -2/+2 | |
| | |||||
* | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | |||||
* | cleanup in mess section (nw) | 2015-04-19 | 1 | -2/+2 | |
| | |||||
* | There is no implicit conversion to char* in std::string (nw) | 2015-04-12 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -6/+6 | |
| | |||||
* | (MESS) a bunch more of generic cart slots. nw. | 2014-09-25 | 1 | -43/+25 | |
| | | | | btw, does anyone have info on the laser 300/500/700 ROM expansions? I was unable to find any... | ||||
* | (MESS) vtech2 (Laser350/500/700): added cassette save/load | 2014-03-24 | 1 | -10/+4 | |
| | |||||
* | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0148u4 | 2013-04-30 | 1 | -1/+1 | |
| | |||||
* | more state cleanup and some modernization (nw) | 2013-04-19 | 1 | -8/+7 | |
| | |||||
* | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -33/+30 | |
| | | | | other modernization (nw) | ||||
* | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -6/+1 | |
| | |||||
* | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -1/+1 | |
| | |||||
* | more cleanup (nw) | 2013-04-14 | 1 | -10/+8 | |
| | |||||
* | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -17/+17 | |
| | |||||
* | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -2/+1 | |
| | | | | now to follow (nw) | ||||
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -4/+4 | |
| | |||||
* | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) | 2013-02-05 | 1 | -2/+2 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -201/+199 | |
| | |||||
* | srcclean (nw) | 2012-10-07 | 1 | -1/+1 | |
| | |||||
* | vtech2 cleanup (no whatsnew) | 2012-09-20 | 1 | -74/+63 | |
| | |||||
* | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -6/+6 | |
| | | | | | | | | | | | | 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 | -8/+8 | |
| | | | | | | | 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/+6 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+536 | |