summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abcbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-155-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-068-54/+54
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-046-60/+66
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-148-81/+97
* srcclean (nw) Vas Crabb2018-02-252-5/+5
* Grammar police (nw) Olivier Galibert2018-02-241-4/+4
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-1/+0
* Merge pull request #3208 from JoakimLarsson/cadabc_1 Joakim Larsson Edström2018-02-143-0/+226
|\
| * cadmouse: Addressed review comments and changed short name to match product n... Joakim Larsson Edstrom2018-02-143-3/+7
| * cadmouse: Fixed to use new address map API Joakim Larsson Edstrom2018-02-142-2/+4
| * cadmouse.cpp: NEW non working mouse/hi-res unit for the abcbus [Valgrind] Joakim Larsson Edstrom2018-02-143-0/+220
* | devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-147-44/+50
|/
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-1214-14/+28
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-235-14/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-1710-20/+20
* srcclean (nw) Vas Crabb2017-10-224-5/+5
* abc800: Fixed Luxor 55-10828 "slow" floppy controller board logic. [Curt Coder] Curt Coder2017-10-122-83/+110
* abc800: Added skeleton for Databoard 4112-23 floppy disk controller. [Curt Co... Curt Coder2017-10-043-0/+271
* abc800: Fixed Turbo Kontroller name to UNI DISK and identified CPU type. [Cur... Curt Coder2017-10-034-153/+232
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-1/+1
* some more device_add_mconfig in devices/bus (nw) Ivan Vangelista2017-06-0718-323/+142
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-229-14/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1428-359/+345
* Start cleaning up duplicate shortnames Vas Crabb2017-03-033-27/+9
* Self-registering devices. Vas Crabb2017-03-031-3/+1
* Self-registering devices prep: Vas Crabb2017-02-2715-29/+29
* lux21046: Cleanup. (nw) Curt Coder2017-02-162-121/+127
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1128-14/+14
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-20/+20
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2228-224/+224
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0620-20/+20
* abc80x: Fixed ROM loading. (nw) Curt Coder2016-06-151-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1
* abc80x: Added ROM version 1.05 for the 55-21046 disk controller. [Anders Sand... Curt Coder2016-06-141-6/+8
* Iterate over devices C++11 style AJR2016-04-181-40/+20
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-146-6/+6
* Iterate over core classes C++11 style AJR2016-03-311-2/+2
* z80: added crude implementation of WAIT pin hap2016-02-071-4/+4
* reverting: Miodrag Milanovic2016-01-2028-52/+52
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-1628-52/+52
* override part 1 (nw) Miodrag Milanovic2015-12-0514-120/+120
* clang-modernize part 2 Miodrag Milanovic2015-12-047-50/+50
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-145-9/+9
* - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. therealmogminer@gmail.com2015-11-092-15/+15
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0814-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1328-0/+6190