summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spc1000 (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-2/+2
* Miscellaneous cleanup/fixes: Vas Crabb2020-11-281-1/+1
* spc1000_fdd_exp: General cleanup; correct XTAL value AJR2020-11-272-33/+21
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-216-24/+27
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-212-6/+6
* Spring cleaning: Vas Crabb2019-11-012-6/+6
* set_input_line_vector: Annotate [O. Galibert] Olivier Galibert2019-04-141-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+9
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-9/+0
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros in drivers in the s... Ivan Vangelista2019-02-211-0/+9
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-131-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* Fix nonstandard syntax (nw) AJR2018-09-281-2/+2
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-281-10/+10
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-1/+1
* -i8255: Removed MCFG, nw mooglyguy2018-09-032-11/+11
* tms9928a: Configuration modernization (nw) AJR2018-08-211-8/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-9/+9
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-13/+15
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-10/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-232-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2
* another fifty device_mconfig_additions out of the way (nw) Vas Crabb2017-06-144-32/+20
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-43/+48
* Self-registering devices prep: Vas Crabb2017-02-273-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-10/+10
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2
* bus/spc1000/fdd.cpp: fixed segfault (nw) Ivan Vangelista2016-07-031-1/+1
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-1/+1
* reverting: Miodrag Milanovic2016-01-206-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-166-6/+6
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-062-4/+4
* override part 1 (nw) Miodrag Milanovic2015-12-053-9/+9
* cleanup Miodrag Milanovic2015-12-051-2/+0
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-142-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-083-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-136-0/+574