summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* f8: Fix formatting glitch with disassembly of invalid instructions AJR2018-08-171-6/+6
* Less silly addressing (nw) AJR2018-08-171-2/+2
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* none of this is necessary as the apu is an internal device with a DERIVED_CLO... smf-2018-08-152-18/+2
* c8002: Z8002 writes ED 4D here (nw) AJR2018-08-141-0/+2
* tms99xx: devcb3 changes, removing MCFG macros for 9900, 9901, 9980A, 9995. Michael Zapf2018-08-143-57/+12
* hng64: misc cleanups + kludge so that roadedge / xrally can be coined up and... David Haywood2018-08-141-149/+151
* i860: hotfix for coverity issue (nw) Melissa Goad2018-08-131-1/+1
* tms57002: Add dready callback for superctr (nw) AJR2018-08-133-0/+21
* v53: Add 8-bit mappings for internal peripherals and save associated register... AJR2018-08-122-0/+25
* cpu/nec: Start pushing down V33/V53-specific memory stuff into a new base cla... AJR2018-08-124-23/+39
* cpu/nec: Rename address expansion flag after internal name (nw) AJR2018-08-124-12/+13
* Emulate V33/V53 expanded addressing mode, including BRKXA and RETXA instructions AJR2018-08-127-30/+86
* fix for undefined fmin & ceil on GNU Guix with GCC 5.5.0 (nw) smf-2018-08-112-0/+2
* ti99_2: Fixed cassette loading by fixing a glitch of tms9995 reading the decr... Michael Zapf2018-08-101-4/+5
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-0/+7
* -6525tpi, 6532riot: Removed MCFG and old devcb accessors, nw mooglyguy2018-08-102-0/+17
* F8 documentation correction and improvement (nw) AJR2018-08-091-0/+21
* hng64 - add dpram device (nw) (#3836) David Haywood2018-08-081-1/+1
* -cop400, nvram, tlc34076, watchdog: Modern configuration accessors, nw mooglyguy2018-08-071-0/+7
* interpro: devcb3 goodness (nw) (#3737) Patrick Mackinlay2018-08-071-109/+160
* h6280.cpp : Internalize peripherals, Sound (#3792) cam9002018-08-052-7/+78
* Merge pull request #3824 from DavidHaywood/030818_3 ajrhacker2018-08-042-33/+66
|\
| * current hng64 / tlcs870 notes, tweaks etc. DavidHaywood2018-08-042-33/+66
* | i386.cpp: XADD instructions must set flags based on sum result (nw) yz70s2018-08-041-6/+12
|/
* h8: H8/3003 support [R. Belmont] arbee2018-08-022-0/+378
* fix silly PSW trashing on interrupts, allow Register Bank to be shown in debu... DavidHaywood2018-08-033-3/+13
* tlcs870 - feature stubs (#3818) David Haywood2018-08-024-33/+609
* -c1541, c1571, c2031, c1551, rastersp: Removed MCFG and MACHINE_CONFIG usage.... mooglyguy2018-08-011-0/+2
* tlcs870 - takes first interrupt (nw) (#3807) David Haywood2018-07-316-60/+348
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-311-0/+1
* tlcs870 - ALU flags, passes internal RAM check (nw) (#3797) David Haywood2018-07-286-39/+402
* prevent HOLD_LINE & irq acknowledge infection (nw) smf-2018-07-271-6/+6
* Prevent aggressive incompetence (nw) Olivier Galibert2018-07-272-7/+7
* PSX CPU: hookup debugger_exception_hook & debugger_interrupt_hook [smf] smf-2018-07-271-10/+28
* tlcs870 updates (#3787) David Haywood2018-07-266-313/+1479
* Merge pull request #3785 from MoochMcGee/i386-fix ajrhacker2018-07-241-2/+3
|\
| * i386: Properly fix that detection check this time (nw) Melissa Goad2018-07-241-2/+3
* | m6809: Disassembly tweaks AJR2018-07-241-2/+8
* | dsp16: Fixed a couple of typos pointed out by Coverity (nw) Melissa Goad2018-07-241-2/+2
* | Fix tiny dead code bug (nw) Melissa Goad2018-07-241-1/+1
|/
* Merge pull request #3776 from MoochMcGee/master5 ajrhacker2018-07-231-1/+1
|\
| * i386: Fix a bug that could cause a relatively common CPU detection check to s... Melissa Goad2018-07-221-1/+1
* | Merge remote-tracking branch 'mainline/release0200' Vas Crabb2018-07-231-9/+0
|\ \
| * | cherry-pick fixes from mainline and clean up some stuff (nw) Vas Crabb2018-07-235-23/+11
* | | fix for ambiguous call to overloaded function when using MSVC (nw) smf-2018-07-231-6/+2
* | | (nw) clean up some superfluous semicolons, make constants static, fix const-q... Vas Crabb2018-07-231-19/+19
* | | Flesh out TLCS870 core (#3763) David Haywood2018-07-238-3027/+3274
| |/ |/|
* | Take 2. Use include files to get class definition instead of relying purely o... smf-2018-07-224-8/+9
|/
* (nw) srcclean and some cleanup: Vas Crabb2018-07-2213-995/+1007