| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix -listxml again. |  Aaron Giles | 2008-06-05 | 1 | -0/+2 |
* | 01829: bermudat, gwar, ikari, victroad + clones: MAME freezes at "initializin... |  Aaron Giles | 2008-06-05 | 1 | -2/+2 |
* | Made it possible to pass a NULL errorbug to input_port_config_alloc() |  Nathan Woods | 2008-05-29 | 1 | -1/+1 |
* | Cleanups for 0.125u3. |  Aaron Giles | 2008-05-29 | 1 | -11/+11 |
* | Added internal default tags for input ports when saving/loading. |  Aaron Giles | 2008-05-29 | 1 | -18/+41 |
* | Fixed bug that caused DIP switches to be improperly read from game cfg file. |  Aaron Giles | 2008-05-29 | 1 | -1/+1 |
* | removed meaningless service_coin_lockout_w function |  Nicola Salmoria | 2008-05-29 | 1 | -16/+9 |
* | Refinement of previous check-in to handle conditional inputs. |  Aaron Giles | 2008-05-25 | 1 | -32/+91 |
* | Added TOKEN_SKIP_* macros to tokenize.h. |  Aaron Giles | 2008-05-25 | 1 | -104/+260 |
* | MESS-specific: Added hook for default keyboard key names |  Nathan Woods | 2008-05-25 | 1 | -0/+16 |
* | Updates from MESS in response to 0.125u2 |  Nathan Woods | 2008-05-25 | 1 | -2/+2 |
* | Fix DEBUG=1 compile |  Couriersud | 2008-05-24 | 1 | -2/+2 |
* | 01825: Toggling Tab menu works as F2 key in games with their service |  Aaron Giles | 2008-05-24 | 1 | -6/+90 |
* | fix PORT_IMPULSE handling. The old code would force inputs to be asserted for... |  Nicola Salmoria | 2008-05-24 | 1 | -4/+9 |
* | Mantis 01819: "Coinlock disabled coin x" message displayed upon startup |  Couriersud | 2008-05-23 | 1 | -14/+16 |
* | Cleanups and version bump. |  Aaron Giles | 2008-05-22 | 1 | -124/+124 |
* | Fixed crash when reading ports by tag, when some ports don't have tags. |  Aaron Giles | 2008-05-18 | 1 | -1/+1 |
* | Restructured input port internals and cleaned up inptport.c: |  Aaron Giles | 2008-05-15 | 1 | -2691/+2713 |
* | MESS-specific change; added running_machine parameter |  Nathan Woods | 2008-05-04 | 1 | -1/+1 |
* | Changed MESS-specific key for pasting (PrtScn was _not_ a good choice on Wind... |  Nathan Woods | 2008-05-04 | 1 | -2/+2 |
* | Added a MESS-specific "paste" command; used to paste clipboard data into MESS's |  Nathan Woods | 2008-05-03 | 1 | -1/+2 |
* | MESS specific fix |  Nathan Woods | 2008-04-26 | 1 | -1/+1 |
* | Changed MESS's hooks used by natural keyboard support, eliminating MESS's need |  Nathan Woods | 2008-04-16 | 1 | -6/+6 |
* | Added support for using smaller-sized memory handlers directly in |  Aaron Giles | 2008-04-14 | 1 | -16/+0 |
* | Changes from MESS: |  Nathan Woods | 2008-04-14 | 1 | -1/+17 |
* | fixed cross-hair update when the game is not polling the coordinates |  smf- | 2008-04-13 | 1 | -24/+38 |
* | Cleanups and version bump to 0.124u2.mame0124u2 |  Aaron Giles | 2008-04-12 | 1 | -23/+23 |
* | Fixed bug that prevented the initial input port update from working properly. |  Aaron Giles | 2008-04-07 | 1 | -5/+13 |
* | Renamed input port functions: |  Aaron Giles | 2008-04-06 | 1 | -14/+14 |
* | 01609: Various - tested srmp4 (ssv.c), ttmahjng (route16.c), vsmahjng (vsnes,... |  Aaron Giles | 2008-04-06 | 1 | -546/+743 |
* | Show a message if coin-lockout is active and coin x is pressed. |  Couriersud | 2008-04-03 | 1 | -1/+6 |
* | Cleanups and version bump to 0.124u1.mame0124u1 |  Aaron Giles | 2008-04-03 | 1 | -1/+1 |
* | Converted special-case DIP switches (service, unknown, unused) into their |  Aaron Giles | 2008-03-28 | 1 | -0/+27 |
* | Better multisession fix. Reverted previous change (1002) and simply |  Aaron Giles | 2008-03-17 | 1 | -7/+3 |
* | Missing semicolon -- how did it even compile? |  Zsolt Vasvari | 2008-03-16 | 1 | -1/+1 |
* | Fix: 01499: Various Drivers: Launching games from in-game [TAB] menu 2-3 time... |  Zsolt Vasvari | 2008-03-16 | 1 | -0/+4 |
* | Removed cpu_scalebyfcount(). |  Aaron Giles | 2008-03-12 | 1 | -76/+41 |
* | Fixing MESS-specific category tokenization |  Nathan Woods | 2008-03-12 | 1 | -1/+5 |
* | Replaced the following macros (SMH == static memory handler) |  Aaron Giles | 2008-03-10 | 1 | -4/+4 |
* | WIP check-in. Things work now, but I'm still working on the code. |  Aaron Giles | 2008-03-09 | 1 | -1/+1 |
* | Changes first argument of video_screen_* functions to take a device_config |  Zsolt Vasvari | 2008-03-09 | 1 | -1/+1 |
* | - the public screen_state is made to only contain items that are currently ac... |  Zsolt Vasvari | 2008-03-07 | 1 | -4/+0 |
* | Seperates out the notion of screen specific vs. "global" VBLANK callbacks |  Zsolt Vasvari | 2008-03-07 | 1 | -4/+4 |
* | Removed runnning_machine as the first parameter of a VBLANK callback |  Zsolt Vasvari | 2008-03-07 | 1 | -3/+3 |
* | vblank_state_changed_func now has a device_config argument |  Zsolt Vasvari | 2008-03-06 | 1 | -2/+2 |
* | Added running_machine * parameter to the front of all read/write handlers. |  Aaron Giles | 2008-03-05 | 1 | -7/+7 |
* | Added running_machine* to the CUSTOM_INPUT callback - updated drivers to use it |  Zsolt Vasvari | 2008-03-03 | 1 | -1/+1 |
* | - Added PORT_CHANGED macro which calls a callback if the given port changes. |  Zsolt Vasvari | 2008-03-03 | 1 | -62/+60 |
* | - Moves all video timing logic from cpuexec.c to video.c |  Zsolt Vasvari | 2008-03-01 | 1 | -14/+34 |
* | Identified code not used and marked with "#ifdef UNUSED_FUNCTION" |  Couriersud | 2008-03-01 | 1 | -0/+2 |