summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/expro02.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up palette configuration: Vas Crabb2018-12-291-36/+22
* src\mame: misc MCFG removal (nw) Ivan Vangelista2018-12-031-5/+2
* mame/video: more macro removal (nw) Ivan Vangelista2018-11-231-12/+11
* watchdog: removed MCFG macros (nw) Ivan Vangelista2018-09-071-4/+2
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-10/+13
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-21/+21
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-32/+31
* 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/+3
* (nw) checkpoint since Midway SSIO sound is fixed - periodic interrupt doesn't... Vas Crabb2018-05-071-1/+1
* 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-42/+42
* Let's fix them all (nw) Olivier Galibert2018-03-151-5/+5
* Small fix (nw) Olivier Galibert2018-03-151-3/+3
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-156/+167
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-1/+1
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-6/+6
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-8/+16
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-11/+22
* API change: Memory maps are now "last entry wins" [O. Galibert] Olivier Galibert2018-01-311-5/+4
* memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-9/+18
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-2/+2
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-2/+2
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-2/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-0/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-5/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-32/+32
* Self-registering devices prep: Vas Crabb2017-02-271-1/+5
* More ACCESSING_BITS cleanups Dirk Best2017-01-051-24/+12
* expro02.cpp: fixed manufacturer name for newly added set (nw) Ivan Vangelista2016-12-061-1/+1
* expro02.cpp: More testing of Miss World 2002 proves it's explicit - NW briantro2016-12-051-3/+3
* new game working - Miss World 2002 briantro2016-12-051-10/+28
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* expro02.cpp: oki map instead of memcpy, standard palette, removed a pair of u... Ivan Vangelista2016-07-201-165/+125
* Make watchdog timer a separate device AJR2016-04-301-0/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* note / set description changes based on observation by system11 David Haywood2015-12-271-4/+5
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-2/+0
* new clones David Haywood2015-12-211-0/+23
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1868