summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-3050-41619/+0
|
* move some legacy formats over to imgtool since it's now the only user Dirk Best2015-06-105-1/+1293
|
* remove unneeded basicdsk.h include from a few files Dirk Best2015-06-081-1/+0
|
* fix owner (nw) Miodrag Milanovic2015-06-081-2/+2
|
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-0714-14/+14
|
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
|
* update for Jonathan Edwards (nw) Miodrag Milanovic2015-05-261-1/+1
|
* Update for Carlos A. Lozano, Victor Trucco and Charles MacDonald, also few ↵ Miodrag Milanovic2015-05-221-1/+1
| | | | fixes (nw)
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-3/+3
|
* update licenses for : Tony La Porta, Sean Young, Mathis Rosenhauer, Paul ↵ Miodrag Milanovic2015-05-152-2/+2
| | | | Priest, Tim Schuerewegen and Mark McDougall (nw)
* fix for amiga (nw) Miodrag Milanovic2015-05-131-2/+2
|
* finish setting copyright holders for MESS section (nw) Miodrag Milanovic2015-05-136-6/+6
|
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-1135-58/+58
|
* update license for Peter Trauner and Antoine Mine (nw) Miodrag Milanovic2015-05-112-4/+4
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-0743-0/+86
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
|
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-145-48/+49
|
* Fix various typos and spelling mistakes Zoë Blade2015-04-112-2/+2
| | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice.
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-264-180/+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
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-202-0/+2
|
* moved assert replacement inside emucore.h so it is actually used / removed ↵ Oliver Stöneberg2015-03-205-2/+5
| | | | assert.h include from some headers and added it to lots of source
* removed a few more unnecessary assert.h includes (nw) Oliver Stöneberg2015-03-202-2/+0
|
* removed unnecessary assert.h includes (nw) Oliver Stöneberg2015-03-203-3/+1
| | | | including global one for Visual Studio
* Make sure mess tools end up in $(BIN) if defined. (nw) couriersud2015-02-223-3/+3
|
* fixed some C++11 compiler warnings (nw) Oliver Stöneberg2015-02-051-1/+1
|
* introduced BASELIBS to makefile to link smaller tools with less dependencies ↵ Oliver Stöneberg2015-01-013-3/+3
| | | | (nw)
* Tidy comments Zoë Blade2014-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 8d8a0d9713d4614b22f06fda4cf948d4d5561de0 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Tue Dec 2 17:15:42 2014 +0000 Revert fixes to libraries I'll fix those at the source, where possible. commit 5dde94e3e60dcc622d5b782acaa62e590c62bafb Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Tue Dec 2 16:57:32 2014 +0000 Add apostrophes commit b27e168b58861f1ad0ca7af1c6ca1629cc6730ce Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 16:28:58 2014 +0000 Fix some more word duplication I've left some instances of " in in " in, as they're ambiguous and may actually be correct. commit a3dfd10cd501c3a521010942f950f5ca2c5395a7 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 10:35:03 2014 +0000 Fix another typo commit 01a3702209d9e880ac8f60dc4d74f26d426234fb Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 10:33:57 2014 +0000 Fix more typos commit 56c6fffd8769cdfab62c59c04d41b98b7f425262 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 10:30:19 2014 +0000 Hopefully fix typos I'm not entirely sure about src/mame/drivers/nova2001.c line 933, as it could plausibly be either "which is not the top bit" or "which is now the top bit", with almost opposite meaning. commit 906507b221de0175d236e252dc51f122cb56db23 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 08:39:55 2014 +0000 Fix another typo commit 14fcd939ae1c0570c10aacf00c6ea86724086f92 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Mon Dec 1 08:38:16 2014 +0000 Fix some more word doubling in comments commit d21283a447b94b28a38ec742a09fe425d77b55b2 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 23:06:07 2014 +0000 Fix some more typos commit 59b14d204af6d5983ea6dea2f5c8ad5bcc80460c Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:56:53 2014 +0000 Tidy more commit 9b3c9a868596c04c1a61b35aa8c96fb82c885149 Author: Zoë Blade <zoe@bytenoise.co.uk> Date: Sun Nov 30 22:43:30 2014 +0000 Tidy more comments
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-2/+2
|
* enabled a few C64 cart types from fullpath (.crt format), sync castool etabeta782014-11-031-28/+45
| | | | | with the supported tape formats + fixed misc typos and c'n'p mistakes reported by Riley110. nw.
* ap2_dsk: edd support [O. Galibert] Olivier Galibert2014-10-271-0/+1
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-3/+3
|
* (MESS) dmv: added floppy softlist. [Sandro Ronco] Sandro Ronco2014-10-101-0/+2
| | | | (MESS) floppy: added read-only support for CopyQM images. (nw)
* Imgtool: Display more info about Amiga images Dirk Best2014-10-021-2/+21
|
* unreachable code warning fixes for tools (nw) Oliver Stöneberg2014-09-082-2/+2
|
* Add some floptool formats (nw) Olivier Galibert2014-08-091-0/+4
|
* Cleanups and version bump Miodrag Milanovic2014-07-222-362/+361
|
* Added sc-3000 bit format to castool (nw) Miodrag Milanovic2014-05-291-0/+2
|
* (MESS)-thomson: fix for incorrect palettes in a seldom used video mode ↵ Miodrag Milanovic2014-04-173-0/+739
| | | | | [Antonie Mine] (MESS)-hp48: fix for memory cards and addition of imgtool support for it [Antonie Mine]
* 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-033-4/+3
|
* fixed logerror() in floptool and imgtool (nw) Oliver Stöneberg2014-04-032-2/+2
|
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-315-12/+12
|
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-315-12/+12
|
* added some library dependencies for Visual Studio (nw) Oliver Stöneberg2014-03-312-2/+4
|
* some dynamic_buffer/dynamic_array usage cleanups (nw) Oliver Stöneberg2014-03-291-2/+1
|
* converted some malloc()/free() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-295-59/+14
|
* MESS part of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-252-2/+2
|
* clang 3.4 fixes for tools (nw) Oliver Stöneberg2014-02-203-1/+5
|
* 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
|