summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/svi3x8 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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