summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pc1512.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-9/+9
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-120/+120
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-6/+8
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-39/+43
* Removed first_screen() from maria, pc1512, and kaypro. Also split pc1512 into... mooglyguy2018-03-101-137/+105
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-5/+9
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-14/+14
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-6/+6
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-2/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-15/+15
* Self-registering devices prep: Vas Crabb2017-02-271-0/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* srcclean (nw) Vas Crabb2016-09-261-5/+5
* pc1512: WIP. (nw) Curt Coder2016-09-081-1/+1
* pc1512: Added mouse port slot interface. [Curt Coder] Curt Coder2016-09-051-70/+41
* pc1512: Added a software list for hard disks, and a preinstalled HD20 image t... Curt Coder2016-09-051-1/+2
* pc1640: Added a software list for hard disks, and a preinstalled HD20 image t... Curt Coder2016-09-051-4/+7
* pc1512: WIP. (nw) Curt Coder2016-09-051-4/+4
* pc1512: Added hard disk information. (nw) Curt Coder2016-09-021-0/+6
* pc1512: Fixed keyboard reset behavior. [Curt Coder] Curt Coder2016-09-021-3/+13
* Fix MT06317 and MT06316, will wnss therealmogminer@gmail.com2016-08-291-1/+5
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* Typo fix: Portugese → Portuguese Jordi Mallach2016-03-311-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-11/+11
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1514