summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
Commit message (Expand)AuthorAgeFilesLines
...
* | apply clang-format, remove obsolete comments. no code changes. Sergey Svishchev2017-03-0212-131/+157
|/
* ti85.cpp: Convert TI-8x link port to a bus with emulated peripherals, should ... Vas Crabb2017-03-0110-0/+1537
* sun3x.cpp: hook up keyboard Vas Crabb2017-03-012-3/+5
* apple2: fixed IIe/IIc self-test regression, fixed IIe LC reset state. [R. Bel... arbee2017-02-281-2/+4
* fix MSVC build (nw) smf-2017-02-282-1/+1
* apple2: rewrote 16k language card to pass Zellyn/qkumba tests [R. Belmont] arbee2017-02-272-27/+42
* hp9845b: Use standard instance names (and type) for optional ROMs AJR2017-02-272-2/+2
* Self-registering devices prep: Vas Crabb2017-02-27864-1742/+1959
* [CoCo] Made third and fourth floppy drives on by default, and made "fixed" (#... npwoods2017-02-271-2/+2
* Revert "ie15: convert to a device with frontends (standalone driver and rs232... Vas Crabb2017-02-273-134/+0
* device_image_interface cleanups (nw) AJR2017-02-2746-102/+101
* ie15: convert to a device with frontends (standalone driver and rs232 slot de... Sergey Svishchev2017-02-273-0/+134
* Cleanups to satisfy cuavas's OCD (#2089) kazblox2017-02-253-32/+65
* Removed colon (":") from image_interface preventing front-ends from launching... gordon-fish2017-02-251-1/+1
* Merge pull request #2086 from kazblox/master ajrhacker2017-02-247-2/+116
|\
| * nes: Add Magic Kid Googoo board. Kaz2017-02-247-2/+116
* | pc_joy: adjust to work with pcjr software that doesn't support calibration (nw) cracyc2017-02-201-1/+1
* | srcclean (nw) Vas Crabb2017-02-198-150/+150
* | lux21046: Cleanup. (nw) Curt Coder2017-02-162-121/+127
* | z88: fixed expanded video addressing in RAM carts Nigel Barnes2017-02-142-1/+14
* | Remove emu.h from headers (nw) Olivier Galibert2017-02-111098-571/+527
* | Merge pull request #2056 from JoakimLarsson/vme Joakim Larsson Edström2017-02-101-15/+9
|\ \
| * | fccpu20: updated LOGs Joakim Larsson Edstrom2017-02-101-15/+9
* | | upd7810: Replace fake I/O space with callbacks AJR2017-02-093-37/+17
|/ /
* | Merge pull request #2049 from JoakimLarsson/vme Joakim Larsson Edström2017-02-085-92/+282
|\ \
| * | VME bus: added default bus address space and prepared for bus specific features Joakim Larsson Edstrom2017-02-085-92/+282
* | | Get rid of now-deprecated a2lang (nw) arbee2017-02-062-190/+0
* | | vic20: Emulated the Data 20 Display Manager 40/80 column video cartridge. [Cu... Curt Coder2017-02-063-0/+409
* | | Amiga 500 keyboard updates: Vas Crabb2017-02-065-366/+557
* | | Amiga 500 keyboard: Vas Crabb2017-02-065-142/+618
* | | Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-0547-60/+72
* | | remove trampoline (nw) Vas Crabb2017-02-052-15/+8
* | | Amiga keyboard updates: Vas Crabb2017-02-057-503/+410
* | | restore PORT_CHANGED_MEMBER (nw) Vas Crabb2017-02-051-3/+3
* | | fix rev (nw) Vas Crabb2017-02-051-5/+5
* | | Amiga keyboard updates: Vas Crabb2017-02-054-212/+436
| |/ |/|
* | Avoid confusion of "Speakeasy" description shared between a machine and a dev... Scott Stone2017-02-031-1/+1
* | m6805 updates: Vas Crabb2017-02-031-1/+1
* | c64: Emulated the PPP Speakeasy 64 (Votrax SC-01-A) cartridge. [Curt Coder] Curt Coder2017-02-016-5/+166
* | vic20: Emulated the PPP SpeakEasy (Votrax SC-01-A) cartridge. [Curt Coder] Curt Coder2017-02-013-0/+159
* | Merge pull request #2035 from fulivi/hp9845_dev9 R. Belmont2017-02-012-23/+2
|\ \
| * | hp9845: fixed a weird case of missed synchronization in 9895 drive fulivi2017-02-012-23/+2
* | | Fix build by removing unused dummy ROM definitions (nw) AJR2017-02-011-5/+0
| |/ |/|
* | Merge pull request #2034 from JoakimLarsson/cpu20 Joakim Larsson Edström2017-02-012-64/+302
|\ \ | |/ |/|
| * fccpu20: Added board ID support, gives the right banner now, and improved boa... Joakim Larsson Edstrom2017-02-012-85/+151
| * fccpu20: Added board variants cpu-21, cpu-21a, cpu-21ya, cpu-21b, cpu-21yb an... Joakim Larsson Edstrom2017-01-312-29/+201
* | Make devcb objects more consistently available for further configuration (nw) AJR2017-01-315-52/+52
* | mac: fix NuBus memory stomp [R. Belmont] arbee2017-01-291-3/+3
|/
* hp9845: some info added for 9895 fulivi2017-01-271-2/+34
* hp9845: synchronizer in 9895 drive optimized a bit fulivi2017-01-272-44/+32