| Commit message (Expand) | Author | Age | Files | Lines |
| * | srcclean (nw) |  Vas Crabb | 2017-02-19 | 1 | -2/+2 |
| * | abc800_dsk: Fixed sector interleave. [Curt Coder] |  Curt Coder | 2017-02-17 | 2 | -2/+28 |
| * | Revert "wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder]" |  Olivier Galibert | 2017-02-16 | 4 | -11/+9 |
| * | wd177x_dsk, upd765_dsk: Fixed sector interleaving. [Curt Coder] |  Curt Coder | 2017-02-16 | 4 | -9/+11 |
| * | Merge pull request #2062 from shattered/_fb4f4dd |  R. Belmont | 2017-02-15 | 2 | -0/+85 |
| |\ |
|
| | * | ms0515.cpp -- hook up keyboard and floppy, improve video emulation etc. |  Sergey Svishchev | 2017-02-13 | 2 | -0/+85 |
| * | | dsk_dsk format: propagate CRC error flags |  Sergey Svishchev | 2017-02-13 | 1 | -2/+6 |
| * | | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -1/+0 |
| |/ |
|
| * | zx81: added tzx cassette format |  Nigel Barnes | 2017-02-01 | 4 | -61/+41 |
| * | apd_dsk: improved identify and simplified load (nw) |  Nigel Barnes | 2017-02-01 | 1 | -53/+74 |
| * | apd_dsk: new floppy format 'Archimedes Protected Disk' |  Nigel Barnes | 2017-01-16 | 2 | -0/+155 |
| * | formats/wd177x_dsk: allow override of build_sector_description, like nec765_dsk |  Sergey Svishchev | 2017-01-15 | 2 | -4/+4 |
| * | TeleDisk loader: accept images produced from 8" SSSD disks |  Sergey Svishchev | 2017-01-10 | 1 | -1/+3 |
| * | ImageDisk loader: don't crash on tracks with no data |  Sergey Svishchev | 2017-01-10 | 1 | -4/+7 |
| * | pc_dsk: Handle 1.44MB images with 1,024-byte footer, which have turned up in ... |  Justin Kerk | 2017-01-08 | 3 | -2/+8 |
| * | pc_dsk: Assume a smaller gap size to allow 400K disk images to load. Fixes e.... |  Justin Kerk | 2017-01-07 | 1 | -1/+1 |
| * | pc_dsk: Support 360K images with 512-byte header, found in some softlist entr... |  Justin Kerk | 2016-12-29 | 4 | -3/+19 |
| * | Archimedes: make floppies work. |  Sandro Ronco | 2016-12-23 | 1 | -2/+2 |
| * | A round of spelling/typographical fixes to source comments (nw) |  Scott Stone | 2016-11-24 | 2 | -2/+2 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -1/+1 |
| * | Revert "using of IS_ENABLED in files used in tiny build (nw)" |  Miodrag Milanovic | 2016-11-12 | 2 | -3/+3 |
| * | Revert "Use true/false if type used is bool (nw)" |  Miodrag Milanovic | 2016-11-12 | 1 | -1/+1 |
| * | Use true/false if type used is bool (nw) |  Miodrag Milanovic | 2016-11-11 | 1 | -1/+1 |
| * | using of IS_ENABLED in files used in tiny build (nw) |  Miodrag Milanovic | 2016-11-11 | 2 | -3/+3 |
| * | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 14 | -85/+85 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 161 | -2414/+2414 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 19 | -30/+30 |
| * | Bad OG, no cookie, nw either |  therealmogminer@gmail.com | 2016-09-25 | 1 | -1/+1 |
| * | Added HxC HFE disk format. |  Michael Zapf | 2016-09-18 | 2 | -0/+782 |
| * | Fixed a potential buffer overrun in the code that reads headers for the CoCo ... |  Nathan Woods | 2016-09-13 | 1 | -3/+6 |
| * | Merge pull request #1332 from npwoods/option_guide_and_imgtool |  Vas Crabb | 2016-09-10 | 1 | -45/+11 |
| |\ |
|
| | * | Properly catching another out of memory condition |  Nathan Woods | 2016-09-09 | 1 | -2/+7 |
| | * | Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... |  Nathan Woods | 2016-09-03 | 1 | -2/+1 |
| | * | Attempting to make option_guide and option_guide::entry POD types; need to fi... |  Nathan Woods | 2016-09-02 | 1 | -1/+2 |
| | * | Incorporating Vas Crabb feedback |  Nathan Woods | 2016-09-01 | 1 | -2/+2 |
| | * | option_guide C++-ification, touched up imgtool |  Nathan Woods | 2016-08-27 | 1 | -43/+4 |
| * | | ti99: Explicitly add the cell_size to mfm_w call (nw) |  Michael Zapf | 2016-09-05 | 1 | -6/+6 |
| * | | added header checks to identify in uef_cas and csw_cas formats |  Nigel Barnes | 2016-09-02 | 2 | -18/+38 |
| * | | srcclean and translation regeneration |  Vas Crabb | 2016-08-29 | 2 | -7/+7 |
| |/ |
|
| * | some C++14 features are not supported by VS2013. VS2015 is free for home use ... |  Miodrag Milanovic | 2016-08-27 | 1 | -5/+0 |
| * | ti99: Fixed another issue with double stepping. |  Michael Zapf | 2016-08-25 | 2 | -19/+44 |
| * | ti99: Forgot to reset the TRACE flag. |  Michael Zapf | 2016-08-24 | 1 | -1/+1 |
| * | Forgot srcclean |  Michael Zapf | 2016-08-24 | 1 | -1/+1 |
| * | ti99: Fix a problem with formatted disk images that do not match the expected... |  Michael Zapf | 2016-08-24 | 2 | -9/+12 |
| * | Performs argument checking on the return value of CassetteLegacyWaveFiller.ch... |  Nathan Woods | 2016-08-23 | 1 | -1/+8 |
| * | Fixed regression with cassette code that caused hangs to happen when loading ... |  Nathan Woods | 2016-08-20 | 2 | -22/+32 |
| * | casserr_t ==> enum class cassette_image::error |  Nathan Woods | 2016-08-20 | 46 | -302/+306 |
| * | Stop forcing cassette image create when loading zero-length images. Also min... |  Nathan Woods | 2016-08-20 | 2 | -7/+7 |
| * | Fixed an issue with legacy floppy loading caused by filetype() now being a st... |  Nathan Woods | 2016-08-18 | 2 | -6/+6 |
| * | abc80x: Fixed ABC-838 disk image cell size. [Curt Coder] |  Curt Coder | 2016-08-15 | 1 | -1/+1 |