summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* more validation fixes (nw) Vas Crabb2017-03-042-2/+2
* Self-registering devices prep: Vas Crabb2017-02-2711-12/+16
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1126-13/+13
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-192-2/+2
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2222-36/+36
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-064-4/+4
* 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-303-12/+11
* svi318: preliminary support for the sv603 coleco game adapter Dirk Best2016-03-257-7/+233
* svi318: fix sv602 typo Dirk Best2016-03-251-1/+1
* svi318: add the sv602 single slot expander Dirk Best2016-03-209-25/+157
* svi318: correct sv801 xtal Dirk Best2016-03-201-1/+1
* svi318: add missing state saving to slot devices Dirk Best2016-03-204-0/+15
* svi318: add centronics interface card (sv802) Dirk Best2016-03-205-1/+142
* svi318: add support for the rs232 interface (sv805) Dirk Best2016-03-175-0/+161
* svi318: add support for the 80 column card (sv806) Dirk Best2016-03-174-0/+207
* svi318: rewrite banking, add expander bus, add svi601 super expander and Dirk Best2016-03-1616-0/+1540