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