| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -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) | 2015-03-07 | 1 | -0/+1 | |
| | | |||||
| * | Fix mongoose build (nw) | 2015-03-05 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0159 | 2015-02-25 | 1 | -11/+11 | |
| | | |||||
| * | this should help compile on old OSX (nw) | 2015-02-20 | 1 | -1/+1 | |
| | | |||||
| * | Make sqllite3 compile use CCOMFLAGS as well (nw) | 2015-02-19 | 1 | -1/+1 | |
| | | |||||
| * | Made BGFX compile for Apple GCC 4.2 | 2015-02-15 | 1 | -0/+11 | |
| | | |||||
| * | (MESS) mbee: sped up bank switching; removed unneeded format files (nw) | 2015-02-07 | 1 | -1/+0 | |
| | | |||||
| * | another compile fix for MSVC 2012 (nw) | 2015-02-04 | 1 | -5/+5 | |
| | | |||||
| * | fix compile on MSVC 2012 (nw) | 2015-02-03 | 1 | -1/+1 | |
| | | |||||
| * | Added building of BGFX library (nw) | 2015-02-01 | 1 | -0/+82 | |
| | | |||||
| * | Put osdcore.o into libutil.a to avoid linking errors on debug builds. | 2015-01-17 | 1 | -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) | 2015-01-13 | 1 | -0/+1 | |
| | | |||||
| * | Use $(INCPATH) only where needed | 2015-01-13 | 1 | -3/+3 | |
| | | |||||
| * | Added full lzma sdk source (nw) | 2015-01-11 | 1 | -2/+2 | |
| | | |||||
| * | Moved softfloat to 3rdparty (nw) | 2015-01-10 | 1 | -5/+7 | |
| | | |||||
| * | Updated flac so it can compile, applied changes from previous source (nw) | 2015-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Added full source of flac-1.2.1 (nw) | 2015-01-10 | 1 | -1/+1 | |
| | | |||||
| * | fix osx compile (nw) | 2015-01-10 | 1 | -0/+6 | |
| | | |||||
| * | Fix linux compile (nw) | 2015-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Ported changes done in previous source to make portmidi compile (nw) | 2015-01-10 | 1 | -18/+22 | |
| | | |||||
| * | Placed full code of portmidi in 3rdparty folder (nw) | 2015-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Added full Lua 5.2.3 source (nw) | 2015-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Added more resent lsqlite3 version and fixed compile | 2015-01-10 | 1 | -1/+1 | |
| | | |||||
| * | added lsqlite3 full source | 2015-01-10 | 1 | -1/+5 | |
| | | |||||
| * | Added integral version of jsoncpp source (nw) | 2015-01-10 | 1 | -7/+6 | |
| | | |||||
| * | Added integral source of mongoose (nw) | 2015-01-10 | 1 | -3/+4 | |
| | | |||||
| * | Added integral source of sqlite3 to 3rdparty (nw) | 2015-01-10 | 1 | -2/+2 | |
| | | |||||
| * | Added integral libjpeg 8c to 3rdparty folder (nw) | 2015-01-10 | 1 | -2/+2 | |
| | | |||||
| * | Added integral version of expat (nw) | 2015-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Added integral version of zlib in 3rdparty folder (nw) | 2015-01-10 | 1 | -1/+1 | |
| | | |||||
| * | fixed MemorySanitizer linking (nw) | 2014-12-31 | 1 | -0/+3 | |
| | | |||||
| * | fixed SANITIZE=thread linking (nw) | 2014-12-29 | 1 | -1/+8 | |
| | | |||||
| * | (MESS) excalibur : starting to add floppy support (nw) | 2014-12-20 | 1 | -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 | 2014-12-11 | 1 | -4/+4 | |
| | | | | | also for x68000 disks... nw. | ||||
| * | (MESS) pc98: added support for disks in .fdd format. [Fabio Priuli] | 2014-12-11 | 1 | -0/+1 | |
| | | |||||
| * | (MESS) pc98: added preliminary support for disks in DCP, DCU, DIP | 2014-12-10 | 1 | -0/+3 | |
| | | | | | and NFD formats. [Fabio Priuli] | ||||
| * | fixed typo in new FLAC include path (nw) | 2014-12-06 | 1 | -1/+1 | |
| | | |||||
| * | moved some FLAC files around to match the distribution package structure (nw) | 2014-12-06 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) victor9k: Floppy WIP. (nw) | 2014-11-02 | 1 | -0/+1 | |
| | | |||||
| * | (MESS) fixed compile. | 2014-10-08 | 1 | -0/+1 | |
| | | |||||
| * | (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA ↵ | 2014-09-29 | 1 | -0/+1 | |
| | | | | | to buffered controller. [R. Belmont] | ||||
| * | (MESS) dmv: added expansions slot interface. [rfka01, Sandro Ronco] | 2014-08-15 | 1 | -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. | 2014-06-26 | 1 | -0/+1 | |
| | | |||||
| * | rainbow.c: New floppy code - uses more reliable 'wd_fdc'. [Bavarese] | 2014-06-09 | 1 | -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) | 2014-06-06 | 1 | -0/+4 | |
| | | |||||
| * | -Created machine_manager as singleton class that contains (for now) one ↵ | 2014-06-06 | 1 | -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 ↵ | 2014-06-04 | 1 | -1/+16 | |
| | | | | | compiling good on all platforms (nw) | ||||
| * | Updated to latest mongoose, used new added features (nw) | 2014-06-04 | 1 | -0/+4 | |
| | | |||||
| * | (MESS) ql: Expansion WIP. (nw) | 2014-06-03 | 1 | -0/+1 | |
| | | |||||
