| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -677/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -3/+3 | |
| | | | | | 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. | ||||
| * | 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 | -1/+1 | |
| | | |||||
| * | (MESS) misc generic cartslot conversions. while at it, I have added | 2014-09-27 | 1 | -50/+44 | |
| | | | | | experimental eprom writing to the beta.c driver (pending more accurate tests). nw. | ||||
| * | Fix validation errors (nw) | 2014-06-17 | 1 | -2/+2 | |
| | | |||||
| * | converted i8255 to devcb2. nw. | 2014-04-17 | 1 | -12/+8 | |
| | | | | | | 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 i8251 to DEVCB2 [smf] | 2014-02-15 | 1 | -16/+14 | |
| | | |||||
| * | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ | 2014-02-15 | 1 | -5/+7 | |
| | | | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf] | ||||
| * | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ | 2013-12-22 | 1 | -2/+3 | |
| | | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
| * | converted serial & rs232 devices to devcb2 [smf] | 2013-12-20 | 1 | -15/+2 | |
| | | |||||
| * | License tags. (nw) | 2013-10-16 | 1 | -0/+2 | |
| | | |||||
| * | upd1990a: devcb2. (nw) | 2013-06-10 | 1 | -10/+2 | |
| | | |||||
| * | Moved default card config, device inputs and clock off the slot interface so ↵ | 2013-05-29 | 1 | -2/+2 | |
| | | | | | they can be specified for all cards [smf] | ||||
| * | (MESS) Added RS-232 ports to several drivers. [Curt Coder] | 2013-05-21 | 1 | -1/+16 | |
| | | |||||
| * | (MESS) Tagmap lookup cleanup. (nw) | 2013-01-28 | 1 | -28/+25 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -74/+74 | |
| | | |||||
| * | TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) | 2012-09-25 | 1 | -6/+4 | |
| | | |||||
| * | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -14/+14 | |
| | | | | | | | | | | | | | 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. | ||||
| * | Add ambiguous execute() and memory() methods to the | 2012-09-11 | 1 | -1/+1 | |
| | | | | | | | | 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/+695 | |
