| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -576/+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 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | (mess) pasogo: add selectable actual, terrible contrast (nw) | 2015-03-04 | 1 | -7/+21 | |
| | | |||||
| * | (mess) pasogo: better color guess (nw) | 2015-03-03 | 1 | -2/+2 | |
| | | |||||
| * | (mess) pasogo: screen size and color guess (nw) | 2015-03-02 | 1 | -66/+20 | |
| | | |||||
| * | (mess) pasogo: some cleanup (nw) | 2015-03-02 | 1 | -488/+100 | |
| | | |||||
| * | Cleanups and version bumpmame0158 | 2015-01-28 | 1 | -1/+1 | |
| | | |||||
| * | avoid fatal error during -str run (typically used for regression tests). nw. | 2015-01-19 | 1 | -1/+3 | |
| | | |||||
| * | Allow sound output if 8253 is never programmed, i.e. all output is done by ↵ | 2014-11-05 | 1 | -1/+1 | |
| | | | | | modulating speaker output line. | ||||
| * | (MESS) consolidated generic socket / cartslot a bit more: removed | 2014-09-22 | 1 | -1/+2 | |
| | | | | | | | redundant cart_mounted() function since exists() from image device already provides the required service, and added capability to specify endianness of the rom region (otherwise not detectable from fullpath). nw. | ||||
| * | and a few more. nw. | 2014-09-20 | 1 | -18/+26 | |
| | | |||||
| * | am9517a_device: converted to devcb2 (nw) | 2014-04-29 | 1 | -28/+16 | |
| | | |||||
| * | pic8259: remove trampolines (nw) | 2014-04-23 | 1 | -15/+2 | |
| | | |||||
| * | Replaced set_irq_acknowledge_callback with proper ↵ | 2014-04-23 | 1 | -1/+1 | |
| | | | | | MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER/DEVICE (nw) | ||||
| * | converted i8255 to devcb2. nw. | 2014-04-17 | 1 | -12/+4 | |
| | | | | | | 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! | ||||
| * | primary_screen -> first_screen() (nw) | 2014-03-15 | 1 | -1/+1 | |
| | | |||||
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) | 2014-03-14 | 1 | -0/+1 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -4/+5 | |
| | | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
| * | Converted PIT8253 to DEVCB2 [smf] | 2014-02-23 | 1 | -30/+15 | |
| | | |||||
| * | Cleanups and version bumpmame0149 | 2013-06-11 | 1 | -20/+20 | |
| | | |||||
| * | (MESS) pasogo.c: Access members directly instead of through a pointer and ↵ | 2013-06-04 | 1 | -151/+217 | |
| | | | | | cleaned up some code. (nw) | ||||
| * | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -2/+2 | |
| | | |||||
| * | Modernized the PIT8253 device. [Fabio Priuli] | 2013-06-03 | 1 | -5/+5 | |
| | | |||||
| * | (MESS) pasogo.c: Add some more pc devices. (nw) | 2013-05-27 | 1 | -2/+176 | |
| | | |||||
| * | Vagem -> Vadem (nw) | 2013-05-26 | 1 | -3/+3 | |
| | | |||||
| * | (MESS) pasogo.c: Changed cpu to V30 and added dma device. (nw) | 2013-05-26 | 1 | -22/+174 | |
| | | |||||
| * | (MESS) pasogo.c: Added readme. [Guru] | 2013-05-26 | 1 | -3/+89 | |
| | | | | | | | Out of whatsnew: I only fixed the cpu main clock. Changing the 80188 to V30 also requires redoing the address maps. | ||||
| * | pic8259.c: Switched to devcb2. (nw) | 2013-05-15 | 1 | -8/+1 | |
| | | |||||
| * | pic8259.c: Continue modernization. (nw) | 2013-05-14 | 1 | -2/+2 | |
| | | |||||
| * | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -1/+1 | |
| | | |||||
| * | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -2/+2 | |
| | | |||||
| * | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -2/+2 | |
| | | |||||
| * | Some mess modernization (nw) | 2013-02-18 | 1 | -7/+8 | |
| | | |||||
| * | (MESS) Used modern accessors for i8259. (nw) | 2013-02-02 | 1 | -1/+1 | |
| | | |||||
| * | IRQ_CALLBACK modernization part 2, this should give some speed to pc drivers ↵ | 2013-01-31 | 1 | -3/+4 | |
| | | | | | (no whatsnew) | ||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -6/+6 | |
| | | |||||
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) | 2012-09-26 | 1 | -3/+4 | |
| | | |||||
| * | TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) | 2012-09-25 | 1 | -4/+4 | |
| | | |||||
| * | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) | 2012-09-18 | 1 | -2/+3 | |
| | | |||||
| * | changed most of screen.machine() to machine() (no whatsnew) | 2012-09-18 | 1 | -1/+1 | |
| | | |||||
| * | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -3/+4 | |
| | | |||||
| * | First pass at modernizing struct definitions. | 2012-09-15 | 1 | -8/+6 | |
| | | |||||
| * | 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) | ||||
| * | 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] | ||||
| * | Don't use safe_pc[base] when you already have a | 2012-09-11 | 1 | -3/+3 | |
| | | | | | | | resolved device_state_interface. Added redundant methods to device_state_interface to generate errors when this is done. | ||||
