summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/sms_ctrl/sportsjp.c
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-156/+0
|
* unified all for Fabio (nw) Miodrag Milanovic2015-05-211-1/+1
|
* Updated licenses to some of bus devices (nw) Miodrag Milanovic2015-05-101-5/+2
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
|
* make sure that controller devices don't get duplicate descriptions etabeta782015-01-271-1/+1
| | | | in listxml output. nw.
* let's try with a different approach that does not require to add a new macro ↵ etabeta782015-01-101-5/+5
| | | | | | | | | to each slot device. also, group inputs in UI based on the device they are attached to and display their tag only once instead of at each input. nw. p.s. a clean build is likely needed
* ioport: added a PORT_DEVICE flag to identify inputs of any kind which are etabeta782015-01-091-5/+5
| | | | | | | | | | | | | | | | | | | connected to a device different from the root_device. these are the dynamical inputs and it might be useful to be able to catch them without performing a string comparison of the device tag against the root_device one. [Fabio Priuli] ui: start displaying the device tag close to input names for the dynamical inputs which use PORT_DEVICE, so to avoid some weird quirks in the input menus when slot devices are modified. [Fabio Priuli] out of whatsnew: for testing purposes I have added PORT_DEVICE only to serial inputs (bus/rs232) and SMS controllers (bus/smsctrl). if you want to test these with slot devices of a driver you are more familiar with, just add the macro to the inputs you want to test. note: it is under discussion whether PORT_DEVICE is in fact useful, or if a string comparison for each input port is not too costly in terms of performances and thus enough for our scopes... we will see the result of the discussion, but in any case it will remain possible to match the sets of inputs with their device :)
* (MESS) gamegear: fixed detection of SMS games (via adapter) and added etabeta782014-12-261-2/+2
| | | | | | | | support for connecting a SMS pad to the unit (via Gear2Gear port + adapter) to play 2players games. [Enik Land] out of whatsnew: needless to say, we are not yet in the position to use the Gear2Gear port to link two gamegear units, so don't ask ;-)
* (MESS) sms: added support for Furrtek's multitap adapter (supported Fabio Priuli2014-04-131-1/+1
| | | by BOoM homebrew game). [Enik Land]
* Moved rest of console slot devices to bus folder (nw) Miodrag Milanovic2014-03-101-0/+157