summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* diexec: Interrupt API changes (nw) AJR2018-05-1849-69/+69
* D'oh. (nw) arbee2018-05-161-0/+7
* sh4drc: optimize FPU CMP instructions (nw) arbee2018-05-161-20/+8
* Stupid typo (nw) Olivier Galibert2018-05-161-1/+1
* sh4drc: fix SR damage in new CMP implementations (nw) arbee2018-05-151-4/+12
* Start killing off non-diexec PULSE_LINE hacks (nw) AJR2018-05-155-18/+7
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-156-567/+2
* sh4drc: remove remaining CALLC from FRCHG (nw) arbee2018-05-151-5/+13
* sh4drc: optimized some of the previously implemented UML (nw) arbee2018-05-141-23/+11
* Fix hyperstone drc (nw) Olivier Galibert2018-05-141-3/+5
* sh4drc: UML implementations of FSTS, FLOAT, FTRC, FNEG, FABS, FSCHG, and FRCH... arbee2018-05-141-46/+76
* sh4drc: UML implementations of FLDI0, FLDI1, FCMP_EQ, and FCMP_GT [R. Belmont] arbee2018-05-131-28/+54
* tms32010: Fix endianness (nw) AJR2018-05-132-2/+2
* cube quest: Fix cache endianness [O. Galibert] Olivier Galibert2018-05-132-6/+6
* mcs48: minor dasm fix (nw) Patrick Mackinlay2018-05-131-1/+1
* sm5*: added sm530 disasm (nw) hap2018-05-127-52/+250
* Fix build (nw) AJR2018-05-114-13/+11
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-11203-1018/+978
* sm5*: added default clock (nw) hap2018-05-104-8/+11
* dsp16: aT = R has no X bit, duh (nw) Vas Crabb2018-05-103-5/+13
* i86: halt (nw) cracyc2018-05-091-0/+8
* mcs51.cpp: Eliminate atrocious hack for breaking out of INT0 polling loops (nw) AJR2018-05-091-4/+0
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* dsp16: better rnd on negative (nw) Vas Crabb2018-05-091-1/+1
* Merge pull request #3541 from pmackinlay/interpro ajrhacker2018-05-091-5/+15
|\
| * clipper: two more instructions (nw) Patrick Mackinlay2018-05-091-5/+15
* | parens (nw) Patrick Mackinlay2018-05-091-1/+1
* | formatting (nw) Patrick Mackinlay2018-05-091-3/+3
* | tms32031: add tms320c30 and basic hold/holda support Patrick Mackinlay2018-05-092-7/+130
|/
* tmpz84c015: Add missing callback for ctc zc3 Dirk Best2018-05-092-21/+16
* v60: Fix disassembly of branch opcodes (displacement is signed) Dirk Best2018-05-081-2/+2
* z80daisy: Implement independent RETI decoding (nw) AJR2018-05-062-2/+65
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-066-67/+67
* start looking at the extra opcodes in the SSD 2000 type XaviX chip (s… (#3514) David Haywood2018-05-048-7/+296
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-0412-6/+38
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-022-25/+25
* Final GCC 8 batch for tonight (nw) arbee2018-05-012-4/+4
* begin preliminary GCC 8 support (nw) arbee2018-05-011-1/+1
* mcs51: Add more interrupt and timer registers to debug state AJR2018-05-012-2/+10
* tms9995: Fixed latching of pulsed interrupts Michael Zapf2018-05-012-22/+32
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-302-2/+2
* Sarayan made me do it. Vas Crabb2018-04-286-6/+6
* srcclean (nw) Vas Crabb2018-04-227-34/+34
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-2070-1883/+2049
* (nw) commit these address map changes while i can Robbbert2018-04-202-10/+13
* maps: Finish map.m() (nw) Olivier Galibert2018-04-191-50/+53
* i386: fix sp masking (nw) cracyc2018-04-171-8/+8
* XaviX - current checkpoint, tidying, reorganization etc. (+ general TV game w... David Haywood2018-04-163-52/+95
* mcs51: Safer way to propagate INT0 and INT1 inputs, which also need to be act... AJR2018-04-161-3/+3
* i386: fix stack size in call too (nw) cracyc2018-04-152-5/+10