| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -629/+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 | |
| | | |||||
| * | cleanup in mess section (nw) | 2015-04-19 | 1 | -3/+3 | |
| | | |||||
| * | There is no implicit conversion to char* in std::string (nw) | 2015-04-12 | 1 | -2/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0157 | 2014-12-31 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) gamecom : fixed pixel blending. | 2014-11-29 | 1 | -84/+44 | |
| | | | | | | Centipede, Wheel of Fortune 1 & 2 are fully playable. Frogger and Quiz Whiz are 98% playable. | ||||
| * | (MESS) gamecom : added support for dma.decrement_y. Fixes reversed ↵ | 2014-11-27 | 1 | -5/+8 | |
| | | | | | animations in Frogger. | ||||
| * | Cleanups and version bumpmame0156 | 2014-11-26 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) gamecom : notes | 2014-11-18 | 1 | -5/+7 | |
| | | |||||
| * | (MESS) WIP gamecom: converted from crosshairs to mouse pointer. | 2014-11-13 | 1 | -20/+6 | |
| | | | | Still a few bugs, will be worked on over the weekend. | ||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -4/+4 | |
| | | |||||
| * | (MESS) misc generic cartslot conversions. while at it, I have added | 2014-09-27 | 1 | -112/+58 | |
| | | | | | experimental eprom writing to the beta.c driver (pending more accurate tests). nw. | ||||
| * | primary_screen -> first_screen() (nw) | 2014-03-15 | 1 | -1/+1 | |
| | | |||||
| * | Timer divider is supposed to be vs. the master clock, makes things to be a ↵ | 2013-10-23 | 1 | -2/+2 | |
| | | | | | bit faster | ||||
| * | Improved i/o handling a bit | 2013-10-23 | 1 | -82/+90 | |
| | | |||||
| * | Hooked DAC writes, now Game.com greets you with a very low pitched "Game ↵ | 2013-10-23 | 1 | -0/+9 | |
| | | | | | Com" speech | ||||
| * | Rather crude h/v blank params, to be improved, nw | 2013-10-23 | 1 | -0/+60 | |
| | | |||||
| * | more cleanup (nw) | 2013-04-14 | 1 | -20/+18 | |
| | | |||||
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) | 2013-02-05 | 1 | -2/+2 | |
| | | |||||
| * | sm8500: Converted to C++ (nw) | 2013-01-30 | 1 | -112/+120 | |
| | | |||||
| * | (MESS) gamecom.c: A few cleanups (nw) | 2013-01-25 | 1 | -18/+30 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -19/+18 | |
| | | |||||
| * | modernization or timer callbacks part 2 (no whatsnew) | 2012-09-24 | 1 | -4/+4 | |
| | | |||||
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -9/+8 | |
| | | | | | changed to be members of state classes (no whatsnew) | ||||
| * | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 1 | -4/+4 | |
| | | | | | | | | 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 | -1/+1 | |
| | | | | | | | resolved device_state_interface. Added redundant methods to device_state_interface to generate errors when this is done. | ||||
| * | Add safe_pc() and safe_pcbase() methods to device_t. | 2012-09-11 | 1 | -1/+1 | |
| | | | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros. | ||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+637 | |
