summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp64k.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* misc changes too small for their own pull request (#3557) Sergey Svishchev2018-05-111-0/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-42/+42
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* hp64k: added IEEE488 remotizer to bus (#3456) fulivi2018-04-161-1/+1
* 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-141-19/+21
* hp64k: added support for HPIB bus. Extensive improvement of PHI emulation. fulivi2018-03-111-6/+72
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* 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-1/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+1
* hp64k fix (nw) Olivier Galibert2017-12-031-1/+3
* 74123: Use line handlers for single lines Dirk Best2017-11-101-10/+10
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-588/+587
* Self-registering devices prep: Vas Crabb2017-02-271-5/+7
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-4/+4
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-2/+2
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* Add support to adjust the screen color Dirk Best2016-03-121-2/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* clang-modernize part 4 Miodrag Milanovic2015-12-041-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1424