summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/metro.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-6/+6
* Merge pull request #4296 from cam900/i4100 R. Belmont2018-11-171-297/+230
|\
| * imagetek_i4100.cpp : Updates, Minor cleanups, Remove MCFGs cam9002018-11-141-297/+230
* | gen_latch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-13/+13
|/
* metro.cpp: removed MCFG macros for puzzlet_io_device (nw) Ivan Vangelista2018-09-261-9/+3
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-4/+4
* ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy2018-08-231-3/+3
* more cleanup and removal of mcfg (nw) Vas Crabb2018-07-151-18/+20
* devcb3 Vas Crabb2018-07-071-1/+1
* Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy2018-06-071-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-92/+92
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-2/+2
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-2/+2
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-10/+10
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-59/+56
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-21/+22
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-18/+18
* (nw) misc follow-up Vas Crabb2018-05-061-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-150/+150
* (numerous drivers): Convert MCFG_CPU_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBAC... AJR2018-04-141-38/+90
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* srcclean and regenerate localisations (nw) Vas Crabb2018-03-251-4/+4
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-11/+11
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-398/+429
* ES8712 Updates (#3296) cam9002018-03-071-221/+180
* metro.cpp: enabled puzzli raster irq, fix _3kokushi config name, reorder roms... angelosa2018-03-011-44/+70
* metro.cpp : daitorid* : Manual says Button 2 is used for change direction of ... cam9002018-02-261-2/+2
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-40/+45
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-30/+30
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-56/+56
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-36/+36
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-1/+1
* Do the easy ones (nw) Olivier Galibert2018-01-011-4/+4
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-5/+5
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-3/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+3
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-3/+3
* metro.cpp: coin counters (nw) angelosa2017-11-271-6/+7
* metro.cpp: notes (nw) angelosa2017-11-271-11/+6
* srcclean (nw) Vas Crabb2017-11-261-15/+15
* vmetal: Workaround for recent video regression (nw) AJR2017-11-231-2/+3
* metro.cpp: Configure VDP the normal way with its standard XTAL (nw) AJR2017-11-221-4/+4
* MT #00525 (nw) angelosa2017-11-221-6/+26
* Fix bangball / batlbubl regression (nw) angelosa2017-11-221-0/+8
* Rewritten Imagetek i4100 / i4220 / i4300 video display processor family, hook... angelosa2017-11-211-915/+168
* metro.cpp: gakusai2 uses RMW access on POST (nw) angelosa2017-11-191-1/+1
* metro.cpp: puzzlet actually uses the same window VRAM area rmw as karate tour... angelosa2017-11-191-43/+9
* metro.cpp: added sprite x/y center point registers, removed screen check hack... angelosa2017-11-191-27/+65