| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 1 | -6/+3 |
| * | misc: correct accommodate typo |  hap | 2025-08-15 | 1 | -1/+1 |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 5 | -15/+15 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 2 | -2/+2 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 23 | -64/+64 |
| * | msx: add magic key dongle |  hap | 2024-04-08 | 1 | -2/+2 |
| * | nes zapper: improve trigger, put bandai lightgun in its own file |  hap | 2023-02-16 | 6 | -123/+221 |
| * | bus/nes_ctrl: Cleaned up Famicom keyboard inputs; bus/gameboy: Shut up a coup... |  Vas Crabb | 2022-09-14 | 1 | -72/+72 |
| * | bus/nes_ctrl: Corrected Arkanoid 2 paddle expansion port signal routing. |  0kmg | 2022-09-14 | 1 | -3/+11 |
| * | bus/nes_ctrl: Minor fixes for Famicom Keyboard and Data Recorder. (#10321) |  0kmg | 2022-09-10 | 2 | -53/+41 |
| * | bus/nes_ctrl: Added Sharp Cassette Interface AN-300SL device. (#10318) |  0kmg | 2022-09-10 | 3 | -0/+139 |
| * | bus/pce_ctrl: Added support for Coconuts Japan Pachinko Controller CJPC-102. ... |  0kmg | 2022-08-05 | 1 | -1/+1 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 4 | -45/+37 |
| * | bus/nes: Various minor cleanups. (#9641) |  0kmg | 2022-05-13 | 4 | -4/+4 |
| * | bus/nes_ctrl: Clean up access specifiers in all headers. (#9515) |  0kmg | 2022-04-05 | 20 | -84/+86 |
| * | bus/nes_ctrl: Updated Arkanoid paddle to return 9th bit. (#9514) |  0kmg | 2022-04-06 | 2 | -26/+21 |
| * | nes: Various minor fixes, more cleanups with bit functions. (#9488) |  0kmg | 2022-04-02 | 1 | -3/+7 |
| * | vsnes.cpp: Fixed Gumshoe regression. (#9438) |  0kmg | 2022-03-19 | 2 | -2/+2 |
| * | bus/nes_ctrl: Split zapper sensor off as a reusable device. (#9417) |  0kmg | 2022-03-17 | 7 | -173/+336 |
| * | nes: added R.O.B. |  hap | 2022-03-15 | 4 | -3/+144 |
| * | Various NES and friends cleanups. (#9312) |  0kmg | 2022-02-21 | 1 | -1/+1 |
| * | nes, playch10.cpp, vsnes.cpp: Made zapper sensor fuzzier. (#9292) |  0kmg | 2022-02-15 | 1 | -21/+23 |
| * | famibox.cpp: Various improvements and a new working clone. (#9299) |  0kmg | 2022-02-15 | 2 | -0/+13 |
| * | nes.cpp, playch10.cpp, vsnes.cpp: Made zapper less bad. (#9284) |  0kmg | 2022-02-09 | 2 | -20/+35 |
| * | bus/nes_ctrl: Added NES support for Virtual Boy controllers. (#9124) |  0kmg | 2022-02-07 | 5 | -41/+61 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 4 | -4/+4 |
| * | -bus/nes_ctrl: Added support for Famicom Turbofile backup RAM. (#9034) |  0kmg | 2021-12-26 | 5 | -2/+203 |
| * | bus/nes_ctrl: Added a SNES controller port adapter. (#9027) |  0kmg | 2021-12-22 | 4 | -1/+122 |
| * | bus/nes_ctrl: Minor cleanup for Konami Hyper Shot controllers. (#9023) |  0kmg | 2021-12-21 | 2 | -42/+23 |
| * | bus/nes_ctrl: Updated mahjong controller based on hardware info. (#9024) |  0kmg | 2021-12-21 | 3 | -42/+46 |
| * | bus/nes_ctrl: Updated Partytap controller. (#8943) |  0kmg | 2021-12-14 | 2 | -40/+22 |
| * | bus/nes_ctrl: Revised Bandai Hyper Shot to only use exp port calls. (#8947) |  0kmg | 2021-12-14 | 2 | -13/+15 |
| * | bus/nes_ctrl: Work on Famicom joypads + more separation of EXP port. (#8956) |  0kmg | 2021-12-11 | 10 | -229/+227 |
| * | bus/nes_ctrl: Disentangled Famicom joypad 2 from expansion port code. (#8949) |  0kmg | 2021-12-08 | 4 | -55/+55 |
| * | Moved localised I/O port name lookup into I/O port manager. |  Vas Crabb | 2021-12-09 | 1 | -6/+6 |
| * | bus/nes_ctrl: Updated Arkanoid paddles. (#8935) |  0kmg | 2021-12-06 | 2 | -38/+69 |
| * | bus/nes_ctrl: Added support for Exciting Boxing air bag controller. (#8817) |  0kmg | 2021-11-20 | 3 | -0/+142 |
| * | bus/nes_ctrl: Removed device_reset() for recently updated input devices. (#8846) |  0kmg | 2021-11-20 | 6 | -32/+0 |
| * | bus/nes_ctrl: Updated Power Pad code. Promoted all games to working. (#8827) |  0kmg | 2021-11-16 | 2 | -64/+59 |
| * | bus/nes_ctrl: Added support for Bandai Hyper Shot light gun. (#8794) |  0kmg | 2021-11-12 | 3 | -16/+113 |
| * | bus/nes_ctrl: Added support for Doremikko piano keyboard. (#8790) |  0kmg | 2021-11-11 | 3 | -0/+223 |
| * | bus/nes_ctrl: Added emulation for IGS Tap-tap Mat controller. (#8772) |  0kmg | 2021-11-03 | 5 | -195/+265 |
| * | bus/nes_ctrl: Fixed Family Trainer button reads. (#8773) |  0kmg | 2021-11-01 | 1 | -29/+18 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | new WORKING machines (#6252) |  David Haywood | 2020-02-02 | 4 | -49/+0 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -5/+5 |
| * | some Visual Studio 2019 fixes (nw) |  smf- | 2019-09-29 | 2 | -1/+2 |
| * | bus/gamegear, bus/nes_ctrl, bus/sms_ctrl: Prevent crashing during validation ... |  AJR | 2019-07-12 | 2 | -7/+14 |
| * | nes,sms: Change the way screen is set for light gun |  Enik Land | 2019-07-09 | 7 | -18/+29 |
| * | nes, sms: Fix light gun regression |  Enik Land | 2019-07-02 | 1 | -1/+13 |