summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8/expander (follow)
Commit message (Expand)AuthorAgeFilesLines
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* Spring cleaning: Vas Crabb2019-11-014-22/+13
* (nw) Clean up the mess on master Vas Crabb2019-03-268-142/+158
* Revert "conflict resolution (nw)" andreasnaive2019-03-258-158/+142
* 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-098-44/+44
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-313-57/+39
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* devcb3 Vas Crabb2018-07-071-7/+7
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-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-063-7/+7
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-6/+7
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-27/+14
* 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-173-3/+3
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-146-32/+14
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-223-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1410-58/+59
* Self-registering devices prep: Vas Crabb2017-02-274-4/+6
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1110-5/+5
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-9/+9
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-243-9/+9
* Cleanups and version bump Miodrag Milanovic2016-03-302-10/+9
* svi318: preliminary support for the sv603 coleco game adapter Dirk Best2016-03-256-1/+233
* svi318: fix sv602 typo Dirk Best2016-03-251-1/+1
* svi318: add the sv602 single slot expander Dirk Best2016-03-206-23/+144
* svi318: rewrite banking, add expander bus, add svi601 super expander and Dirk Best2016-03-166-0/+502