Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -14/+14 | |
| | |||||
* | tms1k: split part 3, done | 2016-03-16 | 1 | -1/+19 | |
| | |||||
* | tms1k: split part 2, renamed folder tms0980 to tms1000 | 2016-03-16 | 1 | -5/+5 | |
| | |||||
* | tms1k: split part 2, renamed files | 2016-03-16 | 1 | -7/+8 | |
| | |||||
* | Make generic VTLB implementation a modern device interface (nw) | 2016-02-07 | 1 | -9/+0 | |
| | |||||
* | Removed dead PPC code (nw) | 2015-12-09 | 1 | -10/+0 | |
| | |||||
* | adding a basic machine driver for the Patinho Feio and setting up build ↵ | 2015-12-06 | 1 | -0/+16 | |
| | | | | system for the driver and the CPU module | ||||
* | This one is not used in compile (nw) | 2015-11-15 | 1 | -1/+0 | |
| | |||||
* | Finished adding to lua, some included cpp renamed to inc (nw) | 2015-11-12 | 1 | -1/+151 | |
| | |||||
* | update build scripts for rename c - > cpp (nw) | 2015-11-08 | 1 | -392/+392 | |
| | |||||
* | mask address space for a2600 in the CPU (m6507) not in the driver. | 2015-10-30 | 1 | -0/+3 | |
| | |||||
* | create derived CPU type so that code can be put in the correct place (nw) | 2015-10-29 | 1 | -0/+2 | |
| | |||||
* | update build scripts and code change in order to fix compile (nw) | 2015-09-13 | 1 | -790/+790 | |
| | |||||
* | nw, add skeleton and disassembler for DEC PDP-8 CPU | 2015-08-13 | 1 | -0/+16 | |
| | |||||
* | Fix the majority of CEN64 SSE stuff, nw | 2015-07-09 | 1 | -0/+26 | |
| | |||||
* | renamed some cpu core inc files to c | 2015-07-03 | 1 | -0/+4 | |
| | |||||
* | moved sm510/11/12 specifics to their own files | 2015-07-03 | 1 | -0/+2 | |
| | |||||
* | ok, fixed build | 2015-07-03 | 1 | -0/+1 | |
| | |||||
* | added SM510 cpu skeleton | 2015-06-30 | 1 | -16/+32 | |
| | |||||
* | arm7 also use drc code (nw) | 2015-06-21 | 1 | -1/+1 | |
| | |||||
* | some metadata fixes (nw) | 2015-06-20 | 1 | -1/+2 | |
| | |||||
* | update metadata in lua files (nw) | 2015-06-20 | 1 | -132/+132 | |
| | |||||
* | hp64k: Preliminary version of HP Hybrid CPU (no interrupts & no DMA yet) | 2015-06-03 | 1 | -0/+16 | |
| | |||||
* | added MELPS 4 skeleton | 2015-05-19 | 1 | -0/+18 | |
| | |||||
* | moved E0C6S46 to its own file | 2015-05-09 | 1 | -0/+2 | |
| | |||||
* | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -3/+3 | |
| | |||||
* | added E0C6200 cpu skeleton. | 2015-05-05 | 1 | -0/+16 | |
| | | | | also commented out some cpu cores from mame.lua, not needed anymore for unidasm compile due to this check: if (CPUS["MYCPU"]~=null or _OPTIONS["with-tools"]) then | ||||
* | Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw) | 2015-04-11 | 1 | -0/+209 | |
| | |||||
* | fix custombuild task missing in cpu.lua (nw) | 2015-04-08 | 1 | -0/+3 | |
| | |||||
* | Added PYTHON_EXECUTABLE to use differently named python executable(nw) | 2015-04-08 | 1 | -22/+22 | |
| | |||||
* | Moved creation of most non-layout files out of makefile (nw) | 2015-04-04 | 1 | -0/+78 | |
| | |||||
* | Added generated m68kops files to tree, added makefile for developers working ↵ | 2015-04-03 | 1 | -1/+1 | |
| | | | | on core (nw) | ||||
* | added back unidasm, and enabled building even in tiny builds (nw) | 2015-03-30 | 1 | -5/+311 | |
| | |||||
* | Explicit file listing in lua scripts making generate much much faster (nw) | 2015-03-28 | 1 | -348/+348 | |
| | |||||
* | fix for DRC (nw) | 2015-03-26 | 1 | -12/+0 | |
| | |||||
* | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -0/+1470 | |
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 |