summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kaypro.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+3
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-6/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-261-58/+58
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-58/+58
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-011-10/+11
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-9/+9
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-1/+1
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-2/+2
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-6/+8
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-29/+26
* Start cleaning up palette configuration: Vas Crabb2018-12-291-8/+6
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-4/+5
* wd11c00_17, wd2010, wd33c93, wd7600, x76f041, x76f100, ym2148, ym3802: remove... Ivan Vangelista2018-09-041-8/+8
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-8/+8
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-12/+9
* z8536.cpp, z80sti.cpp: deMCGF; z80sio.cpp: started deMCFG (nw) Ivan Vangelista2018-08-241-15/+15
* devcb3 Vas Crabb2018-07-071-31/+30
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-2/+2
* 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-52/+52
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-2/+2
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-5/+5
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-5/+5
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-17/+17
* 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-54/+54
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+6
* Cleanup some AM_RANGE in comments (nw) Olivier Galibert2018-04-211-10/+10
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-33/+36
* kayproii: Fix Baud rate generator connections (serial port and keyboard were ... Vas Crabb2018-02-281-3/+3
* (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-3/+3
* search-replace .0_?Hz_XTAL to _?Hz_XTAL (nw) hap2018-01-261-9/+9
* it reduces the need for ' digit grouping in drivers, and it even reads natura... Vas Crabb2018-01-251-9/+9
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-11/+11
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* srcclean (nw) Vas Crabb2017-11-261-21/+21
* Added missing Kaypro models, distributed ROM files accordingly rfka012017-11-051-107/+258
* (nw) extra roms for kaypro, hx20 Robbbert2017-11-031-1/+3
* (nw) extra roms for kaypro, tv950, terak, ipds Robbbert2017-11-021-1/+10
* Move object finder resolution before device_start - should solve github #2759 Vas Crabb2017-10-281-20/+17
* kaypro: switch from z80dart to z80sio, hook up BRG to SIO(s), hook up direct ... Vas Crabb2017-10-281-28/+58
* Replaced hacky Kaypro keyboard that bypassed the SIO with emulated Vas Crabb2017-10-281-15/+34
* Kaypro: Added the Omni 4 Logic Analyzer rfka012017-10-141-0/+11
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-3/+5
* Load slot info in minimaws (not exposed yet), fix up some problems with Vas Crabb2017-08-021-6/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3