summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/poly.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* machine/keyboard, terminal: removed MCFG macros (nw) Ivan Vangelista2018-12-111-2/+2
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-3/+3
* k033906,k053252,k054321,k056230,kb3600,kr2376: De-MCFG, nw mooglyguy2018-09-051-12/+12
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-5/+2
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-6/+1
* -poly: Fix recent regression, nw mooglyguy2018-08-121-1/+1
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-9/+9
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-9/+9
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-311-3/+3
* devcb3 Vas Crabb2018-07-071-5/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-27/+28
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-1/+1
* poly.cpp: Use original encrypted ROMs, and decrypt. Nigel Barnes2018-05-251-139/+359
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-11/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-19/+20
* 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw) AJR2018-02-201-2/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+2
* 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
* m6809: Start resolving the great device type/clock divider mix-up AJR2017-12-081-1/+1
* acia6850: Create standard read/write handlers (nw) AJR2017-12-011-2/+1
* poly.cpp: Define XTAL (nw) AJR2017-10-281-3/+3
* poly1: Add software-selected baud rate divider (nw) AJR2017-10-271-4/+14
* (nw) removed some trampolines Robbbert2017-09-301-20/+11
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+5
* Cleanup of my drivers (nw) Robbbert2017-01-071-3/+1
* 6840ptm: use standard device clock for internal clock Dirk Best2016-12-041-2/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* -6840ptm: Changed WRITE8 to WRITE_LINE for single-bit outputs. [Ryan Holtz] therealmogminer@gmail.com2016-10-031-8/+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
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+229