summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/by17.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with b and c: some more macro removal (nw) Ivan Vangelista2020-05-261-4/+4
* further macro removal work (nw) Ivan Vangelista2020-05-181-14/+14
* PORT_CUSTOM simplification (nw) AJR2019-09-141-32/+34
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+9
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-8/+9
* fix MSVC (llvm toolset) compile (nw) Peter Ferrie2019-01-061-1/+1
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-1/+1
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-21/+21
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-2/+2
* coolpool, cave, foodf, itech32, slapstic, dvk_kcgd, dfruit, by17, by35: Remov... mooglyguy2018-06-161-8/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* new not working clone Ivan Vangelista2018-05-151-34/+47
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-17/+17
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-17/+17
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-4/+4
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-8/+9
* by17 and by35 back in sync - should make a device or common base out of this ... Vas Crabb2018-03-031-5/+2
* little more use of output_finder Vas Crabb2018-03-011-54/+69
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* New not working clone Quench02017-10-161-4/+11
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-15/+15
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-6/+6
* All pinballs marked as NOT_WORKING (board decision) (nw) Robbbert2016-09-041-2/+2
* Don't rely on macro expansion to supply parentheses around condition for if s... Vas Crabb2016-08-161-13/+7
* Further IRQ passthrough cleanup AJR2016-07-081-4/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-26/+26
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-26/+26
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1135