summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kaypro.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-694/+0
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-8/+8
* kaypro.cpp: added information about the Kaypro 5 (#9156) rfka012022-03-261-7/+10
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-2/+2
* kaypro: added back support for kay/dsk images. Robbbert2021-04-221-8/+15
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-8/+8
* kaypro: merged software lists, using compatibility flag instead. Robbbert2020-10-111-12/+24
* kaypro: delineate the swlist items further, for when extra items get added. Robbbert2020-10-081-1/+4
* *kaypro: added back save state support; Robbbert2020-10-071-15/+20
* kaypro: removed save supported flag until it can be investigated. Robbbert2020-09-241-15/+15
* * New working software list additions smf-2020-08-211-0/+1
* (nw) kaypro: don't use regions as ram. Robbbert2020-06-131-83/+54
* drivers starting with j, k, l and part of m: read* and write* macro removal (nw) Ivan Vangelista2020-06-111-1/+1
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-2/+2
* 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