summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools/floptool
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-275/+0
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-39/+0
| | | | | | | | | | | | | | make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files
* moved assert replacement inside emucore.h so it is actually used / removed ↵ Oliver Stöneberg2015-03-201-0/+1
| | | | assert.h include from some headers and added it to lots of source
* removed unnecessary assert.h includes (nw) Oliver Stöneberg2015-03-201-1/+0
| | | | including global one for Visual Studio
* Make sure mess tools end up in $(BIN) if defined. (nw) couriersud2015-02-221-1/+1
|
* introduced BASELIBS to makefile to link smaller tools with less dependencies ↵ Oliver Stöneberg2015-01-011-1/+1
| | | | (nw)
* ap2_dsk: edd support [O. Galibert] Olivier Galibert2014-10-271-0/+1
|
* (MESS) dmv: added floppy softlist. [Sandro Ronco] Sandro Ronco2014-10-101-0/+2
| | | | (MESS) floppy: added read-only support for CopyQM images. (nw)
* Add some floptool formats (nw) Olivier Galibert2014-08-091-0/+4
|
* Oric 1: Spring cleaning [O. Galibert] Olivier Galibert2014-04-121-0/+8
| | | | Putting back the apple2 disk2 in the Pravetz 8D will wait until the next generation one is finalized.
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-031-1/+1
|
* fixed logerror() in floptool and imgtool (nw) Oliver Stöneberg2014-04-031-1/+1
|
* added some library dependencies for Visual Studio (nw) Oliver Stöneberg2014-03-311-1/+2
|
* MESS part of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
|
* Fixed compile. (nw) Curt Coder2014-02-201-0/+1
|
* (MESS) pc: Added support for NASLite 1.72MB disk images. [Curt Coder] Curt Coder2014-02-181-0/+1
|
* Marking some of my core files (nw) Miodrag Milanovic2013-10-161-0/+2
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
|
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remaining TODO list: - take WP into account - test the amstrad, implement its observational format (edsk) using pasti as a start. Or find the legendary amstrad IPFs. Or both. - correct read track, the implementation is completely wrong. See previous for testing, it's only used in protections the check the inter-sector gaps. - shake and bake on the amstrad, protections are the best to find bugs in a fdc - add the scan id commands, but nothing seems to use them - debug the 2.88M formatting which is unreliable. Fix its IDAM/DAM gap size on formatting too (but that's not what's making it unreliable) - test all the systems that were hit, and fix what needs to be fixed. Beware that multiple problems may happen: - upd765 may be wrong - the driver may not be working - the hookup may be wrong/incomplete (bitrate selection and floppy rpm in particular) - the driver may be too limited for the new implementation (the x68k dma device does not handle non-instant dma yet for instance) - report invalid command when appropriate depending on the actual chip emulated - add the russian clones with their real names
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-212-0/+292