summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* i386: don't mask top 8 bits of sgdt for 486 too, fixes win32s (nw) cracyc2018-06-011-2/+2
* diexec: Interrupt API changes (nw) AJR2018-05-182-1/+3
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-113-5/+18
* i386: fix sp masking (nw) cracyc2018-04-171-8/+8
* i386: fix stack size in call too (nw) cracyc2018-04-152-5/+10
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-3/+3
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-10/+10
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-5/+5
* i386/i286: fix default cs flags (nw) cracyc2018-02-021-21/+26
* i386: permit lock with other prefixes (nw) cracyc2018-01-081-8/+8
* i386: correct when some opcodes were introduced (nw) Melissa Goad2017-12-311-97/+97
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-2/+2
* i386: little fix in rsm instruction (nw) S.Z2017-12-171-1/+1
* i386.cpp: small change to enter system management mode (nw) S.Z2017-12-171-0/+1
* i386: x87 bug fixes and FERR support [Andrey Merkulov] cracyc2017-12-163-22/+64
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-53/+53
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-53/+53
* i386.cpp: correct pentium_smi (nw) S.Z2017-12-101-53/+53
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-28/+5
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-363/+411
* i386: use correct stack size in retf (nw) cracyc2017-10-171-3/+3
* This is too contentious, please put it up for review Vas Crabb2017-08-013-8/+9
* Create explicit i386dasm include for x86 DRC (nw) AJR2017-08-012-2/+6
* Changes to debugger memory address translation AJR2017-08-013-9/+8
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-3/+10
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-120/+112
* i386: oopsy (nw) cracyc2017-04-141-1/+1
* m68000, i386: Workaround for multiple inclusion until SoftFloat is updated to... AJR2017-04-121-0/+5
* i386: add a cpuid supporting 486 (nw) cracyc2017-04-102-0/+33
* i386: ignore float exceptions in debugger (nw) cracyc2017-04-091-0/+1
* i386: save additional CPU flags Scott Percival2017-03-231-2/+23
* i386: fix enum range check Scott Percival2017-03-232-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-10/+10
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-1/+1
* i386: logerror for invalid rep rather than fatal error (nw) cracyc2017-01-041-2/+3
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-213-19/+6
|\
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-19/+6
* | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-0/+2
|/
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-2/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-192-43/+43
* Whitespace fixes Nathan Woods2016-10-261-12/+12
* Changed the x86 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-253-308/+326
* some TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-224-101/+101
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2211-3040/+3040
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1