| Commit message (Expand) | Author | Age | Files | Lines |
| * | ussr/uknc.cpp: Added cassette interface and qbus slots with floppy controller... |  shattered | 2024-04-16 | 2 | -0/+69 |
| * | -emu/gamedrv.h: Got rid of the "clickable artwork" system flag. |  Vas Crabb | 2024-04-14 | 1 | -1/+0 |
| * | Fixed a few class memory access warnings. |  Vas Crabb | 2024-04-14 | 1 | -3/+5 |
| * | lib/formats/dmk_dsk.cpp: Header byte 4 is not reserved. Fixes MT 8851. (#12232) |  wilbertpol | 2024-04-12 | 1 | -1/+1 |
| * | 1942: correct default lives dipswitch, |  hap | 2024-04-12 | 1 | -3/+3 |
| * | util/cdrom.cpp: Zero entire output TOC structure in cdrom_file::parse_metadat... |  MetalSlug | 2024-04-09 | 1 | -1/+2 |
| * | util/unzip.cpp: Work around spurious maybe uninitialised warning with certain... |  Vas Crabb | 2024-03-25 | 1 | -1/+1 |
| * | formats/dmk_dsk.cpp: Improve checks in identify. (#12118) |  wilbertpol | 2024-03-22 | 1 | -55/+65 |
| * | imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... |  wilbertpol | 2024-03-22 | 3 | -4/+112 |
| * | -mr/nl_dribling.cpp: Added note about error in schematic. |  Vas Crabb | 2024-03-22 | 1 | -1/+1 |
| * | mr/dribling.cpp: Added netlist sound simulation for Model Racing Dribbling. (... |  Paperinik | 2024-03-21 | 1 | -1287/+2854 |
| * | util/cdrom.cpp: Refactored parse_cue and parse_gdicue (should fix GitHub #120... |  987123879113 | 2024-03-07 | 2 | -468/+158 |
| * | coreutil.h: Eliminate core_crc32 wrapper function in favor of util::crc32_cre... |  AJR | 2024-02-26 | 2 | -19/+0 |
| * | formats/flopimg.cpp: Fix apparent logic error in write splice setting test |  AJR | 2024-02-25 | 1 | -1/+1 |
| * | Merge branch 'release0263' into HEAD |  Vas Crabb | 2024-02-26 | 1 | -1/+9 |
| |\ |
|
| | * | util/bitstream.h: Adjust m_doffset based on m_dbitoffs when flushing. (#12060) |  987123879113 | 2024-02-25 | 1 | -1/+9 |
| * | | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 96 | -1387/+1595 |
| |/ |
|
| * | util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... |  987123879113 | 2024-02-24 | 1 | -13/+45 |
| * | Revert "util/bitstream.cpp: Fixed cases where bits would be dropped when read... |  Vas Crabb | 2024-02-24 | 1 | -45/+13 |
| * | util/bitstream.cpp: Fixed cases where bits would be dropped when reading and ... |  987123879113 | 2024-02-24 | 1 | -13/+45 |
| * | Removed some unnecessary backslash line continuations. (#12047) |  amameuser | 2024-02-21 | 5 | -10/+10 |
| * | formats/fs_fat.cpp: Add the 5.25" disk formats |  AJR | 2024-02-19 | 1 | -0/+6 |
| * | heathkit/h89.cpp: Add a software list for H88 cassettes. (#12019) |  Mark Garlanger | 2024-02-18 | 1 | -33/+38 |
| * | lib/netlist: Removed duplicate $(OBJ)/devices from object directories in make... |  amameuser | 2024-02-18 | 1 | -1/+0 |
| * | util/chd.cpp: Calculate size of buffer needed to store hunk map (fixes #12023... |  balr0g | 2024-02-17 | 1 | -8/+19 |
| * | image_handler.cpp: Floppy fixes |  AJR | 2024-02-15 | 1 | -4/+0 |
| * | formats/acorn_dsk.cpp: Disallow identification of "ssd" format based on recor... |  AJR | 2024-02-15 | 1 | -1/+1 |
| * | sfrj/idpartner.cpp: hookup dma, pio and rtc |  Miodrag Milanovic | 2024-02-15 | 1 | -3/+11 |
| * | sfrj/idpartner.cpp - fixed floppy daisy chain |  Miodrag Milanovic | 2024-02-13 | 2 | -0/+77 |
| * | imagedev/floppy.cpp: Delete unused getter that leaked details |  AJR | 2024-02-11 | 1 | -1/+1 |
| * | formats/fs_prodos.cpp: Recognize some file types |  AJR | 2024-02-10 | 1 | -1/+46 |
| * | formats/fs_prodos.cpp: Feature updates |  AJR | 2024-02-10 | 2 | -26/+34 |
| * | formats/fs_fat.cpp: Various fixes |  AJR | 2024-02-10 | 3 | -10/+31 |
| * | tools/chdman.cpp: Fixed numerous issues, including: |  Vas Crabb | 2024-02-10 | 2 | -21/+19 |
| * | bus/qbus: Added DVK MX floppy controller. (#11840) |  shattered | 2024-02-09 | 2 | -53/+99 |
| * | util/cdrom.cpp: Removed unreachable additional handler for MODE2/2336 tracks.... |  stonedDiscord | 2024-02-06 | 1 | -5/+0 |
| * | Fix compilation against musl (#12000) |  Elaine Gibson | 2024-02-03 | 1 | -1/+1 |
| * | Miscellaneous cleanups: |  Vas Crabb | 2024-02-03 | 2 | -6/+6 |
| * | util/cdrom.h: Fixed size of track info array. |  Vas Crabb | 2024-01-26 | 2 | -27/+2 |
| * | imagedev/cdromimg.cpp: Fixed object lifecycles when loading from softlist or ... |  Vas Crabb | 2024-01-26 | 1 | -1/+1 |
| * | lib/util/cdrom.h: fix out-of-bounds MAME init crash when disc is 99 tracks |  angelosa | 2024-01-25 | 1 | -1/+1 |
| * | change times to the typical of the fast type instead of the max of the worst ... |  stonedDiscord | 2024-01-17 | 1 | -34/+34 |
| * | Add 74147, 74148, 74151 and 74368 chips to netlist devices (#11921) |  stonedDiscord | 2024-01-10 | 1 | -0/+247 |
| * | jvc_dsk, os9_dsk.cpp: Add 3.5 inch disk formats, adjust scoring (#11899) |  tim lindner | 2024-01-08 | 2 | -82/+100 |
| * | formats/ap_dsk35.cpp, formats/lw30_dsk.cpp, shared/xbox_usb.cpp: Use multibyt... |  AJR | 2024-01-07 | 2 | -12/+7 |
| * | util/cdrom.cpp: Don't strip pregaps from Redump GD-ROM files (#11913) |  Maxime Gauduin | 2024-01-06 | 1 | -44/+1 |
| * | lib/util/flac.cpp: Add support for flac data where bits_per_sample != 16. (#1... |  wilbertpol | 2023-12-30 | 3 | -10/+63 |
| * | ui: remove use of utf8.h |  hap | 2023-12-22 | 1 | -5/+0 |
| * | misc: remove some use of utf8.h in input defs |  hap | 2023-12-22 | 1 | -29/+0 |
| * | formats/flacfile.cpp: Removed unnecessary calls to decoder.reset(). (#11845) |  wilbertpol | 2023-12-17 | 1 | -4/+0 |