summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
Commit message (Collapse)AuthorAgeFilesLines
* scrclean on lua scripts (nw) Miodrag Milanovic2016-03-291-14/+14
|
* tms1k: split part 3, done hap2016-03-161-1/+19
|
* tms1k: split part 2, renamed folder tms0980 to tms1000 hap2016-03-161-5/+5
|
* tms1k: split part 2, renamed files hap2016-03-161-7/+8
|
* Make generic VTLB implementation a modern device interface (nw) AJR2016-02-071-9/+0
|
* Removed dead PPC code (nw) Miodrag Milanovic2015-12-091-10/+0
|
* adding a basic machine driver for the Patinho Feio and setting up build ↵ Felipe Corrêa da Silva Sanches2015-12-061-0/+16
| | | | system for the driver and the CPU module
* This one is not used in compile (nw) Miodrag Milanovic2015-11-151-1/+0
|
* Finished adding to lua, some included cpp renamed to inc (nw) Miodrag Milanovic2015-11-121-1/+151
|
* update build scripts for rename c - > cpp (nw) Miodrag Milanovic2015-11-081-392/+392
|
* mask address space for a2600 in the CPU (m6507) not in the driver. David Haywood2015-10-301-0/+3
|
* create derived CPU type so that code can be put in the correct place (nw) David Haywood2015-10-291-0/+2
|
* update build scripts and code change in order to fix compile (nw) Miodrag Milanovic2015-09-131-790/+790
|
* 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