summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-071-6/+6
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-152-10/+10
* 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-084-9/+9
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-271-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-094-4/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-0619-79/+79
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-83/+83
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-144-18/+23
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-12/+12
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-152-2/+0
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-144-12/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-128-5/+10
* (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-239-12/+12
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-1730-30/+30
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-4/+4
* ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-4/+4
* ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-135-9/+9
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-135-9/+9
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-135-9/+9
* acia6850: Create standard read/write handlers (nw) AJR2017-12-015-44/+12
* 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
|\