| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -477/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -1/+1 | |
| | | | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines. | ||||
| * | Start adding owners to files in MESS and updated license for PeT (nw) | 2015-05-08 | 1 | -2/+2 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Replaced set_irq_acknowledge_callback with proper ↵ | 2014-04-23 | 1 | -2/+1 | |
| | | | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw) | ||||
| * | converted i8255 to devcb2. nw. | 2014-04-17 | 1 | -33/+21 | |
| | | | | | | 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! | ||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -1/+1 | |
| | | |||||
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) | 2014-03-14 | 1 | -0/+2 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -2/+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 | -23/+8 | |
| | | |||||
| * | Converted i8251 to DEVCB2 [smf] | 2014-02-15 | 1 | -1/+2 | |
| | | |||||
| * | modernized generic palette initializations (nw) | 2013-07-15 | 1 | -1/+1 | |
| | | |||||
| * | Modernized the PIT8253 device. [Fabio Priuli] | 2013-06-03 | 1 | -2/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0148u4 | 2013-04-30 | 1 | -1/+1 | |
| | | |||||
| * | made BEEP and RAM devices initialize in constructor of driver classes (nw) | 2013-04-23 | 1 | -5/+8 | |
| | | |||||
| * | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -3/+3 | |
| | | |||||
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -3/+3 | |
| | | |||||
| * | IRQ_CALLBACK_MEMBER cleanup (no whatsnew) | 2013-02-18 | 1 | -6/+5 | |
| | | |||||
| * | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -2/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -2/+1 | |
| | | |||||
| * | TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) | 2012-09-25 | 1 | -11/+11 | |
| | | |||||
| * | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | 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 | -2/+2 | |
| | | | | | | | | 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] | ||||
| * | removed local macros since macros with same name but different syntax will ↵ | 2012-09-12 | 1 | -4/+2 | |
| | | | | | be used in general (no whatsnew) | ||||
| * | Clear out remaining global inlines in diexec.h. | 2012-09-12 | 1 | -1/+1 | |
| | | |||||
| * | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 1 | -2/+2 | |
| | | | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles] | ||||
| * | Add ambiguous execute() and memory() methods to the | 2012-09-11 | 1 | -3/+3 | |
| | | | | | | | | device_execute/memory_interfaces respectively in order to catch unnecessary usage of the corresponding device_t methods. Removed all existing redundant usage. [Aaron Giles] | ||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+504 | |
