summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu
Commit message (Expand)AuthorAgeFilesLines
* tms1400 opcode 0x09 is F_COMX8 anyway hap2015-01-191-1/+0
* added tms1400 callstack hap2015-01-182-38/+73
* preliminary support for TMS1400 hap2015-01-172-93/+247
* Fix compile and cleanup includes (nw) Miodrag Milanovic2015-01-112-4/+4
* Moved softfloat to 3rdparty (nw) Miodrag Milanovic2015-01-102-4/+4
* tispeak.c: added TI Language Tutor (preliminary, need to figure out why it's ... hap2015-01-092-12/+0
* fix disasm for rbit and sbit hap2015-01-091-21/+14
* fix s_flags[] array out of bounds access hap2015-01-091-15/+15
* Description changes for assorted devices to improve readability/uniformity fr... Scott Stone2015-01-055-6/+6
* Fixed some typos Cesare Falco2015-01-051-4/+4
* arcompact (nw) David Haywood2015-01-024-3/+23
* arcompact wip (nw) David Haywood2015-01-024-51/+200
* introduced BASELIBS to makefile to link smaller tools with less dependencies ... Oliver Stöneberg2015-01-011-1/+1
* m68k: implement FTRAP instruction, add "68020 with FPU" CPU type. [R. Belmont] arbee2014-12-314-1/+83
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-3121-1244/+1179
* m68k: generate the correct kind of stack frame for 68010 bus errors. [R. Belm... arbee2014-12-301-1/+6
* (nw) mamehaze2014-12-272-36/+26
* arcompact - it's actually executing code in cartridge space now (nw) mamehaze2014-12-274-160/+192
* checkpoint (nw) mamehaze2014-12-273-91/+52
* arcompact - start to add the hardware loop support (nw) mamehaze2014-12-266-77/+80
* arcompact (nw) mamehaze2014-12-263-120/+132
* arcompact (nw) mamehaze2014-12-263-6/+95
* arcompact (nw) mamehaze2014-12-262-178/+137
* arcompact (nw) mamehaze2014-12-263-93/+58
* arcompact (nw) mamehaze2014-12-263-565/+190
* the 'with cartridge' codepath is different (nw) mamehaze2014-12-242-22/+149
* and so we arrive at some code trying to set up hardware loops (nw) mamehaze2014-12-241-13/+90
* fixed Visual Studio compilation of src/emu/cpu/hcd62121/hcd62121d.c (nw) Oliver Stöneberg2014-12-241-1/+4
* new clones mamehaze2014-12-241-4/+26
* arcompact (nw) mamehaze2014-12-243-96/+324
* (nw) mamehaze2014-12-231-7/+62
* arcompact - further (nw) mamehaze2014-12-233-129/+411
* more arcompact ops, continues to move forward (nw) mamehaze2014-12-234-24/+287
* pass a bit more of the bios self-validation (nw) mamehaze2014-12-221-43/+194
* added cartslot hap2014-12-221-0/+1
* debug/qt: Add a per-device window [O. Galibert] Olivier Galibert2014-12-221-1/+1
* (nw) mamehaze2014-12-222-73/+154
* (nw) mamehaze2014-12-223-54/+115
* some more ops (nw) mamehaze2014-12-222-133/+257
* arcompact: starts to read the 2 copyright strings in the bios for comparison ... mamehaze2014-12-212-26/+86
* couple more ops (nw) mamehaze2014-12-213-19/+91
* arcompact: execute first few MOVs (nw) mamehaze2014-12-214-22/+169
* arcompact: prepare to add more opcodes (nw) mamehaze2014-12-214-845/+1080
* start making an actual CPU core out of the arcompact disassembler, executes t... mamehaze2014-12-208-700/+4313
* fixed status being reset too early hap2014-12-191-11/+11
* init order issue (nw) Olivier Galibert2014-12-191-1/+2
* (nw) mamehaze2014-12-191-38/+91
* (MESS)preliminary emulation of Speak & Spell hardware. [hap, Lord Nightmare] hap2014-12-182-82/+154
* silly typo (nw) David Haywood2014-12-181-1/+1
* arcompact - some dasm helpers for LR/SR (nw) David Haywood2014-12-181-5/+222