summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/abcbus
Commit message (Expand)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-265-117/+94
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-94/+117
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-113-12/+15
* bus/abcbus: Remove MCFG_ macros; add bus clocks (presumed same as CPUs) (nw) AJR2019-01-262-105/+79
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-253-0/+3
* srcclean (nw) Vas Crabb2018-09-233-3/+3
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-064-44/+53
* z80daisy: finished removing MCFG macro (nw) Ivan Vangelista2018-08-315-14/+14
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-302-13/+14
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-282-17/+17
* tms99xx: devcb3 changes, removing MCFG macros for 9900, 9901, 9980A, 9995. Michael Zapf2018-08-141-1/+3
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-3/+3
* Make OG happier about output latches, nw mooglyguy2018-08-022-16/+2
* -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... mooglyguy2018-07-305-49/+70
* Made a pass over the source to eliminate uppercase hex in hashes (nw) Scott Stone2018-07-131-6/+6
* devcb3 Vas Crabb2018-07-071-10/+10
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-086-62/+46
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-296-24/+24
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-273-17/+10
* 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