summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/by35.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* f1gp.cpp: added some undocumented dip switches, added possibility to use 4-wa... angelosa2018-05-151-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-76/+76
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-3/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-22/+22
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-15/+17
* by17 and by35 back in sync - should make a device or common base out of this ... Vas Crabb2018-03-031-32/+27
* make pc2000 I/O ports optional until pc1000 is untangled from it properly, re... Vas Crabb2018-03-031-0/+9
* clean upp by35 - that was nasty (nw) Vas Crabb2018-03-011-183/+184
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-4/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+8
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* typo (nw) hap2017-10-191-1/+1
* New not working clone Quench02017-10-161-2/+14
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-69/+69
* Self-registering devices prep: Vas Crabb2017-02-271-2/+6
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
* by35.cpp: removed stray empty line introduced in previous commit (nw) Ivan Vangelista2016-12-141-1/+0
* New not working clone Ivan Vangelista2016-12-141-1/+2
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-16/+16
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-6/+6
* Missed one (nw) Robbbert2016-09-221-1/+1
* More PinMAME synching (nw) Ivan Vangelista2016-08-181-0/+17
* Some more synching with PinMAME. More to come (nw) Ivan Vangelista2016-08-171-8/+2
* Don't rely on macro expansion to supply parentheses around condition for if s... Vas Crabb2016-08-161-15/+8
* Further IRQ passthrough cleanup AJR2016-07-081-4/+4
* 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-27/+27
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-27/+27
* nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) Miodrag Milanovic2015-12-061-7/+7
* clang-modernize part 7 Miodrag Milanovic2015-12-041-7/+7
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2467