summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hp80.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+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-14/+14
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+7
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-25/+27
* Remove first_screen() from hp80, pokemini, uzebox, archimds. nw mooglyguy2018-03-101-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+4
* New way to provide DAC reference inputs (nw) AJR2018-01-101-4/+1
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-2/+2
* srcclean (nw) Vas Crabb2017-11-261-1/+1
* hp80.cpp: Unbreak the build (nw) AJR2017-11-071-2/+2
* Merge pull request #2774 from fulivi/hp80_dev04 R. Belmont2017-11-061-91/+316
|\
| * hp85: address issues raised by cuavas to PR #2749 fulivi2017-11-031-90/+92
| * hp85: internal printer added fulivi2017-11-031-2/+225
* | hp80: added NO_IRQ to vector_table (nw) hap2017-11-051-1/+2
|/
* hp85: support for I/O slots added. Emulation of HP82937 module added. fulivi2017-10-251-5/+92
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* hp85: support of opt. ROMs (#2604) fulivi2017-08-291-19/+49
* hp85: implemented tape drive fulivi2017-08-161-0/+4
* srcclean (nw) Vas Crabb2017-07-231-16/+16
* hp85: improved CRT access timing, implemented hw timers and beeper fulivi2017-07-171-29/+308
* never hurts to srcclean (nw) Vas Crabb2017-07-091-183/+183
* fix clang build (nw) Vas Crabb2017-07-091-1/+1
* Begin of HP80 emulation (#2448) fulivi2017-07-081-0/+790