| Commit message (Expand) | Author | Age | Files | Lines |
* | Rearrange source to match project structure (done using the script in src/too... |  Vas Crabb | 2022-06-27 | 1 | -716/+0 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -25/+22 |
* | pinball: indicate save-state availability |  Robbbert | 2022-04-06 | 1 | -19/+19 |
* | wpc_95: Added inputs and keycodes. Games are playable. |  Robbbert | 2022-02-06 | 1 | -1/+2 |
* | wpc_flip1,wpc_flip2,wpc_dot,wpc_an: added savestate |  Robbbert | 2022-02-03 | 1 | -0/+9 |
* | wpc_flip1,wpc_flip2,wpc_an,wpc_dot: Added keycodes to start games. |  Robbbert | 2022-02-03 | 1 | -101/+131 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -6/+5 |
* | drivers starting with t, u, v, w and most of drivers starting with x: removed... |  Ivan Vangelista | 2020-06-16 | 1 | -2/+2 |
* | more macro removal (nw) |  Ivan Vangelista | 2020-05-19 | 1 | -26/+6 |
* | new not working clone |  Ivan Vangelista | 2019-04-01 | 1 | -0/+20 |
* | src/mame: more MCFG removal (nw) |  Ivan Vangelista | 2018-12-06 | 1 | -12/+15 |
* | mame/audio: various devcb3ification and demacroification (nw) |  Ivan Vangelista | 2018-11-22 | 1 | -4/+4 |
* | Better support for screen orientation/geometry: |  Vas Crabb | 2018-07-26 | 1 | -33/+22 |
* | Allow per-device internal layouts and remove some more MCFG_ macros. |  Vas Crabb | 2018-07-16 | 1 | -1/+1 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -1/+1 |
* | Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... |  MooglyGuy | 2018-05-13 | 1 | -19/+19 |
* | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -10/+10 |
* | Set finder tag relative to current device being configured rather than |  Vas Crabb | 2018-04-30 | 1 | -1/+1 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -13/+14 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -1/+1 |