summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/expro02.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with e: removed read* and write* macros (nw) Ivan Vangelista2020-06-081-4/+4
* (nw) expro02.cpp: Restore pm019u_u93-01.u93 for the US set and remove from th... braintro2020-06-021-2/+2
* New working clone braintro2020-06-011-385/+413
* kaneko_spr.cpp : Fix drawing behavior cam9002020-01-231-1/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* expro02.cpp: identified one dip-switch for zipzap (nw) Ivan Vangelista2019-08-051-1/+1
* New working clone braintro2019-07-201-10/+33
* kaneko_spr.cpp : Updates cam9002019-05-111-52/+29
* kaneko_tmap.cpp : Updates cam9002019-05-101-19/+11
* all: ram auto-sharing is going away, so fix drivers relying on it [O. Galibert] Olivier Galibert2019-05-061-2/+0
* kaneko_spr.cpp : Updates (#4749) cam9002019-04-051-3/+3
* Merge pull request #4741 from cam900/kaneko_tmap_args R. Belmont2019-03-301-32/+62
|\
| * kaneko_tmap.cpp : Updates / Cleanups cam9002019-03-101-32/+62
* | (nw) Clean up the mess on master Vas Crabb2019-03-261-67/+76
* | Revert "conflict resolution (nw)" andreasnaive2019-03-251-76/+67
* | small update to readme (#4747) f205v2019-03-141-3/+4
|/
* Fix clang error: must explicitly qualify name of member function when taking ... AJR2019-03-081-1/+1
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-03-081-59/+59
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-1/+1
* get rid of the rest of the digfx MCFG as well (nw) Vas Crabb2019-01-071-3/+11
* 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