Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mfmhd: using string instead of char* | 2015-08-02 | 2 | -7/+8 | |
| | |||||
* | mfmhd: Introduced format definition, now generally available. | 2015-08-02 | 2 | -0/+961 | |
| | |||||
* | mfmhd: Autodetect gaps, defined formats | 2015-08-02 | 1 | -5/+3 | |
| | |||||
* | Add the rest of the 3-bit palettes and add the possiblity to set | 2015-07-29 | 2 | -0/+63 | |
| | | | | individual r/g/b levels for pens | ||||
* | floppy: Fix amiga crc (fixes adf) (nw) | 2015-07-28 | 1 | -1/+1 | |
| | |||||
* | guab: Updated driver to use the standard wd floppy controller. | 2015-07-09 | 2 | -0/+75 | |
| | | | | | | | This also means that it now uses the software list system instead of loading the floppy disk image into a memory region. To run the driver use: "mame guab -flop guab3" now. You may also just start the driver, then choose a floppy disk image from the builtin file manager. | ||||
* | no idea what i changed :( (nw) | 2015-07-08 | 1 | -1/+1 | |
| | |||||
* | blame balrog for this :) (NW) | 2015-07-08 | 3 | -7/+8 | |
| | |||||
* | c128_flop.xml: Added Paperback Writer 128, Term Paper Writer, The Great War, ↵ | 2015-07-07 | 1 | -7/+5 | |
| | | | | and Your Personal Financial Planner 128 disk images. [Curt Coder] | ||||
* | g64_dsk: Respect the number of tracks specified in the image header. [Curt ↵ | 2015-07-05 | 2 | -55/+76 | |
| | | | | Coder] | ||||
* | This is it. ti99 says Goodbye to legacy floppy. | 2015-07-05 | 2 | -2009/+3 | |
| | |||||
* | Cleanups and version bumpmame0163 | 2015-06-24 | 40 | -1958/+1955 | |
| | |||||
* | move some legacy formats over to imgtool since it's now the only user | 2015-06-10 | 4 | -1293/+0 | |
| | |||||
* | vtech1_dsk: remove, no longer used | 2015-06-08 | 2 | -59/+0 | |
| | |||||
* | cpis_dsk: remove legacy format | 2015-06-08 | 2 | -106/+1 | |
| | |||||
* | msx_dsk: remove legacy format | 2015-06-08 | 2 | -31/+2 | |
| | |||||
* | m20_dsk: remove legacy format | 2015-06-08 | 2 | -173/+0 | |
| | |||||
* | atarist_dsk: remove, no longer used | 2015-06-08 | 2 | -106/+0 | |
| | |||||
* | Revert "Placed back old corealloc otherwise NO_MEM_TRACKING do not have any ↵ | 2015-06-07 | 2 | -19/+44 | |
| | | | | | | | meaning (nw)" (Requested by R.Belmont since this breaks build with GCC 5.1.) This reverts commit aae343fcedb49943bbcadeda9f3ad41172b6eecb. | ||||
* | Nope. (nw) | 2015-06-07 | 1 | -4/+4 | |
| | | | | | | This reverts commit 72794f8ff1c1e79bd0350bb52fb3757bdf04d004. At least this provides a more useful stacktrace, if anyone wants to debug. | ||||
* | Use attribute unused for inlined new/delete. (nw) | 2015-06-07 | 1 | -4/+4 | |
| | | | | | | This is still not compliant code, and will probably break with LTO, but is a cleaner fix for the warning. Using this attribute also ensures that the linker doesn't remove the code. | ||||
* | Licenses for Raphael Nabet (nw) | 2015-06-07 | 33 | -533/+3669 | |
| | |||||
* | Placed back old corealloc otherwise NO_MEM_TRACKING do not have any meaning (nw) | 2015-06-07 | 2 | -44/+19 | |
| | |||||
* | apridisk: update for new floppy system | 2015-06-07 | 2 | -179/+140 | |
| | |||||
* | thompson: updated to use the new wd fdc. same deal with as bbc: drives 0 | 2015-06-05 | 2 | -0/+89 | |
| | | | | | and 1 are used for the controller with the wd, other legacy drives for other controllers (needs slotification). | ||||
* | coco: updated to use the new wd fdc | 2015-06-04 | 2 | -0/+224 | |
| | |||||
* | vdk_dsk: clean up | 2015-06-04 | 2 | -76/+64 | |
| | |||||
* | trs80: updated to use the new wd fdc | 2015-06-04 | 4 | -100/+91 | |
| | |||||
* | svi318: updated to use the new wd fdc. floppy support has been restored, | 2015-06-03 | 2 | -142/+126 | |
| | | | | which was broken for a long time. | ||||
* | Solved the great Sherwood Forest mystery. DOS 3.3 inserts a short | 2015-06-03 | 1 | -2/+3 | |
| | | | | | | (3-4 cycles, roughly equivalent to one bit) delay between writing the header and the data bytes in the sector data block. [Peter Ferrie, Olivier Galibert, Richter Belmont] | ||||
* | vector06: updated to use the new wd fdc. system appears to be broken but | 2015-06-02 | 2 | -0/+77 | |
| | | | | loads some sectors from disk. | ||||
* | hec2mdhrx: updated to use the new wd fdc. | 2015-06-02 | 3 | -32/+74 | |
| | |||||
* | mz2000: updated to use new wd fdc. fix softlist to use the correct | 2015-06-01 | 3 | -48/+48 | |
| | | | | interface. change x1_dsk to 2d_dsk and use it for the mz2000 as well. | ||||
* | cgenie: fix plain sector disk images | 2015-05-31 | 2 | -0/+14 | |
| | |||||
* | wd177x_dsk: add support to mark tracks as deleted data | 2015-05-31 | 2 | -0/+23 | |
| | |||||
* | flopimg: save all possible data sectors in fm mode | 2015-05-31 | 1 | -2/+3 | |
| | |||||
* | pk8020: updated to use the new wd fdc. fixes regression booting cp/m. | 2015-05-31 | 2 | -0/+77 | |
| | |||||
* | delegate.h now supports mingw 32 bit builds with INTERNAL configuration. | 2015-05-31 | 1 | -16/+60 | |
| | | | | Member functions are called in this case using __thiscall ABI. [Couriersud] | ||||
* | x1/x1twin: updated to use the new wd fdc. bonus: formatting disks now | 2015-05-31 | 2 | -0/+74 | |
| | | | | works in hubasic. | ||||
* | fix compile on latest clang (nw) | 2015-05-31 | 1 | -3/+3 | |
| | |||||
* | camplynx: added a popmessage to tell user how to load the tape. | 2015-05-31 | 1 | -2/+13 | |
| | |||||
* | dgnalpha: updated to use the new wd fdc | 2015-05-30 | 2 | -0/+197 | |
| | |||||
* | restore my bbc changes (wtf did happen to them?) | 2015-05-29 | 2 | -0/+86 | |
| | |||||
* | camplynx: handle level9 adventures. Not working though due to banking issues. | 2015-05-29 | 1 | -18/+22 | |
| | |||||
* | Merge branch 'master' of https://github.com/mamedev/mame | 2015-05-28 | 2 | -831/+0 | |
|\ | |||||
| * | z80ne: updated to use the new wd fdc. remove custom dmk implementation | 2015-05-28 | 2 | -831/+0 | |
| | | |||||
| * | cleanup/bbcm fix (nw) | 2015-05-27 | 1 | -4/+4 | |
| | | |||||
| * | bbc: Update to use the new wd_fdc. Until the 8271 floppy controller is | 2015-05-27 | 2 | -0/+86 | |
| | | | | | | | | updated, drive 0 and 1 = 8271 and drive 2 and 3 = wd_fdc. | ||||
* | | compile fixes for GCC5.1.1 win64 and CPP11 mode.. requested by mingw team to ↵ | 2015-05-28 | 1 | -1/+17 | |
|/ | | | | test LTO fixes. please add #ifdefs if 64 bit printf does not work for you | ||||
* | Cleanups and version bumpmame0162 | 2015-05-27 | 2 | -2/+2 | |
| |