| Commit message (Expand) | Author | Age | Files | Lines |
| * | floppy: Be really sure a cleared cache is seen as such |  Olivier Galibert | 2021-01-25 | 1 | -1/+1 |
| * | floppy.cpp: as_ticks returns a u64, so go unsigned all the way |  AJR | 2021-01-25 | 1 | -3/+1 |
| * | floppy: When the floppy head stays on an unformatted track from more than an ... |  Olivier Galibert | 2021-01-25 | 1 | -1/+1 |
| * | floppy: Add dir read on apple floppies |  Olivier Galibert | 2021-01-23 | 1 | -0/+3 |
| * | flopimg: Fix gcr checksum |  Olivier Galibert | 2021-01-22 | 1 | -1/+1 |
| * | Apple 2 floppy drive (diskiing, diskiing13): added sounds (#7685) |  leesaudan2 | 2021-01-21 | 1 | -2/+4 |
| * | swim2: Add mfm read, fix mfm write and mfm detection. SWIM2 seems done at th... |  Olivier Galibert | 2021-01-17 | 1 | -9/+5 |
| * | floppy: fix regression in new floppy [O. Galibert] |  arbee | 2021-01-16 | 1 | -2/+2 |
| * | floppy: fix precision issue and missing cache clear on write |  Olivier Galibert | 2021-01-16 | 1 | -7/+8 |
| * | swim2: Add reading, writing gcr up to track 63. |  Olivier Galibert | 2021-01-15 | 1 | -26/+134 |
| * | mac/swim2: Add apple drivers and associated communications |  Olivier Galibert | 2021-01-11 | 1 | -0/+170 |
| * | Provide the variants to the floppy formats |  Olivier Galibert | 2021-01-09 | 1 | -4/+4 |
| * | Actually build the accepted variants list in floppy |  Olivier Galibert | 2021-01-09 | 1 | -206/+82 |
| * | formats/apridisk.cpp: Don't use megabytes of stack space. |  Vas Crabb | 2020-10-10 | 1 | -5/+3 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -9/+7 |
| * | Complete sound modernization of remaining devices. Legacy callbacks and strea... |  Aaron Giles | 2020-09-28 | 1 | -6/+6 |
| * | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 1 | -3/+3 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 1 | -1/+0 |
| * | srcclean (nw) |  Vas Crabb | 2019-07-28 | 1 | -7/+7 |
| * | floppy: First stab at weak zones handling [O. Galibert] |  Olivier Galibert | 2019-07-01 | 1 | -21/+147 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -3/+2 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -2/+3 |
| * | imagedev\floppy: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-28 | 1 | -3/+2 |
| * | use the magic macros in mips.cpp, change signature of stuff in floppy.h to hi... |  Vas Crabb | 2018-11-29 | 1 | -6/+2 |
| * | (nw) fix stuff: |  Vas Crabb | 2018-11-29 | 1 | -1/+5 |
| * | Revert "floppy: Add an optional spinup delay to prevent unrealistic fast resp... |  Olivier Galibert | 2018-06-18 | 1 | -56/+14 |
| * | floppy: Add an optional spinup delay to prevent unrealistic fast responses. D... |  Michael Zapf | 2018-06-18 | 1 | -14/+56 |
| * | Floppy robustification, better bitstream handling [John Keoni Morris, Peter F... |  Olivier Galibert | 2018-05-26 | 1 | -14/+8 |
| * | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -5/+5 |
| * | floppy: Created floppies need to be initialized the same way as loaded floppies |  Dirk Best | 2018-05-08 | 1 | -24/+27 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -1/+1 |
| * | de-staticify initializations for src/devices/sound (nw) |  Wilbert Pol | 2018-02-25 | 1 | -1/+1 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
| * | floppy: Add TEAC FD-30A 3 inch floppy drive |  Dirk Best | 2017-11-01 | 1 | -0/+36 |
| * | srcclean (nw) |  Vas Crabb | 2017-10-22 | 1 | -1/+1 |
| * | hiscore.dat: updates [Leezer] |  cracyc | 2017-10-15 | 1 | -2/+3 |
| * | isbc: these break the SCT (nw) |  cracyc | 2017-09-30 | 1 | -1/+1 |
| * | floppy: Add drive LED callback |  Dirk Best | 2017-08-27 | 1 | -21/+33 |
| * | floppy: Added FLOPPY_HFE_FORMAT to default_floppy_formats. |  Nigel Barnes | 2017-08-24 | 1 | -0/+1 |
| * | HP9845: improved keyboard mapping & German layout (#2351) |  fulivi | 2017-06-05 | 1 | -1/+1 |
| * | some more device_add_mconfig. Only devices/bus remains. (nw) |  Ivan Vangelista | 2017-06-02 | 1 | -5/+1 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
| * | floppy: Fix for a segfault when emulating HP9895 drive [F.Ulivi] |  fulivi | 2017-05-21 | 1 | -1/+8 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -97/+93 |
| * | Fix compile error noticed on VS (nw) |  Miodrag Milanovic | 2017-03-26 | 1 | -1/+1 |
| * | Oops (nw) |  AJR | 2017-03-03 | 1 | -1/+1 |
| * | Device validation fixes, floppy edition (nw) |  AJR | 2017-03-03 | 1 | -4/+4 |
| * | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 1 | -8/+0 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -60/+62 |
| * | remove tag() argument from logerror() calls in cpu/i86, floppy code |  Sergey Svishchev | 2017-02-20 | 1 | -2/+2 |