summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lib.mak
Commit message (Collapse)AuthorAgeFilesLines
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-689/+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
* update bgfx (nw) Miodrag Milanovic2015-03-071-0/+1
|
* Fix mongoose build (nw) Miodrag Milanovic2015-03-051-1/+1
|
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-11/+11
|
* this should help compile on old OSX (nw) Miodrag Milanovic2015-02-201-1/+1
|
* Make sqllite3 compile use CCOMFLAGS as well (nw) Miodrag Milanovic2015-02-191-1/+1
|
* Made BGFX compile for Apple GCC 4.2 Miodrag Milanovic2015-02-151-0/+11
|
* (MESS) mbee: sped up bank switching; removed unneeded format files (nw) Robbbert2015-02-071-1/+0
|
* another compile fix for MSVC 2012 (nw) Peter Ferrie2015-02-041-5/+5
|
* fix compile on MSVC 2012 (nw) peterferrie2015-02-031-1/+1
|
* Added building of BGFX library (nw) Miodrag Milanovic2015-02-011-0/+82
|
* Put osdcore.o into libutil.a to avoid linking errors on debug builds. couriersud2015-01-171-0/+1
| | | | | This is a workaround. All osd_printf functions are in reality core functions given they are built around delegates and abuse delegates heavily. Therefore they should be moved to util at some point. (nw)
* Made all compile for Lua 5.3 (nw) Miodrag Milanovic2015-01-131-0/+1
|
* Use $(INCPATH) only where needed Miodrag Milanovic2015-01-131-3/+3
|
* Added full lzma sdk source (nw) Miodrag Milanovic2015-01-111-2/+2
|
* Moved softfloat to 3rdparty (nw) Miodrag Milanovic2015-01-101-5/+7
|
* Updated flac so it can compile, applied changes from previous source (nw) Miodrag Milanovic2015-01-101-1/+1
|
* Added full source of flac-1.2.1 (nw) Miodrag Milanovic2015-01-101-1/+1
|
* fix osx compile (nw) Miodrag Milanovic2015-01-101-0/+6
|
* Fix linux compile (nw) Miodrag Milanovic2015-01-101-1/+1
|
* Ported changes done in previous source to make portmidi compile (nw) Miodrag Milanovic2015-01-101-18/+22
|
* Placed full code of portmidi in 3rdparty folder (nw) Miodrag Milanovic2015-01-101-1/+1
|
* Added full Lua 5.2.3 source (nw) Miodrag Milanovic2015-01-101-1/+1
|
* Added more resent lsqlite3 version and fixed compile Miodrag Milanovic2015-01-101-1/+1
|
* added lsqlite3 full source Miodrag Milanovic2015-01-101-1/+5
|
* Added integral version of jsoncpp source (nw) Miodrag Milanovic2015-01-101-7/+6
|
* Added integral source of mongoose (nw) Miodrag Milanovic2015-01-101-3/+4
|
* Added integral source of sqlite3 to 3rdparty (nw) Miodrag Milanovic2015-01-101-2/+2
|
* Added integral libjpeg 8c to 3rdparty folder (nw) Miodrag Milanovic2015-01-101-2/+2
|
* Added integral version of expat (nw) Miodrag Milanovic2015-01-101-1/+1
|
* Added integral version of zlib in 3rdparty folder (nw) Miodrag Milanovic2015-01-101-1/+1
|
* fixed MemorySanitizer linking (nw) Oliver Stöneberg2014-12-311-0/+3
|
* fixed SANITIZE=thread linking (nw) Oliver Stöneberg2014-12-291-1/+8
|
* (MESS) excalibur : starting to add floppy support (nw) Robert2014-12-201-0/+1
| | | (note: using old wd17xx because new wd crashes when the disk is loaded up)
* renamed the disk formats, since I cannot exclude some of them are used etabeta782014-12-111-4/+4
| | | | also for x68000 disks... nw.
* (MESS) pc98: added support for disks in .fdd format. [Fabio Priuli] etabeta782014-12-111-0/+1
|
* (MESS) pc98: added preliminary support for disks in DCP, DCU, DIP etabeta782014-12-101-0/+3
| | | | and NFD formats. [Fabio Priuli]
* fixed typo in new FLAC include path (nw) Oliver Stöneberg2014-12-061-1/+1
|
* moved some FLAC files around to match the distribution package structure (nw) Oliver Stöneberg2014-12-061-1/+1
|
* (MESS) victor9k: Floppy WIP. (nw) Curt Coder2014-11-021-0/+1
|
* (MESS) fixed compile. Robbbert2014-10-081-0/+1
|
* (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA ↵ R. Belmont2014-09-291-0/+1
| | | | to buffered controller. [R. Belmont]
* (MESS) dmv: added expansions slot interface. [rfka01, Sandro Ronco] Sandro Ronco2014-08-151-0/+1
| | | | (MESS) dmv: added boot ROMs from 4 different boards. [rfka01]
* gimix: added support for Flex DSK disk images, will now boot Gimix Flex 3.3. mahlemiut2014-06-261-0/+1
|
* rainbow.c: New floppy code - uses more reliable 'wd_fdc'. [Bavarese] Scott Stone2014-06-091-0/+1
| | | | | i86.c: Four new 8086 opcode aliases: 0xc0 is 0xc2; 0xc1 = 0xc3; 0xc8 = 0xca; 0xc9 = 0xcb as documented at OS 2 Museum. [Bavarese] rx50_dsk.h/c: Rainbow specific; The RX50 _disk drive_ was used in different architectures. Floppy format used by Rainbow-100 and -190. Track layout (post-amble, some positions) yet unverified. Currently only raw 400 K disk dumps are supported (*.img). [Bavarese]
* Link fix for some linux-es (nw) Miodrag Milanovic2014-06-061-0/+4
|
* -Created machine_manager as singleton class that contains (for now) one ↵ Miodrag Milanovic2014-06-061-3/+3
| | | | | | | | | running machine [Miodrag Milanovic] -Updated LUA engine to run in machine_manager instead of being initialized per machine -Added "-console" option so emulator can be started with LUA enabled console -Update LUA to version 5.2.3 -Enabled SQLite3 to be compiled and added LUA module for it
* Added SQLite3 for future use, not linked in main binary till proved ↵ Miodrag Milanovic2014-06-041-1/+16
| | | | compiling good on all platforms (nw)
* Updated to latest mongoose, used new added features (nw) Miodrag Milanovic2014-06-041-0/+4
|
* (MESS) ql: Expansion WIP. (nw) Curt Coder2014-06-031-0/+1
|