| Commit message (Expand) | Author | Age | Files | Lines |
* | inptport.* -> ioport.* |  Aaron Giles | 2011-06-28 | 1 | -4923/+0 |
* | Fixed PORT_CONDITION to look relative to device (no whatsnew) |  Miodrag Milanovic | 2011-06-22 | 1 | -17/+19 |
* | Death by static initialization order. Fixed declaration order at the |  Aaron Giles | 2011-06-20 | 1 | -5/+2 |
* | inptport: Disable the default sequence recognition for now. [O. Galibert] |  Olivier Galibert | 2011-06-10 | 1 | -1/+2 |
* | fixed building with msvc |  smf- | 2011-06-07 | 1 | -1/+1 |
* | Cleanups and version bumpmame0142u5 |  Angelo Salese | 2011-06-05 | 1 | -1/+1 |
* | inpttype: fix lifetime error (nwn) |  Olivier Galibert | 2011-06-05 | 1 | -1/+1 |
* | (Finally found the time to finish this....) |  Aaron Giles | 2011-05-30 | 1 | -183/+126 |
* | inptport.c - Keyboard chars initialization fix [Tom Clayton] |  Miodrag Milanovic | 2011-05-25 | 1 | -0/+1 |
* | Cleanups and version bumpmame0142u4 |  Angelo Salese | 2011-05-24 | 1 | -2/+2 |
* | Changed input read/write and crosshair callbacks into delegates. |  Aaron Giles | 2011-05-11 | 1 | -20/+39 |
* | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -1031/+286 |
* | Attach gamedrv's input ports to the driver_device, so that there's |  Aaron Giles | 2011-05-05 | 1 | -10/+1 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -4/+4 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -9/+9 |
* | Privatized most of the m_machine pointers in the system to prevent |  Aaron Giles | 2011-04-19 | 1 | -3/+3 |
* | Move overridable device->rom_region(), device->machine_config_additions(), and |  Aaron Giles | 2011-03-30 | 1 | -1/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -241/+241 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -3/+3 |
* | Cleanups and version bump.mame0141u4 |  Aaron Giles | 2011-03-25 | 1 | -12/+12 |
* | Added possibility of altering default input port setting for devices. [Miodra... |  Miodrag Milanovic | 2011-03-16 | 1 | -0/+26 |
* | inptport: Add existence and used bits interface for automatic controller adap... |  Olivier Galibert | 2011-03-05 | 1 | -1/+52 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -7/+7 |
* | Removed unnecessary machine parameter from device-specific input_port_read. [... |  Curt Coder | 2011-03-02 | 1 | -3/+3 |
* | Cleanups and version bump.mame0141u3 |  Aaron Giles | 2011-02-28 | 1 | -2/+2 |
* | Added overloaded input_port_read() for reading device owned input ports. [Cur... |  Curt Coder | 2011-02-25 | 1 | -0/+15 |
* | core: Make DEVICE_SELF work in ports. [O. Galibert] |  Olivier Galibert | 2011-02-23 | 1 | -0/+14 |
* | Input ports can now be added to device, names are formed as sub tags from par... |  Miodrag Milanovic | 2011-02-13 | 1 | -10/+26 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -33/+34 |
* | Move generic templates from emucore.h to emutempl.h. |  Aaron Giles | 2011-02-07 | 1 | -1/+1 |
* | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -2/+2 |
* | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
* | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -15/+14 |
* | > From: atari_ace@frontier.com |  Aaron Giles | 2011-01-27 | 1 | -74/+90 |
* | Fixed crash for PC based MAME drivers (no whatsnew) |  Miodrag Milanovic | 2011-01-23 | 1 | -1/+1 |
* | 720 - added Driver Configuration option to allow the controls to be set to Re... |  Derrick Renaud | 2011-01-23 | 1 | -1/+1 |
* | - Moved IPT_KEYBOARD -> IPT_KEYPAD for MAME systems not using full keyboard_i... |  Miodrag Milanovic | 2011-01-05 | 1 | -3/+0 |
* | mame_rand() -> machine->rand() |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 1 | -1/+1 |
* | Create new class osd_interface to house OSD callbacks. Added new |  Aaron Giles | 2010-10-21 | 1 | -1/+1 |
* | Converted render.c objects into C++ objects. Updated all callers. |  Aaron Giles | 2010-10-13 | 1 | -1/+2 |
* | I had originally wanted to convert the profiler to use scopes (e.g., |  Aaron Giles | 2010-08-21 | 1 | -2/+2 |
* | Haze: Made "Input file is for..." warning non-fatal (it crashed MAME before, ... |  Angelo Salese | 2010-08-21 | 1 | -1/+1 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -40/+40 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -18/+18 |
* | Increased number of coinslots to 12, and tilt inputs to 4, required by in-pro... |  Angelo Salese | 2010-05-27 | 1 | -1/+1 |
* | Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] |  Scott Stone | 2010-04-23 | 1 | -2/+2 |
* | inptport.c: fixed keyboard detection (mainly for MESS) [Fabio Priuli] |  Fabio Priuli | 2010-04-11 | 1 | -0/+3 |
* | Added a new input type IPT_KEYPAD for MESS, to distinguish between fully feat... |  Fabio Priuli | 2010-04-05 | 1 | -1/+2 |