summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/nes_ctrl
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1332-3793/+0
|
* unified all for Fabio (nw) Miodrag Milanovic2015-05-2132-32/+32
|
* Updated licenses to some of bus devices (nw) Miodrag Milanovic2015-05-1032-160/+64
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0732-0/+64
|
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
| | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-252-10/+9
|
* (MESS) snes: converted input code to use slot devices. This means that you etabeta782015-01-312-14/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | now change the emulated controllers (Joypad, Mouse, Multitap, Super Scope) via the Slot Device menu of the UI interface and not anymore from the System Configurations menu. Also, changing controller now requires to reset the system, so please take some timeto choose the desired controller *before* starting the game, if you want to play a game that uses special controllers. [Fabio Priuli] (MESS) snes: fixed Mouse emulation so that it does not jump back erratically if you keep moving beyond the window border. [Fabio Priuli] (MESS) snes: fixed Multitap Adapter emulation so games properly recognize the device and inputs from all 5 controllers are accepted by the games. [Fabio Priuli] (MESS) snes: added emulation of the Pachinko controller used by a few pachinko games for Super Famicom. [Fabio Priuli] (MESS) snes: added emulation of the Yonezawa Twin Tap controllers, which allow to play with up to 8 players a quiz games for Super Famicom. [Fabio Priuli] (MESS) snes: added emulation of the Epoch Barcode Battler unit (even if only as Super Famicom controller, and not as a standalone unit) which is necessary to play Conveni Wars Barcode Battler Senki for Super Famicom. [Fabio Priuli]
* (MESS) nes: MIDI In support for Miracle Piano [R. Belmont] arbee2015-01-283-9/+44
|
* (MESS) nes: Working MIDI output for Miracle Piano [R. Belmont] arbee2015-01-282-13/+16
|
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-2821-223/+221
|
* (MESS) More flesh on Miracle skeleton (nw) arbee2015-01-272-33/+120
|
* make sure that controller devices don't get duplicate descriptions etabeta782015-01-273-5/+5
| | | | in listxml output. nw.
* (MESS) nes: converted input code to use slot devices. this means that now you etabeta782015-01-2632-0/+3713
change the emulated controllers (Zapper, NES Four Score Adapter, Bandai Power Pad and Family Trainer, Famicom Keyboard Component, Arkanoid Vaus Paddle and Mahjong Controller) via the Slot Device menu of the UI interface and not anymore from the System Configurations menu. Also, changing controller now requires to reset the system, so please take some time *before* starting the game if you want to play a game that uses particular controllers. [Fabio Priuli] (MESS) nes: added emulation of the Konami Hyper Shot controllers, which are necessary to play Hyper Olympics and Hyper Sports for Famicom. [Fabio Priuli] (MESS) nes: added emulation of the Yonezawa Party Tap controllers, which are necessary to play in more than two players some quiz games for Famicom. [Fabio Priuli] (MESS) nes: added emulation of the Pachinko controller used by a few pachinko games for Famicom. [Fabio Priuli] (MESS) nes: added emulation of the Epoch Barcode Battler unit (even if only as Famicom controller, and not as a standalone unit) which is necessary to play Barcode World for Famicom. [Fabio Priuli]