summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/tools/castool
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-217/+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
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-201-0/+1
|
* 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)
* 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.
* Cleanups and version bump Miodrag Milanovic2014-07-221-1/+1
|
* Added sc-3000 bit format to castool (nw) Miodrag Milanovic2014-05-291-0/+2
|
* added some library dependencies for Visual Studio (nw) Oliver Stöneberg2014-03-311-1/+2
|
* Marking some of my core files (nw) Miodrag Milanovic2013-10-161-0/+2
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-212-0/+234