summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp_ipc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hp_ipc: fixed a bug in 1LL3 GPU that caused cursor & sprites to fulivi2019-10-281-1/+1
* hp_ipc: switch to US keyboard layout, fix softlist checksums (nw) Sergey Svishchev2019-08-241-8/+5
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-7/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-261-47/+51
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-51/+47
* tms9914: Rename read/write handlers and remove superfluous arguments (nw) AJR2019-02-181-1/+1
* -devices/bus/bbc/1mhzbus/ieee488: Removed MACHINE_CONFIG macros, nw mooglyguy2019-02-031-18/+22
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-1/+1
* srcclean and cleanup (nw) Vas Crabb2019-01-271-1/+1
* bankdev: Remove address_space argument from read/write handlers (nw) AJR2019-01-211-23/+23
* src/devices: some more MCFG macros removal (nw) Ivan Vangelista2019-01-111-3/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* MASKROM/MASK ROM -> mask ROM, nw mooglyguy2018-11-031-2/+2
* m68000: fix rw bit in address error frame (nw) Sven Schnelle2018-11-021-4/+4
* hp_hil: Removing MCFG macros doesn't just mean blindly expanding them (nw) Vas Crabb2018-10-301-9/+3
* tms9914: Eliminate MCFG_ macros (nw) AJR2018-10-191-11/+12
* hp_hil: various fixes/improvements (#4124) dxl2018-10-111-5/+12
* hp_hil: add HP 46060B mouse Sven Schnelle2018-10-111-0/+1
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-2/+2
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-12/+2
* hp_ipc: added configurable VRAM size, auto configuration & a few minor fulivi2018-08-161-8/+17
* hp_ipc: lots of improvements to HP-1LL3 GPU fulivi2018-08-071-9/+8
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-6/+2
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-2/+2
* move more stuff behind private: (Part H, I, J) (nw) (#3707) David Haywood2018-06-271-6/+5
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-9/+9
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-10/+10
* 32.768_kHz_XTAL != 32.768_MHz_XTAL (nw) AJR2018-05-281-1/+1
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-7/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-28/+28
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* hp_ipc: added HPIB interface chip & remotizer device fulivi2018-04-261-2/+27
* hp_ipc: add diagnostic ROMs; model 9808A (prototype of desktop version) Sergey Svishchev2018-04-221-29/+90
* 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-26/+28
* Grammar police (nw) Olivier Galibert2018-02-241-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-2/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-6/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* Trade MACHINE_IMPERFECT_KEYBOARD, MACHINE_NODEVICE_CAMERA and MACHINE_NODEVIC... Vas Crabb2017-07-271-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* srcclean (nw) Vas Crabb2017-03-261-34/+34