summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
Commit message (Expand)AuthorAgeFilesLines
* Made a number of methods be const correct and static where appropriate Nathan Woods2017-04-1018-55/+55
* Made a few random methods 'const' Nathan Woods2017-04-094-4/+4
* nes.xml: new dumps Kaz2017-04-064-27/+68
* multiface 2: Disable the direct update handler [O. Galibert] Olivier Galibert2017-04-012-4/+3
* isa8_device: Provide proper unitmask for address spaces of any data width (nw) AJR2017-03-301-1/+5
* Merge pull request #2164 from npwoods/coco_multipak_cleanup R. Belmont2017-03-297-99/+231
|\
| * Removing stray declaration Nathan Woods2017-03-191-1/+0
| * [CoCo] Further cleanups in CoCo cartridge slot signal handling Nathan Woods2017-03-197-98/+231
* | Merge pull request #2195 from kazblox/master R. Belmont2017-03-283-4/+2
|\ \
| * | nes.xml: dance2kc now works, renamed to dance2k, dance2k -> dance2ke (nw) kazblox2017-03-283-4/+2
* | | Merge pull request #2193 from moralrecordings/pcfix R. Belmont2017-03-282-20/+62
|\ \ \
| * | | sblaster: fix incessant popping before first use Scott Percival2017-03-271-0/+4
| * | | sblaster: save DSP state Scott Percival2017-03-272-20/+58
* | | | Add later SuperMac Spec/8 III V1.3 NuBus ROM [fink] Lord-Nightmare2017-03-271-1/+2
|/ / /
* | | srcclean (nw) Vas Crabb2017-03-2622-84/+84
* | | electron: Added First Byte joystick interface Nigel Barnes2017-03-233-8/+153
* | | Merge pull request #2174 from kazblox/master ajrhacker2017-03-212-2/+2
|\| |
| * | Fix copyrights in subor2 slot device. kazblox2017-03-212-2/+2
* | | Merge pull request #2172 from kazblox/master R. Belmont2017-03-2111-169/+419
|\| |
| * | nes: Add Subor Type 2 board. (nw) kazblox2017-03-2111-169/+419
* | | ti99: Fixed debugging for TI-99/8 Michael Zapf2017-03-213-0/+232
* | | ti99/geneve: Fix jerky mouse Michael Zapf2017-03-212-32/+6
| |/ |/|
* | ti99/geneve: Bus mouse now a separate device, may also be used with evpc. Michael Zapf2017-03-199-112/+276
* | added missing line (nw) smf-2017-03-171-0/+1
* | Fix an off-by-one error when loading upd96050 roms for snes games [Lord Night... Lord-Nightmare2017-03-171-2/+2
* | Merge pull request #2154 from shattered/_b85368c ajrhacker2017-03-166-0/+990
|\ \
| * | hp_ipc: de-skeletonize. Sergey Svishchev2017-03-166-0/+990
* | | agat: split from apple2, implement basic agat7 hardware (take 2). Sergey Svishchev2017-03-166-0/+433
|/ /
* | Merge pull request #2139 from shattered/_bf7e1cb R. Belmont2017-03-151-1/+1
|\ \
| * | poisk1: add more ROMs, misc. Sergey Svishchev2017-03-121-1/+1
* | | ie15: convert to a device with frontends (standalone driver and rs232 slot de... Sergey Svishchev2017-03-133-0/+134
|/ /
* | CoCo: Implementing support for enabling and disabling cartridge-specific sound Nathan Woods2017-03-114-2/+27
* | a2600: Remove direct update handler [O. Galibert] Olivier Galibert2017-03-086-42/+1
* | hp9845: a little cleanup.. fulivi2017-03-081-1/+1
* | hp9845: 1st attempt at eliminating the src/mame -> src/devices fulivi2017-03-086-29/+104
* | hp9845: put parts common to various 9845 models in a base class to fulivi2017-03-082-3/+3
|/
* Device validation fixes: another one rides the bus (nw) AJR2017-03-039-20/+12
* more validation fixes (nw) Vas Crabb2017-03-049-10/+10
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-036-16/+43
* Merge pull request #2110 from JoakimLarsson/fcisio Joakim Larsson Edström2017-03-031-67/+129
|\
| * fcisio: layout added and RS232 configured for all 8 serial ports, rs232p1-rs2... Joakim Larsson Edstrom2017-03-021-67/+129
* | clean up a few more device issues, add basic device validation Vas Crabb2017-03-033-15/+38
* | Start cleaning up duplicate shortnames Vas Crabb2017-03-038-49/+44
* | Make device_image_interface::update_names a private method called automatical... AJR2017-03-0389-469/+0
* | apple2: simplify LC handling even further (nw) Peter Ferrie2017-03-022-27/+38
* | Image instance name refactoring and bug fixing (nw) AJR2017-03-028-31/+43
* | debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-0221-58/+54
* | Device fixups (nw) AJR2017-03-024-25/+13
* | Self-registering devices. Vas Crabb2017-03-036-4/+6
* | apple2: rewrite LC handling [Peter Ferrie] Peter Ferrie2017-03-012-46/+35