summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pcd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10
* maps: Finish mame/video (nw) Olivier Galibert2018-04-191-9/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-13/+16
* scn2674: Use same character width for text and graphics modes (nw) AJR2018-03-081-7/+18
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-271-2/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+5
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* scn2674: More standard device configuration (nw) AJR2017-11-251-2/+3
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-5/+0
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-281-1/+1
* updated second half of mame/video devices to use device_add_mconfig insted of... Ivan Vangelista2017-05-241-11/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-8/+4
* Self-registering devices prep: Vas Crabb2017-02-271-3/+6
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Improvements to rgb_t (nw) AJR2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* Finished up tiny_rom_entry conversion Nathan Woods2016-08-061-2/+2
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* mcs51.cpp: converted serial_rx and serial_tx to devcb (nw) Ivan Vangelista2016-07-011-4/+3
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-3/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-10/+9
* Add support to adjust the screen color Dirk Best2016-03-121-1/+1
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+486