summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20 (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+9
* Spring cleaning: Vas Crabb2019-11-012-21/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* vic20: Removed deprecated code. (nw) Curt Coder2019-05-211-8/+0
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-182-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-2622-87/+87
* Revert "conflict resolution (nw)" andreasnaive2019-03-2522-87/+87
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-3/+3
* votrax: Simplify write handlers (nw) AJR2019-02-191-2/+2
* bus/adam, bus/cbm2, bus/coleco, bus/vic20: Eliminate unnecessary address_spac... AJR2019-02-1922-53/+53
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-7/+8
* devices/bus: a few more MACHINE_CONFIG macros removed (nw) Ivan Vangelista2019-02-092-8/+7
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* intelfsh: Eliminate address_space argument from read/write handlers (nw) AJR2019-02-011-17/+17
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* videopak.cpp: Fixed MT#06566, Mounting Data 20 Video Pak (videopak) causes ex... mooglyguy2018-12-011-6/+2
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-4/+5
* -intelfsh: Removed MCFG, nw mooglyguy2018-09-051-3/+4
* -via6522: Removed MCFG acessors, nw mooglyguy2018-08-091-16/+18
* Previous commit examples of use (nw) Olivier Galibert2018-08-021-2/+2
* -vic20: Removed MCFG and duplicated machine configs. [Ryan Holtz] mooglyguy2018-08-013-33/+22
* devcb3 Vas Crabb2018-07-072-19/+12
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-8/+8
* 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-081-17/+17
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) few more macros replaced with constructors Vas Crabb2018-05-071-5/+10
* (nw) misc follow-up Vas Crabb2018-05-061-1/+0
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-065-19/+20
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-19/+20
* Sarayan made me do it. Vas Crabb2018-04-281-5/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+6
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-152-2/+0
* (nw) don't get hit by the bus - remove unnecessary reset calls, improve error... Vas Crabb2018-01-272-5/+17
* 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-177-7/+7
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-132-2/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-132-3/+2
* via6522: Eliminate truly ancient hack to default clock to that of first CPU (nw) AJR2017-12-072-2/+3
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-1414-127/+46
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-227-8/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1427-223/+165
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Self-registering devices prep: Vas Crabb2017-02-2713-13/+17
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* srcclean (nw) Vas Crabb2017-02-191-8/+8
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1126-12/+14
* vic20: Emulated the Data 20 Display Manager 40/80 column video cartridge. [Cu... Curt Coder2017-02-063-0/+409