summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
...
* s2650: I/O modernization AJR2017-06-222-30/+61
* Improve validation checking for address ranges (nw) AJR2017-06-222-9/+8
* minor fixes Patrick Mackinlay2017-06-201-1/+1
* Merge remote-tracking branch 'refs/remotes/mamedev/master' into interpro Patrick Mackinlay2017-06-2066-2156/+2212
|\
| * One last device type to fix (nw) AJR2017-06-192-3/+3
| * Fix other TMS70xx internal ROM regions properly (nw) AJR2017-06-101-1/+1
| * tms7000: Fix internal ROM region mapping (nw) AJR2017-06-101-4/+4
| * tlcs90: Forwarding and some other stuff (nw) AJR2017-06-041-4/+15
| * adsp2100: Make HALT_LINE halt the cpu and add function for get base address o... Ted Green2017-06-042-0/+8
| * various comment updates (nw) Lord-Nightmare2017-06-041-2/+2
| * devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-3146-650/+520
| * Replace fake TLCS-90 I/O space with callbacks AJR2017-05-302-22/+88
| * srcclean (nw) Vas Crabb2017-05-287-20/+20
| * Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... AJR2017-05-266-1454/+1538
| * z8: Timer clock cleanup (nw) AJR2017-05-251-4/+4
| * basic VT03 support David Haywood2017-05-232-1/+18
| * interpro improvements, plus some naive scsi hacks (#2330) Patrick Mackinlay2017-05-232-4/+4
* | added cpu id support Patrick Mackinlay2017-06-072-13/+27
* | Merge remote-tracking branch 'refs/remotes/mamedev/master' into interpro Patrick Mackinlay2017-05-2324-26/+26
|\|
| * general cleanup: Vas Crabb2017-05-231-1/+1
| * Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-2223-25/+25
* | fix some log messages Patrick Mackinlay2017-05-231-2/+2
* | tidy up Patrick Mackinlay2017-05-191-3/+3
* | Merge remote-tracking branch 'refs/remotes/mamedev/master' into interpro Patrick Mackinlay2017-05-19449-7915/+9073
|\|
| * final timer_pulse removal (nw) Ivan Vangelista2017-05-162-1/+3
| * Buffer overrun warnings from GCC 7.1 fixed (nw) Miodrag Milanovic2017-05-151-2/+3
| * spc700: 3 more (nw) hap2017-05-151-3/+3
| * spc700: fix N flag in OP_LSRM (nw) hap2017-05-151-1/+1
| * spc700: get rid of unneeded shifts (nw) hap2017-05-151-16/+16
| * Fix obvious bugs found by GCC 7.1 (nw) Miodrag Milanovic2017-05-152-2/+2
| * and another (nw) Vas Crabb2017-05-151-0/+1
| * forgot this (nw) Vas Crabb2017-05-151-0/+3
| * thorn in my side (nw) Vas Crabb2017-05-152-9/+6
| * work around MSVC issue (nw) Vas Crabb2017-05-151-1/+6
| * more incorrect names fixed (nw) smf-2017-05-141-4/+4
| * Fixed various issues that failed when compiling Vas' changes on MSVC Nathan Woods2017-05-141-3/+3
| * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-14419-6342/+6090
| * TMS3203x: RTPS should be RPTS -nw- Philip Bennett2017-05-133-10/+10
| * hmcs40: fix possible issue with irq/lpu (nw) hap2017-05-122-2/+2
| * Override several inits unnecessary for sm590 (nw) Lord-Nightmare2017-05-103-4/+14
| * Replace sm590 adx handler with override since behavior differs slightly from ... Lord-Nightmare2017-05-102-4/+12
| * Fix sm5xx cpu header guard defines to not use a leading underscore, per compi... Lord-Nightmare2017-05-104-12/+12
| * Fix off-by-one error for rom size in SM590 core (nw) Lord-Nightmare2017-05-101-3/+3
| * rip out unnecessary stuff (nw) Lord-Nightmare2017-05-091-13/+1
| * sm510d: get rid of half-broken param fetch (nw) hap2017-05-093-10/+11
| * comment/eof fixes (nw) Lord-Nightmare2017-05-092-2/+2
| * Add preliminary Sharp SM590 CPU core [Lord Nightmare, hap] Lord-Nightmare2017-05-097-22/+611
| * sm510: add note (nw) hap2017-05-081-1/+7
| * (nw) tms34010: fixed dasm of MOVB/MOVE absolute to absolute. Robbbert2017-05-071-2/+11
| * SM511: added instruction clock divider (nw) hap2017-05-065-12/+52