summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Collapse)AuthorAgeFilesLines
* mfmhd: using string instead of char* Michael Zapf2015-08-022-7/+8
|
* mfmhd: Introduced format definition, now generally available. Michael Zapf2015-08-022-0/+961
|
* mfmhd: Autodetect gaps, defined formats Michael Zapf2015-08-021-5/+3
|
* Add the rest of the 3-bit palettes and add the possiblity to set Dirk Best2015-07-292-0/+63
| | | | individual r/g/b levels for pens
* floppy: Fix amiga crc (fixes adf) (nw) Olivier Galibert2015-07-281-1/+1
|
* guab: Updated driver to use the standard wd floppy controller. Dirk Best2015-07-092-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) Cowering2015-07-081-1/+1
|
* blame balrog for this :) (NW) Cowering2015-07-083-7/+8
|
* c128_flop.xml: Added Paperback Writer 128, Term Paper Writer, The Great War, ↵ Curt Coder2015-07-071-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 ↵ Curt Coder2015-07-052-55/+76
| | | | Coder]
* This is it. ti99 says Goodbye to legacy floppy. Michael Zapf2015-07-052-2009/+3
|
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-2440-1958/+1955
|
* move some legacy formats over to imgtool since it's now the only user Dirk Best2015-06-104-1293/+0
|
* vtech1_dsk: remove, no longer used Dirk Best2015-06-082-59/+0
|
* cpis_dsk: remove legacy format Dirk Best2015-06-082-106/+1
|
* msx_dsk: remove legacy format Dirk Best2015-06-082-31/+2
|
* m20_dsk: remove legacy format Dirk Best2015-06-082-173/+0
|
* atarist_dsk: remove, no longer used Dirk Best2015-06-082-106/+0
|
* Revert "Placed back old corealloc otherwise NO_MEM_TRACKING do not have any ↵ balr0g2015-06-072-19/+44
| | | | | | | meaning (nw)" (Requested by R.Belmont since this breaks build with GCC 5.1.) This reverts commit aae343fcedb49943bbcadeda9f3ad41172b6eecb.
* Nope. (nw) balr0g2015-06-071-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) balr0g2015-06-071-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) Miodrag Milanovic2015-06-0733-533/+3669
|
* Placed back old corealloc otherwise NO_MEM_TRACKING do not have any meaning (nw) Miodrag Milanovic2015-06-072-44/+19
|
* apridisk: update for new floppy system Dirk Best2015-06-072-179/+140
|
* thompson: updated to use the new wd fdc. same deal with as bbc: drives 0 Dirk Best2015-06-052-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 Dirk Best2015-06-042-0/+224
|
* vdk_dsk: clean up Dirk Best2015-06-042-76/+64
|
* trs80: updated to use the new wd fdc Dirk Best2015-06-044-100/+91
|
* svi318: updated to use the new wd fdc. floppy support has been restored, Dirk Best2015-06-032-142/+126
| | | | which was broken for a long time.
* Solved the great Sherwood Forest mystery. DOS 3.3 inserts a short Olivier Galibert2015-06-031-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 Dirk Best2015-06-022-0/+77
| | | | loads some sectors from disk.
* hec2mdhrx: updated to use the new wd fdc. Dirk Best2015-06-023-32/+74
|
* mz2000: updated to use new wd fdc. fix softlist to use the correct Dirk Best2015-06-013-48/+48
| | | | interface. change x1_dsk to 2d_dsk and use it for the mz2000 as well.
* cgenie: fix plain sector disk images Dirk Best2015-05-312-0/+14
|
* wd177x_dsk: add support to mark tracks as deleted data Dirk Best2015-05-312-0/+23
|
* flopimg: save all possible data sectors in fm mode Dirk Best2015-05-311-2/+3
|
* pk8020: updated to use the new wd fdc. fixes regression booting cp/m. Dirk Best2015-05-312-0/+77
|
* delegate.h now supports mingw 32 bit builds with INTERNAL configuration. couriersud2015-05-311-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 Dirk Best2015-05-312-0/+74
| | | | works in hubasic.
* fix compile on latest clang (nw) Miodrag Milanovic2015-05-311-3/+3
|
* camplynx: added a popmessage to tell user how to load the tape. Robbbert2015-05-311-2/+13
|
* dgnalpha: updated to use the new wd fdc Dirk Best2015-05-302-0/+197
|
* restore my bbc changes (wtf did happen to them?) Dirk Best2015-05-292-0/+86
|
* camplynx: handle level9 adventures. Not working though due to banking issues. Robbbert2015-05-291-18/+22
|
* Merge branch 'master' of https://github.com/mamedev/mame Cowering2015-05-282-831/+0
|\
| * z80ne: updated to use the new wd fdc. remove custom dmk implementation Dirk Best2015-05-282-831/+0
| |
| * cleanup/bbcm fix (nw) Dirk Best2015-05-271-4/+4
| |
| * bbc: Update to use the new wd_fdc. Until the 8271 floppy controller is Dirk Best2015-05-272-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 ↵ Cowering2015-05-281-1/+17
|/ | | | test LTO fixes. please add #ifdefs if 64 bit printf does not work for you
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-272-2/+2
|