summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid confusion of "Speakeasy" description shared between a machine and a dev... Scott Stone2017-02-031-1/+1
* c64: Emulated the PPP Speakeasy 64 (Votrax SC-01-A) cartridge. [Curt Coder] Curt Coder2017-02-013-5/+7
* vic20: Emulated the PPP SpeakEasy (Votrax SC-01-A) cartridge. [Curt Coder] Curt Coder2017-02-013-0/+159
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2222-84/+84
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-1/+1
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-1/+1
* | 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-012-4/+4
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-7/+7
|\
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-7/+7
|/
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-212-13/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* reverting: Miodrag Milanovic2016-01-2022-22/+22
* tags are now strings (nw) Miodrag Milanovic2016-01-1622-22/+22
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-102-3/+3
* override part 1 (nw) Miodrag Milanovic2015-12-0511-60/+60
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
* clang-modernize part 2 Miodrag Milanovic2015-12-045-10/+10
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-143-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0812-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1324-0/+2744