summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
Commit message (Collapse)AuthorAgeFilesLines
* nanoprocessor: initial support. Disassembler only is known to work at this ↵ fulivi2016-11-031-0/+16
| | | | point.
* Merging Konami disassembler with M6809/HD6309 disassemblers Nathan Woods2016-10-231-1/+0
|
* Merged the M6809 and HD6309 disassemblers, and changed to properly use streams Nathan Woods2016-10-231-2/+1
|
* Base WatchDog Timer device angelosa2016-09-271-0/+4
|
* Written stub SH7604 BUS device (not hooked up to SH2 yet). angelosa2016-09-271-0/+2
|
* Fixed separate compile of drivers using sharc/ADSP21062 cpu (nw) Miodrag Milanovic2016-07-231-1/+1
|
* Convert SPARCv8 ops to document-described functionality therealmogminer@gmail.com2016-06-231-0/+1
|
* improve SPARC disassembler: [Vas Crabb] Vas Crabb2016-06-221-0/+1
| | | | | | | | * Support SPARCv9 * Allow plug-in ASI comments * Fix format of some opcodes * Produce clr synthetic * Allow running in v7, v8 and v9 modes
* Add majority of SPARC integer ops therealmogminer@gmail.com2016-06-181-1/+1
|
* Initial MB86901 diassembler therealmogminer@gmail.com2016-06-171-0/+16
|
* fix compile problem hap2016-06-051-1/+1
|
* Added highly experimental SHARC recompiler (disabled by default) [Ville Linde] Ville Linde2016-05-281-0/+3
|
* Further improvements to the Patinho Feio driver & CPU Felipe Corrêa da Silva Sanches2016-05-251-1/+1
|
* tms7000/e0c6200: renamed hxx(inc) to cpp hap2016-05-011-2/+2
|
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-115/+115
|
* Fixed ti drivers (nw) Miodrag Milanovic2016-05-011-0/+1
|
* fix for mb86235 (nw) Miodrag Milanovic2016-05-011-1/+1
|
* hec2hrp and arcompact fix (nw) Miodrag Milanovic2016-05-011-1/+1
|
* R3000 is separate CPU, helps building some drivers with SOURCES (nw) Miodrag Milanovic2016-04-281-3/+15
|
* h8: Add dtc, dma, watchdog (WIP) [O. Galibert] Olivier Galibert2016-04-271-2/+8
| | | | | h8: Fixes, lots of [O. Galibert] cybiko: Make work a little emore, add v1 flash [O. Galibert]
* fix for v25 building (nw) Miodrag Milanovic2016-04-231-0/+2
|
* sm500: start on opcodes hap2016-04-111-1/+2
|
* sm500 file placeholders hap2016-04-051-0/+5
|
* 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