Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bad OG, no cookie, nw either | 2016-09-25 | 1 | -1/+1 | |
| | |||||
* | Added HxC HFE disk format. | 2016-09-18 | 2 | -0/+782 | |
| | |||||
* | Fixed a potential buffer overrun in the code that reads headers for the CoCo ↵ | 2016-09-13 | 1 | -3/+6 | |
| | | | | JVC disk image format | ||||
* | Merge pull request #1332 from npwoods/option_guide_and_imgtool | 2016-09-10 | 1 | -45/+11 | |
|\ | | | | | option_guide C++-ification, touched up imgtool | ||||
| * | Properly catching another out of memory condition | 2016-09-09 | 1 | -2/+7 | |
| | | |||||
| * | Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ↵ | 2016-09-03 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | namespaces Caveats: 1. Because of how this trick works, it is no longer possible to declare an option guide as static, so I had to make a bunch of changes 2. I'm going to want the hardcore C++ guys (i.e. - Vas) to review this with a fine toothed comb | ||||
| * | Attempting to make option_guide and option_guide::entry POD types; need to ↵ | 2016-09-02 | 1 | -1/+2 | |
| | | | | | | | | figure out a better way to do OPTION_GUIDE_EXTERN | ||||
| * | Incorporating Vas Crabb feedback | 2016-09-01 | 1 | -2/+2 | |
| | | |||||
| * | option_guide C++-ification, touched up imgtool | 2016-08-27 | 1 | -43/+4 | |
| | | | | | | | | | | | | The main point of this change is to C++-ify option_guide. It was changed from a struct array to a class, namespaced etc, with the ultimate hope of incorporating an in-emulation image creation UI. Imgtool got hit with a number of changes; I'll probably have to bring that off of the backburner and touch that up too | ||||
* | | ti99: Explicitly add the cell_size to mfm_w call (nw) | 2016-09-05 | 1 | -6/+6 | |
| | | |||||
* | | added header checks to identify in uef_cas and csw_cas formats | 2016-09-02 | 2 | -18/+38 | |
| | | |||||
* | | srcclean and translation regeneration | 2016-08-29 | 2 | -7/+7 | |
|/ | |||||
* | some C++14 features are not supported by VS2013. VS2015 is free for home use ↵ | 2016-08-27 | 1 | -5/+0 | |
| | | | | so no need for legacy support (nw) | ||||
* | ti99: Fixed another issue with double stepping. | 2016-08-25 | 2 | -19/+44 | |
| | |||||
* | ti99: Forgot to reset the TRACE flag. | 2016-08-24 | 1 | -1/+1 | |
| | |||||
* | Forgot srcclean | 2016-08-24 | 1 | -1/+1 | |
| | |||||
* | ti99: Fix a problem with formatted disk images that do not match the ↵ | 2016-08-24 | 2 | -9/+12 | |
| | | | | expected file size | ||||
* | Performs argument checking on the return value of ↵ | 2016-08-23 | 1 | -1/+8 | |
| | | | | | | | | | | | | CassetteLegacyWaveFiller.chunk_sample_calc() This is just better error checking. You can see this if you create a garbage file named 'foo.csw' and invoke the following command: mame bbcb -cass1 foo.csw With this change you get an invalid image error. Without it, you get this: Caught unhandled St12length_error exception: vector::_M_default_append | ||||
* | Fixed regression with cassette code that caused hangs to happen when loading ↵ | 2016-08-20 | 2 | -22/+32 | |
| | | | | | | cassette image formats that lacked read/write support This entailed reintroducing device_image_interface::make_readonly(); I also reimplemented the feature in the cassette code in a less hacky way. | ||||
* | casserr_t ==> enum class cassette_image::error | 2016-08-20 | 46 | -302/+306 | |
| | |||||
* | Stop forcing cassette image create when loading zero-length images. Also ↵ | 2016-08-20 | 2 | -7/+7 | |
| | | | | minor C++-ifications to cassette code (usage of bool and std::string, C++ comments) | ||||
* | Fixed an issue with legacy floppy loading caused by filetype() now being a ↵ | 2016-08-18 | 2 | -6/+6 | |
| | | | | | | std::string This caused 'mame a800 -flop1 brucelee' to fail on startup, but after this fix the image mounts but incorrectly. | ||||
* | abc80x: Fixed ABC-838 disk image cell size. [Curt Coder] | 2016-08-15 | 1 | -1/+1 | |
| | |||||
* | hdc92x4: Added 9224 emulation; ti99_dsk: Fixed issue with deleted data marks ↵ | 2016-08-14 | 1 | -23/+24 | |
| | | | | in FM | ||||
* | victor9k: WIP. (nw) | 2016-08-14 | 1 | -0/+2 | |
| | |||||
* | victor9k: Set floppy RPM after track step. Boots to CP/M now. [Curt Coder] | 2016-08-12 | 1 | -1/+1 | |
| | |||||
* | for bool type use true and false (nw) | 2016-07-31 | 1 | -2/+2 | |
| | |||||
* | fix after pass through the diff | 2016-08-01 | 2 | -4/+4 | |
| | |||||
* | made constexprs lower case and used constexpr for returning input value as ↵ | 2016-07-31 | 8 | -57/+57 | |
| | | | | well for rest of defines in osdcomm.h (nw) | ||||
* | cleanup of some conversions (nw) | 2016-07-31 | 1 | -1/+1 | |
| | |||||
* | fix linux compile (nw) | 2016-07-31 | 1 | -1/+1 | |
| | |||||
* | std::min and std:max instead of MIN and MAX, also some more macros converted ↵ | 2016-07-31 | 4 | -15/+16 | |
| | | | | to inline functions (nw) | ||||
* | Cleanups and version bump | 2016-07-27 | 1 | -1/+1 | |
| | |||||
* | renamed bbc_dsk to acorn_dsk | 2016-07-16 | 4 | -514/+819 | |
| | | | | | | | - split ssd/dsd formats - added opus ddos format - split adfs into oldmap and newmap formats for archimedes - logging | ||||
* | fsd_dsk: more logging (nw) | 2016-07-16 | 1 | -9/+19 | |
| | |||||
* | Fix archimedes disk format [O. Galibert] | 2016-07-15 | 1 | -1/+6 | |
| | |||||
* | C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ↵ | 2016-07-07 | 6 | -71/+55 | |
| | | | | changed option_resolution to be a class, etc) | ||||
* | gcc 6.1.1 warning fixes (nw) | 2016-06-16 | 1 | -3/+3 | |
| | |||||
* | MT 06236 [Robbbert] | 2016-06-15 | 1 | -5/+8 | |
| | |||||
* | MT 05783 [Robbbert] | 2016-06-12 | 1 | -13/+21 | |
| | |||||
* | fsd_dsk: logging (nw) | 2016-06-05 | 1 | -18/+13 | |
| | |||||
* | e01: added acorn filestore floppy format and softlist | 2016-06-05 | 2 | -0/+97 | |
| | |||||
* | sorcerer: calculate baud rates based on actual dividers on pcb. Fixed a bug ↵ | 2016-06-05 | 1 | -1/+1 | |
| | | | | with quickload. | ||||
* | Bad boy, Micko (nw) | 2016-05-19 | 1 | -1/+1 | |
| | |||||
* | Workaround for MT 06194 (potential segfault during floppy load) | 2016-05-01 | 1 | -0/+6 | |
| | |||||
* | MT 06189 | 2016-05-01 | 1 | -0/+4 | |
| | |||||
* | cgenie.cpp: expanded .cas support so that also files created by | 2016-04-24 | 1 | -30/+40 | |
| | | | | Genieous emulator can be loaded. [Fabio Priuli] | ||||
* | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 7 | -14/+14 | |
| | |||||
* | Typo fix: nonexistant → nonexistent | 2016-04-01 | 1 | -1/+1 | |
| | |||||
* | Typo fix: threshholds → thresholds | 2016-03-31 | 1 | -1/+1 | |
| |