summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2711-26/+26
* svi3x8/expander: Implement device_mixer_interface Dirk Best2024-04-204-15/+24
* coleco/cartridge: Add support for 'Activision' type cartridges Dirk Best2024-04-201-6/+15
* Move coleco homebrew titles to their own softlist and fix a few issues. Add m... Dirk Best2024-04-151-0/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-14/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0116-58/+58
* Adjustments to option priority interactions: Vas Crabb2023-05-092-67/+26
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-3/+3
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-032-2/+2
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-4/+6
* Cleaned up bitmap API. Vas Crabb2020-09-271-9/+9
* New working machines Vas Crabb2019-11-021-0/+1
* Spring cleaning: Vas Crabb2019-11-016-66/+33
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-182-3/+3
* devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-301-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-2622-233/+241
* Revert "conflict resolution (nw)" andreasnaive2019-03-2522-241/+233
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-211-4/+4
* svi3x8: Hook up controllers to the Coleco Game Adapter Dirk Best2019-03-122-37/+71
* svi318, bus/svi318: Simplify read/write handlers; minor driver cleanup (nw) AJR2019-03-0922-93/+93
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-3/+3
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* -devices/bus/cgenie: Removed MCFG macros, nw mooglyguy2019-02-042-14/+16
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-314-83/+53
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-5/+7
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-12/+15
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-11/+12
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-8/+9
* -in8250: De-MCFG, nw mooglyguy2018-09-041-9/+9
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-8/+8
* devcb3 Vas Crabb2018-07-072-10/+10
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-243-4/+4
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-066-20/+20
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-045-26/+30
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-043-51/+22
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-234-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-178-8/+8
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-1414-82/+40
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-227-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1426-144/+150