summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pdp1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-3/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-15/+15
* pdp1: Make opcodes an internal enum (nw) AJR2017-04-121-2/+2
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-1/+1
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-4/+0
* Self-registering devices prep: Vas Crabb2017-02-271-5/+8
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-3/+3
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-12/+12
* Removing nullptr image_formats, and fixing formatting Nathan Woods2016-07-141-6/+2
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-6/+2
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Eliminate device_t::static_config, a type-unsafe legacy feature. AJR2016-04-141-1/+1
* reverting: Miodrag Milanovic2016-01-201-8/+8
* tags are now strings (nw) Miodrag Milanovic2016-01-161-8/+8
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-60/+60
* clang-modernize part 4 Miodrag Milanovic2015-12-041-21/+21
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1979