summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2018-05-2711-43/+43
* trivial stuff (nw) Vas Crabb2018-05-271-2/+2
* dectalk.cpp: Eliminate machine().device (nw) AJR2018-05-261-2/+0
* Fix encapsulation flaw (nw) angelosa2018-05-265-10/+10
* pc9801_cbus.cpp: bulk replace install_device() -> install_io(), made it a bus... angelosa2018-05-2611-94/+36
* Notes (nw) angelosa2018-05-261-1/+4
* pc9801.cpp: Merge -26 / -86 / -118 joystick port implementations (nw) angelosa2018-05-268-128/+124
* pc9801.cpp: added SpeakBoard sound card emulation [Angelo Salese, Takahiro Nogi] angelosa2018-05-252-10/+121
* pc9801.cpp: Improved and reorganized -26 and -86 sound card ROM readbacks [An... angelosa2018-05-255-16/+58
* interpro: lle keyboard working (#3608) Patrick Mackinlay2018-05-254-171/+453
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-252-3/+3
* remote488: implemented synchronization by checkpoints fulivi2018-05-232-43/+120
* io992: Use object finders (nw) AJR2018-05-212-8/+10
* ti99_2: Various fixes, added cassette and Hexbus, still WIP Michael Zapf2018-05-213-8/+393
* Some cleanup on #3592 (nw) Vas Crabb2018-05-212-13/+13
* psxcontrollerports: Quick validation fix (nw) AJR2018-05-201-2/+2
* psx/ctlrport: use required_device (nw) cracyc2018-05-202-5/+4
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-2032-56/+118
* diexec: Interrupt API changes (nw) AJR2018-05-186-6/+6
* gt: don't write out of bounds (nw) Olivier Galibert2018-05-161-2/+3
* oops (nw) Olivier Galibert2018-05-161-1/+1
* interpro: pass more diag stuff (nw) Olivier Galibert2018-05-162-43/+65
* Eliminate remaining non-diexec PULSE_LINE hacks and disable some side effects... AJR2018-05-152-4/+8
* interpro: wip checkpoint (nw) (#3573) Patrick Mackinlay2018-05-158-276/+1694
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-158-8/+8
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-1520-17/+33
* interpro: lle keyboard wip checkpoint (nw) Patrick Mackinlay2018-05-143-25/+184
* nes_slot.cpp: Privatize m_maincpu member (nw) AJR2018-05-1327-122/+121
* and another thing (nw) Vas Crabb2018-05-143-10/+15
* pc_vga.cpp: machine().device cleanups (nw) AJR2018-05-132-12/+2
* nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) AJR2018-05-1320-48/+40
* bus/cbus: Interrupt lines are now callbacks (nw) AJR2018-05-139-12/+46
* Add topcat asic (#3558) Sven Schnelle2018-05-112-359/+16
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-112-2/+2
* misc changes too small for their own pull request (#3557) Sergey Svishchev2018-05-112-4/+4
* move couple more slots across (nw) Vas Crabb2018-05-118-33/+91
* interpro: slotify mouse (nw) (#3543) Patrick Mackinlay2018-05-112-0/+213
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-102-6/+4
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-0985-113/+137
* pc9801_86: try again (nw) cracyc2018-05-081-2/+2
* (nw) do you even const, bro? Vas Crabb2018-05-094-4/+4
* (nw) fix cbuster, modernise a1bus a little, kill more low-value macros Vas Crabb2018-05-098-70/+95
* pc_kbd/keytro: add shifted PORT_CHARs for use by Lua (nw) Sergey Svishchev2018-05-081-49/+49
* Add hp 46021a keyboard (#3534) Sven Schnelle2018-05-083-5/+236
* Hp ipc kbd fixes (#3533) Sven Schnelle2018-05-081-8/+6
* pc9801_86: try to work around pnauts glitching (nw) cracyc2018-05-071-1/+2
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-3/+2
* (nw) few more macros replaced with constructors Vas Crabb2018-05-077-28/+43
* (nw) More next-generation machine configuration WIP and bus modernisation - s... Vas Crabb2018-05-074-68/+101
* ti99_8: Inverted track count bits, added DIP switches. Michael Zapf2018-05-072-1/+27