summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ksys573.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* Move IDE devices into bus/ata (nw) (#5756) ajrhacker2019-10-231-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-141-7/+7
* mame\drivers: standardized Japanese suffix 'no' in lower case (nw) Ivan Vangelista2019-06-131-3/+3
* Sanity prevailed (nw) Olivier Galibert2019-05-291-5/+0
* k573dio/k573fpga: Full playability with all testable games (#5086) Windy Fairy2019-05-201-19/+50
* Update k573dio/k573fpga to use a proper algorithm for decrypting ddrsbm audio... Windy Fairy2019-05-191-1/+1
* NEW WORKING GAMES ADDED smf-2019-05-161-4/+4
* Partial support for encrypted audio in k573dio (Konami System 573 Digital I/O... Windy Fairy2019-05-151-4/+47
* Default input clocks for ADC083x and ADC084x (nw) AJR2018-12-261-1/+1
* -bus/psx/ctlrport, multitap, parallel: Removed MCFG and MACHINE_CONFIG macros... mooglyguy2018-12-161-71/+76
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-101-76/+77
* src/mame: more misc MCFG removal (nw) Ivan Vangelista2018-12-041-55/+56
* upd1990a, upd4701, upd4992, upd7002: removed MCFG macros (nw) Ivan Vangelista2018-09-261-30/+44
* video/psx.cpp: Eliminate register_postload; separate out screen device (nw) AJR2018-09-111-3/+5
* -intelfsh: Removed MCFG, nw mooglyguy2018-09-051-8/+8
* Move imperfect graphics flag down into PSX GPU device AJR2018-09-021-115/+115
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-5/+1
* -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... mooglyguy2018-08-151-1/+1
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-5/+5
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-67/+74
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* Next-gen config: make address map config not look like arse Vas Crabb2018-06-061-5/+5
* Minor cleanups, nw mooglyguy2018-06-061-21/+19
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-6/+6
* wpc_shift, wpc_lamp, wpc_out, wpc_pic, wpc_dmd, ygv608, timekpr, at28c16, c35... Ryan Holtz2018-05-281-1/+1
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-12/+12
* I can't even do simple changes (nw) smf-2018-05-261-1/+1
* new WORKING machine smf-2018-05-261-0/+11
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-37/+41
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-126/+126
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-52/+52
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+4
* Route sound relative to current device. Vas Crabb2018-05-011-2/+2
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-16/+16
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-48/+54
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-1/+1
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-80/+116
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-6/+12
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-68/+131
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-1/+1
* ATA: Simplified class hierarchy so there is no ambiguity with 16 & 32 bit met... smf-2017-12-201-4/+4
* Merge pull request #2883 from sjy96525/patch-16 R. Belmont2017-12-191-3/+31
|\