summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* some more device_add_mconfig in devices/bus (nw) Ivan Vangelista2017-06-0760-545/+214
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-2230-59/+59
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-14145-569/+553
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-2/+2
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-7/+5
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-1/+1
* Self-registering devices prep: Vas Crabb2017-02-2772-74/+79
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-11138-65/+73
* c64: Emulated the PPP Speakeasy 64 (Votrax SC-01-A) cartridge. [Curt Coder] Curt Coder2017-02-013-0/+159
* Preliminary work towards improving emulation of Cedar Magnet sound board (nw) AJR2016-12-221-3/+5
* 6840ptm: use standard device clock for internal clock Dirk Best2016-12-041-2/+1
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-1/+1
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-22142-458/+458
* Cleanup. (nw) Curt Coder2016-10-092-19/+5
* required_ioport_array. (nw) Curt Coder2016-10-094-46/+20
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-0/+1
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+1
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0610-10/+10
|/
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-3/+3
* Missed this conversion to is_filetype() Nathan Woods2016-08-011-1/+1
* 1. Merge branch 'master' into diimage_filetype_as_stdstring Nathan Woods2016-07-311-4/+4
|\
* | This changes device_image_interface::filetype() to return 'const std::string ... Nathan Woods2016-07-311-5/+5
|/
* 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-243-3/+3
* Iterate over devices C++11 style AJR2016-04-181-8/+4
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-3/+3
* reverting: Miodrag Milanovic2016-01-20142-149/+149
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-16142-149/+149
* 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-7/+4
* cleanups (nw) Miodrag Milanovic2015-12-253-5/+1
* override part 1 (nw) Miodrag Milanovic2015-12-0571-381/+381
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-0/+2
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-2/+0
* cleanup Miodrag Milanovic2015-12-054-6/+3
* clang-modernize part 2 Miodrag Milanovic2015-12-0416-52/+52
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-256-7/+7
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-1433-34/+46
* - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. therealmogminer@gmail.com2015-11-092-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0872-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-13144-0/+15394