summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
Commit message (Collapse)AuthorAgeFilesLines
* nw, add skeleton and disassembler for DEC PDP-8 CPU therealmogminer@gmail.com2015-08-131-0/+16
|
* Fix the majority of CEN64 SSE stuff, nw therealmogminer@gmail.com2015-07-091-0/+26
|
* renamed some cpu core inc files to c hap2015-07-031-0/+4
|
* moved sm510/11/12 specifics to their own files hap2015-07-031-0/+2
|
* ok, fixed build hap2015-07-031-0/+1
|
* added SM510 cpu skeleton hap2015-06-301-16/+32
|
* arm7 also use drc code (nw) Miodrag Milanovic2015-06-211-1/+1
|
* some metadata fixes (nw) Miodrag Milanovic2015-06-201-1/+2
|
* update metadata in lua files (nw) Miodrag Milanovic2015-06-201-132/+132
|
* hp64k: Preliminary version of HP Hybrid CPU (no interrupts & no DMA yet) fulivi2015-06-031-0/+16
|
* added MELPS 4 skeleton hap2015-05-191-0/+18
|
* moved E0C6S46 to its own file hap2015-05-091-0/+2
|
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-3/+3
|
* added E0C6200 cpu skeleton. hap2015-05-051-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) Miodrag Milanovic2015-04-111-0/+209
|
* fix custombuild task missing in cpu.lua (nw) Miodrag Milanovic2015-04-081-0/+3
|
* Added PYTHON_EXECUTABLE to use differently named python executable(nw) Miodrag Milanovic2015-04-081-22/+22
|
* Moved creation of most non-layout files out of makefile (nw) Miodrag Milanovic2015-04-041-0/+78
|
* Added generated m68kops files to tree, added makefile for developers working ↵ Miodrag Milanovic2015-04-031-1/+1
| | | | on core (nw)
* added back unidasm, and enabled building even in tiny builds (nw) Miodrag Milanovic2015-03-301-5/+311
|
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-281-348/+348
|
* fix for DRC (nw) Miodrag Milanovic2015-03-261-12/+0
|
* Moved build system to GENie [Miodrag Milanovic] Miodrag Milanovic2015-03-261-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