summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pet (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-072-20/+39
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-5/+9
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-092-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-12/+12
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-048-21/+24
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-021-3/+3
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-142-11/+14
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-40/+40
* 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-142-15/+19
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-124-3/+6
* (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-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-175-6/+6
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-132-2/+6
* New way to provide DAC reference inputs (nw) AJR2018-01-102-6/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-4/+4
* device_add_mconfig up to devices/bus/q* (nw) Ivan Vangelista2017-06-1310-91/+40
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-225-9/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1424-196/+185
* Self-registering devices prep: Vas Crabb2017-02-2712-15/+22
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1123-11/+12
* Improvements to rgb_t (nw) AJR2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2224-68/+68
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-174-16/+16
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-064-4/+4
* Merge pull request #926 from Dagarman/master R. Belmont2016-06-052-6/+5
|\
| * Add files via upload Dagarman2016-06-042-6/+5
* | small cleanup (nw) Miodrag Milanovic2016-06-051-2/+0
|/
* silence (nw) smf-2016-06-011-2/+2
* Commodore PET Joysticks and Sound Device [Ken White] smf-2016-05-313-0/+237
* Add support to adjust the screen color Dirk Best2016-03-121-4/+4
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-272-3/+3
* reverting: Miodrag Milanovic2016-01-2022-32/+32
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-1622-32/+32
* pet/cbm2: HSG/HRG WIP. (nw) Curt Coder2016-01-031-2/+24
* pet/cbm2: HSG/HRG WIP. (nw) Curt Coder2016-01-012-24/+22
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* cleanups (nw) Miodrag Milanovic2015-12-252-3/+2
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-061-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-0511-58/+58
* clang-modernize part 2 Miodrag Milanovic2015-12-044-28/+28
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-144-5/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0811-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1322-0/+2799