| Commit message (Expand) | Author | Age | Files | Lines |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -4/+1 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 1 | -10/+10 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 13 | -30/+30 |
| * | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 3 | -26/+157 |
| * | Miscellaneous cleanup, and a couple of error checks. |  Vas Crabb | 2024-01-25 | 2 | -2/+2 |
| * | Revert "Clean up the Votrax SC-01[-A] class names and device names. [Lord Nig... |  Vas Crabb | 2023-07-12 | 2 | -2/+2 |
| * | Clean up the Votrax SC-01[-A] class names and device names. [Lord Nightmare] |  Lord-Nightmare | 2023-07-11 | 2 | -2/+2 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -5/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 7 | -23/+23 |
| * | Add support for the older Votrax SC-01 chip; currently only used by Bally Ast... |  Lord-Nightmare | 2023-05-16 | 1 | -1/+1 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 2 | -4/+4 |
| * | -Improved some Lua APIs: |  Vas Crabb | 2023-04-07 | 1 | -1/+1 |
| * | emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). |  Vas Crabb | 2023-04-01 | 1 | -3/+3 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 2 | -4/+4 |
| * | Use ioprocs classes instead of emu_file for device_nvram_interface's load and... |  AJR | 2022-02-27 | 1 | -3/+2 |
| * | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 1 | -0/+1 |
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -2/+2 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 2 | -10/+3 |
| * | adam, bw2, cbm2, newbrain, pet, plus4, pofo, vic10, vic20: Eliminate bus tag ... |  AJR | 2021-06-20 | 1 | -8/+0 |
| * | 6522via.cpp: Distinguish some different VIA types |  AJR | 2021-01-21 | 1 | -2/+2 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 14 | -38/+21 |
| * | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -1/+1 |
| * | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 2 | -4/+4 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -9/+9 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -21/+5 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
| * | vic20: Removed deprecated code. (nw) |  Curt Coder | 2019-05-21 | 1 | -8/+0 |
| * | mc6845: More consistent identification of HD6845S variant (nw) |  AJR | 2019-05-18 | 2 | -3/+3 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 22 | -87/+87 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 22 | -87/+87 |
| * | mc6845, crtc_ega: Simplify read/write handlers (nw) |  AJR | 2019-02-19 | 1 | -3/+3 |
| * | votrax: Simplify write handlers (nw) |  AJR | 2019-02-19 | 1 | -2/+2 |
| * | bus/adam, bus/cbm2, bus/coleco, bus/vic20: Eliminate unnecessary address_spac... |  AJR | 2019-02-19 | 22 | -53/+53 |
| * | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 1 | -7/+8 |
| * | devices/bus: a few more MACHINE_CONFIG macros removed (nw) |  Ivan Vangelista | 2019-02-09 | 2 | -8/+7 |
| * | some more MCFG macros removal (nw) |  Ivan Vangelista | 2019-02-08 | 1 | -1/+1 |
| * | intelfsh: Eliminate address_space argument from read/write handlers (nw) |  AJR | 2019-02-01 | 1 | -17/+17 |
| * | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -1/+1 |
| * | videopak.cpp: Fixed MT#06566, Mounting Data 20 Video Pak (videopak) causes ex... |  mooglyguy | 2018-12-01 | 1 | -6/+2 |
| * | mc6845, upd7220: removed MCFG macros (nw) |  Ivan Vangelista | 2018-11-20 | 1 | -4/+5 |
| * | -intelfsh: Removed MCFG, nw |  mooglyguy | 2018-09-05 | 1 | -3/+4 |
| * | -via6522: Removed MCFG acessors, nw |  mooglyguy | 2018-08-09 | 1 | -16/+18 |
| * | Previous commit examples of use (nw) |  Olivier Galibert | 2018-08-02 | 1 | -2/+2 |
| * | -vic20: Removed MCFG and duplicated machine configs. [Ryan Holtz] |  mooglyguy | 2018-08-01 | 3 | -33/+22 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 2 | -19/+12 |
| * | acro removal, disambiguation, debugger side effects (nw) |  Vas Crabb | 2018-06-15 | 1 | -8/+8 |
| * | Remove emupal.h from emu.h (nw) |  AJR | 2018-06-13 | 1 | -0/+1 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -17/+17 |
| * | More cleanup/streamlining of machine configuration and macros: |  Vas Crabb | 2018-05-15 | 1 | -2/+2 |
| * | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |