summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc2000.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-40/+45
* make pc2000 I/O ports optional until pc1000 is untangled from it properly, re... Vas Crabb2018-03-031-14/+14
* another pile of cleanup (nw) Vas Crabb2018-03-021-51/+84
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+10
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-5/+10
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+12
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-22/+22
* Self-registering devices prep: Vas Crabb2017-02-271-13/+18
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* hd44780_pixel_update_func to delegate (nw) Miodrag Milanovic2016-05-061-4/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* corrected software list connection for snotec, snotecex, pc1000 and ordisava sparrowred2016-02-031-0/+1
* Time for more this==NULL fixes therealmogminer@gmail.com2016-01-231-6/+4
* BEEP device clock() added, instead of default frequency of 3250 hap2016-01-211-1/+1
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* Added 10 new cart dumps for PreComputer 1000. [TeamEurope] Sandro Ronco2016-01-131-2/+10
* New NOT WORKING systems Sandro Ronco2016-01-131-0/+6
* fixes (nw) Miodrag Milanovic2016-01-101-7/+7
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-7/+7
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-7/+7
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-5/+5
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-4/+4
* Fix more PVS-Studio warnings, nw therealmogminer@gmail.com2015-11-091-4/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1032