| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Revert "chd.cpp: Refactoring, part 2" |  Vas Crabb | 2023-10-27 | 1 | -25/+9 |
| * | chd.cpp: Refactoring, part 2 |  AJR | 2023-10-23 | 1 | -9/+25 |
| * | srcclean in preparation for MAME 0.260 release branch |  Vas Crabb | 2023-10-22 | 1 | -1/+1 |
| * | midiin_device: support loading sysex dumps (#11625) |  Devin Acker | 2023-10-20 | 2 | -5/+33 |
| * | Floppy format API refinements |  AJR | 2023-10-08 | 1 | -3/+3 |
| * | imagedev/floppy.cpp: Workaround for index timing regression |  AJR | 2023-10-02 | 1 | -2/+2 |
| * | Miscellaneous change roll-up: |  Vas Crabb | 2023-09-29 | 1 | -2/+2 |
| * | Remove flopimg.h and fsmgr.h from floppy device header |  AJR | 2023-09-24 | 2 | -13/+26 |
| * | nscsi: Add SCSI tape device based on SIMH tape image format (#11430) |  Miƫtek Bak | 2023-09-14 | 2 | -0/+137 |
| * | imagedev/floppy.cpp: Add hard-sector floppy support |  Eric Anderson | 2023-09-05 | 2 | -6/+43 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 4 | -11/+3 |
| * | floppy.cpp: add Teac FD55-A and FD55-B drive types (#11342) |  Mark Garlanger | 2023-06-16 | 2 | -2/+64 |
| * | ti99: Some debug output improvements |  Michael Zapf | 2023-06-08 | 1 | -4/+5 |
| * | Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... |  arbee | 2023-06-03 | 1 | -1/+1 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 4 | -40/+40 |
| * | srcclean in preparation for MAME 0.255 branch |  Vas Crabb | 2023-05-28 | 1 | -1/+1 |
| * | imagedev/midiin.cpp: fix error condition handling so midi files can be loaded... |  Devin Acker | 2023-05-27 | 1 | -3/+3 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 2 | -15/+15 |
| * | Remove stray fprintf |  Olivier Galibert | 2023-05-08 | 1 | -1/+0 |
| * | image: Fix initialisation order, fix file menu enable, refine gdrom support |  Olivier Galibert | 2023-05-08 | 2 | -10/+5 |
| * | atapicdr, cdromimg: Fix gdrom support |  Olivier Galibert | 2023-05-05 | 1 | -2/+2 |
| * | cdrom: Bunch of fixes |  Olivier Galibert | 2023-05-05 | 1 | -5/+28 |
| * | chd: Add dvd support. better abstraction in general, multi-image support in a... |  Olivier Galibert | 2023-05-04 | 5 | -137/+335 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 32 | -191/+198 |
| * | -Improved some Lua APIs: |  Vas Crabb | 2023-04-07 | 23 | -195/+184 |
| * | neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. |  Vas Crabb | 2023-04-05 | 1 | -2/+2 |
| * | Small fixes and cleanup: |  Vas Crabb | 2023-04-04 | 3 | -6/+6 |
| * | emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). |  Vas Crabb | 2023-04-01 | 3 | -6/+9 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 32 | -139/+157 |
| * | imagedev/floppy.cpp: Fix build |  AJR | 2023-02-26 | 1 | -1/+1 |
| * | imagedev/floppy: Eliminate superfluous return value for load callback |  AJR | 2023-02-26 | 1 | -1/+1 |
| * | Various cleanups: |  Vas Crabb | 2023-02-27 | 3 | -14/+14 |
| * | diimage.h: Move a few macro and delegate definitions down into subclasses |  AJR | 2023-01-01 | 2 | -0/+6 |
| * | imagedev: Allow command-line creation for tapes/memory cards/printouts. |  Vas Crabb | 2022-12-24 | 4 | -0/+4 |
| * | floppy sound: fix spin sample oob access |  hap | 2022-12-06 | 1 | -3/+6 |
| * | harddisk.h: #include shuffling |  AJR | 2022-11-26 | 1 | -0/+1 |
| * | Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... |  npwoods | 2022-09-19 | 2 | -4/+11 |
| * | -gameboy.xml, gbcolor.xml: Demoted HuC-3 games to partially working. |  Vas Crabb | 2022-09-12 | 1 | -1/+1 |
| * | OSD/network interface cleanup |  AJR | 2022-08-28 | 4 | -1/+11 |
| * | imagedev/midiin.cpp: send All Notes Off CC when unloading a MIDI file (#10221) |  Devin Acker | 2022-08-14 | 1 | -0/+10 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 13 | -158/+147 |
| * | Removed superfluous semicolons from various source files. (#9796) |  0kmg | 2022-05-22 | 1 | -1/+1 |
| * | Revert "bitbanger: Add udp multicast support (#9744)" (#9749) |  Vas Crabb | 2022-05-13 | 2 | -30/+0 |
| * | bitbanger: Add udp multicast support (#9744) |  tedgreen99 | 2022-05-12 | 2 | -0/+30 |
| * | Revert "tests" |  hap | 2022-04-26 | 1 | -23/+0 |
| * | Revert "debug" |  hap | 2022-04-26 | 1 | -2/+1 |
| * | debug |  Olivier Galibert | 2022-04-26 | 1 | -1/+2 |
| * | tests |  Olivier Galibert | 2022-04-26 | 1 | -0/+23 |
| * | Changed floppy_image_device::identify() to take std::string_view instead of s... |  npwoods | 2022-04-24 | 2 | -2/+2 |
| * | srcclean in preparation for 0.243 |  Vas Crabb | 2022-04-24 | 1 | -1/+1 |