w'/>
summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wpc_dot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-716/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-25/+22
* pinball: indicate save-state availability Robbbert2022-04-061-19/+19
* wpc_95: Added inputs and keycodes. Games are playable. Robbbert2022-02-061-1/+2
* wpc_flip1,wpc_flip2,wpc_dot,wpc_an: added savestate Robbbert2022-02-031-0/+9
* wpc_flip1,wpc_flip2,wpc_an,wpc_dot: Added keycodes to start games. Robbbert2022-02-031-101/+131
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-6/+5
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-2/+2
* more macro removal (nw) Ivan Vangelista2020-05-191-26/+6
* new not working clone Ivan Vangelista2019-04-011-0/+20
* src/mame: more MCFG removal (nw) Ivan Vangelista2018-12-061-12/+15
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-4/+4
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-33/+22
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-19/+19
* 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-10/+10
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-13/+14
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1