summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cgenie (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-015-13/+13
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-5/+2
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-051-1/+1
* API change for device_image_interface AJR2023-03-301-3/+3
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-4/+6
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-212-9/+11
* lots of files: simplified handlers (nw) Ivan Vangelista2020-05-142-8/+8
* Spring cleaning: Vas Crabb2019-11-014-27/+9
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+2
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-6/+5
* cgenie: Add more DOS versions to the floppy, confirm fdc type and xtal Dirk Best2019-05-082-18/+30
* (nw) Clean up the mess on master Vas Crabb2019-03-265-77/+48
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-48/+77
* bus/cgenie/expansion, bus/einstein/pipe, bus/nasbus, bus/spectrum, bus/vtech:... AJR2019-02-252-24/+6
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-17/+0
* -devices/bus/cgenie: Removed MCFG macros, nw mooglyguy2019-02-042-20/+23
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-8/+11
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+4
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-2/+2
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-1/+1
* devcb3 Vas Crabb2018-07-071-3/+3
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-5/+5
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-045-17/+20
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-211-7/+8
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-11/+6
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-8/+8
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* device_add_mconfig up to devices/bus/h* (nw) Ivan Vangelista2017-06-084-29/+17
* 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-1414-132/+134
* cgenie: Fixed loading roms from softlist in floppy interface Nigel Barnes2017-05-071-2/+2
* Self-registering devices prep: Vas Crabb2017-02-275-5/+5
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1114-7/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2210-30/+30
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-251-2/+2
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2