| Commit message (Expand) | Author | Age | Files | Lines |
| * | enmirage: fixed and updated to load and play via MIDI, panel controls hooked ... |  tim lindner | 2021-06-03 | 1 | -0/+1 |
| * | floppy: fix the build |  Patrick Mackinlay | 2021-06-01 | 1 | -0/+1 |
| * | floppy: Change the formats from an intrusive list to a vector |  Olivier Galibert | 2021-05-27 | 1 | -2/+2 |
| * | floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed |  Olivier Galibert | 2021-05-25 | 1 | -0/+2 |
| * | flux screen: accelerate writes |  Olivier Galibert | 2021-05-25 | 1 | -1/+1 |
| * | Experimental flux viewer, activate by #define FLUX_SCREEN 1 in floppy.cpp |  Olivier Galibert | 2021-05-25 | 1 | -0/+29 |
| * | reorganize the floptool code, add some write support |  Olivier Galibert | 2021-05-24 | 1 | -4/+6 |
| * | floppy: first steps on metadata, and hopefully make gcc happier on enumerate |  Olivier Galibert | 2021-04-28 | 1 | -1/+1 |
| * | floppy: start block-devicing fielsystem support |  Olivier Galibert | 2021-04-28 | 1 | -8/+9 |
| * | apple2gs: updates [R. Belmont] |  arbee | 2021-03-15 | 1 | -3/+5 |
| * | floppy: make format determination earlier |  Olivier Galibert | 2021-03-05 | 1 | -1/+1 |
| * | floppy: Beginning of the support for preformatted floppy images. |  Olivier Galibert | 2021-03-05 | 1 | -0/+46 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 1 | -38/+21 |
| * | mac128: Implement the PWM (NEW_IWM only), fix the via clocks |  Olivier Galibert | 2021-02-23 | 1 | -0/+1 |
| * | floppy: Filter out the writes when write protected, useful when when the appl... |  Olivier Galibert | 2021-02-12 | 1 | -1/+5 |
| * | floppy 525: Better wpt management |  Olivier Galibert | 2021-02-04 | 1 | -0/+2 |
| * | iwm: remove disable_mon, move to floppy |  Olivier Galibert | 2021-01-31 | 1 | -1/+2 |
| * | swim2: Add mfm read, fix mfm write and mfm detection. SWIM2 seems done at th... |  Olivier Galibert | 2021-01-17 | 1 | -1/+0 |
| * | floppy: fix precision issue and missing cache clear on write |  Olivier Galibert | 2021-01-16 | 1 | -1/+2 |
| * | swim2: Add reading, writing gcr up to track 63. |  Olivier Galibert | 2021-01-15 | 1 | -2/+26 |
| * | mac/swim2: Add apple drivers and associated communications |  Olivier Galibert | 2021-01-11 | 1 | -2/+40 |
| * | Actually build the accepted variants list in floppy |  Olivier Galibert | 2021-01-09 | 1 | -3/+1 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -1/+1 |
| * | Complete sound modernization of remaining devices. Legacy callbacks and strea... |  Aaron Giles | 2020-09-28 | 1 | -1/+1 |
| * | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 1 | -1/+1 |
| * | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -11/+13 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 1 | -2/+1 |
| * | floppy: First stab at weak zones handling [O. Galibert] |  Olivier Galibert | 2019-07-01 | 1 | -2/+17 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -13/+0 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -0/+13 |
| * | imagedev\floppy: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-28 | 1 | -13/+0 |
| * | use the magic macros in mips.cpp, change signature of stuff in floppy.h to hi... |  Vas Crabb | 2018-11-29 | 1 | -3/+3 |
| * | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -0/+10 |
| * | -via6522: Removed MCFG acessors, nw |  mooglyguy | 2018-08-09 | 1 | -2/+2 |
| * | misc cleanup and stuff to make macro removal easier (nw) |  Vas Crabb | 2018-07-05 | 1 | -1/+11 |
| * | Revert "floppy: Add an optional spinup delay to prevent unrealistic fast resp... |  Olivier Galibert | 2018-06-18 | 1 | -13/+0 |
| * | floppy: Add an optional spinup delay to prevent unrealistic fast responses. D... |  Michael Zapf | 2018-06-18 | 1 | -0/+13 |
| * | floppy: Created floppies need to be initialized the same way as loaded floppies |  Dirk Best | 2018-05-08 | 1 | -0/+2 |
| * | floppy: Add TEAC FD-30A 3 inch floppy drive |  Dirk Best | 2017-11-01 | 1 | -0/+1 |
| * | floppy.h: Don't change sides if the drive has only one head. (nw) |  Curt Coder | 2017-10-12 | 1 | -1/+1 |
| * | floppy: Add drive LED callback |  Dirk Best | 2017-08-27 | 1 | -0/+9 |
| * | Further improvements to slot option validation (nw) |  AJR | 2017-06-10 | 1 | -0/+5 |
| * | some more device_add_mconfig. Only devices/bus remains. (nw) |  Ivan Vangelista | 2017-06-02 | 1 | -1/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -74/+48 |
| * | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 1 | -1/+0 |
| * | Merge pull request #1974 from shattered/_55d0495 |  R. Belmont | 2017-01-14 | 1 | -1/+4 |
| |\ |
|
| | * | imagedev/floppy: add has_trk00 property, initially for IBM 6360 8-inch drives |  Sergey Svishchev | 2017-01-15 | 1 | -1/+2 |
| | * | imagedev/floppy: add 'dskchg_writable' property (for Sony Microfloppy drives) |  Sergey Svishchev | 2017-01-15 | 1 | -0/+2 |
| * | | Taito 68705 interface improvements: |  Vas Crabb | 2017-01-15 | 1 | -0/+3 |
| |/ |
|
| * | IBM 6580 Displaywriter de-skeletonization [shattered] |  Sergey Svishchev | 2017-01-10 | 1 | -0/+2 |