summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/polepos.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-16/+16
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+4
* Add support for custom device constructors when replacing devices. Vas Crabb2018-05-081-2/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-51/+52
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+1
* namco, polepos: Clean up some line write handlers (nw) AJR2018-05-011-17/+4
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-63/+71
* Remove first_screen from namco51 device, nw mooglyguy2018-03-101-0/+2
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-1/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+3
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-1/+3
* New way to provide DAC reference inputs (nw) AJR2018-01-101-3/+1
* Tackle the ambiguous ones (nw) Olivier Galibert2018-01-021-8/+16
* New 74LS259/9334/CD4099 devices AJR2017-07-251-50/+47
* MT 06261 Robbbert2017-07-201-2/+2
* polepos2bi, polepos2bs: Use MCFG_GENERIC_LATCH_SEPARATE_ACKNOWLEDGE (nw) AJR2017-06-131-8/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-13/+13
* Self-registering devices prep: Vas Crabb2017-02-271-5/+7
* polepos2bi: One more DIP switch identified (nw) AJR2017-02-171-3/+3
* polepos.cpp: Input improvements AJR2017-02-031-40/+70
* srcclean (nw) Vas Crabb2017-01-221-10/+10
* Gran Premio F1 (Spanish bootleg of Pole Position II): RobertoFresca2017-01-181-22/+22
* Gran Premio F1 (Spanish bootleg of Pole Position II): RobertoFresca2017-01-181-25/+27
* Gran Premio F1 (Spanish bootleg of Pole Position II): RobertoFresca2017-01-181-0/+31
* polepos.cpp: Sound improvements for bootlegs AJR2017-01-141-36/+49
* Gran Premio F1 (Spanish bootleg of Pole Position II): RobertoFresca2017-01-131-20/+20
* Preliminary work on Gran Premio F1 sound system (nw) AJR2017-01-121-1/+14
* srcclean (nw) Vas Crabb2016-11-271-4/+4
* New working clones RobertoFresca2016-11-131-13/+161
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* Make watchdog timer a separate device AJR2016-04-301-3/+6
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Fix typo: defualt → default Jordi Mallach2016-03-311-2/+2
* make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-2/+2
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-101-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2149