summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ksys573.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Everything Else (nw) sjy965252017-12-041-0/+16
| * Improve Hyper Bishi Bashi Champ, Salary Man Champ Control [sjy96525] sjy965252017-12-041-3/+15
* | ide: Add non-space cs access methods, use them wherever possible [O. Galibert] Olivier Galibert2017-12-161-5/+3
* | ide: deambiguate cs access between 16 and 32 bits [O. Galibert] Olivier Galibert2017-12-161-4/+4
|/
* Pet peeving with extreme prejudice (nw) Olivier Galibert2017-11-301-1/+1
* added new not working game [smf] smf-2017-07-131-1/+23
* Added new not working smf-2017-06-171-1/+15
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-16/+16
* Partially rewrite uPD4701 device and hook it up to a few Sega games AJR2017-05-211-30/+9
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-117/+117
* Fixed gtrfrk6m from booting up due to an incorrect flash card memory size. 32... limyz2017-04-071-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* * new clone added smf-2016-12-241-10/+35
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-24/+24
* tell everyone that we don't have a dump of the hd6473644h (nw) smf-2016-09-181-0/+2
* * New clones added or promoted from NOT_WORKING status smf-2016-06-031-0/+25
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-12/+12
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3
* ksys573.cpp: removed a few unused input bits from hyperbbc. nw. etabeta782016-04-081-5/+16
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-2/+2
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-109/+109
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-109/+109
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* clang-modernize part 4 Miodrag Milanovic2015-12-041-4/+4