summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i86
Commit message (Expand)AuthorAgeFilesLines
* remove tag() argument from logerror() calls in cpu/i86, floppy code Sergey Svishchev2017-02-203-16/+16
* Remove emu.h from headers (nw) Olivier Galibert2017-02-114-2/+2
* New not working cracyc2017-01-111-6/+16
* Don't change cs if new pc/curpc is within the current segment on i86/i186, fi... smf-2016-12-033-3/+45
* added halt to debugger state, so you can break out of a hlt instruction [smf] smf-2016-12-035-12/+16
* missed these (nw) smf-2016-12-033-3/+15
* Update disassembly if IP or CS are changed in the debugger. Also update IP & ... smf-2016-12-035-71/+86
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-202-7/+3
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* Changed the x86 disassembler to use 'std::ostream &' internally Nathan Woods2016-10-251-2/+6
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-227-515/+515
* disassembly window fixes (nw) smf-2016-10-191-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-283-3/+8
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-273-8/+3
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-273-3/+8
* Less errorlog spam. (nw) Curt Coder2016-08-161-6/+6
* made common_op for wip tool (nw) Miodrag Milanovic2016-08-121-1/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-1/+1
* tv990: WIP (nw) cracyc2016-07-231-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-282-4/+4
* i86: fix notes (nw) cracyc2016-01-281-6/+9
* Cleanups and version bumpmame0170 Miodrag Milanovic2016-01-271-3/+3
* apply: 27c27 David Haywood2016-01-251-11/+16
* reverting: Miodrag Milanovic2016-01-206-33/+33
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-204-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-164-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-166-33/+33
* Revert "remove const (nw)" Miodrag Milanovic2016-01-134-4/+4
* remove const (nw) Miodrag Milanovic2016-01-114-4/+4
* Return std::string objects by value rather than pass by reference AJR2016-01-105-8/+8
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-051-17/+17
* override part 1 (nw) Miodrag Milanovic2015-12-052-29/+29
* clang-modernize part 6 Miodrag Milanovic2015-12-041-9/+9
* clang-modernize part 3 Miodrag Milanovic2015-12-044-5/+5
* Fix compile for Intel C++ 15 compiler (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-083-0/+0
* nothing to see here; move along kazblox2015-10-261-2/+2
* i86 - implement 0xF1 alias for 0xF0 (LOCK) kazblox2015-10-251-5/+7
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-138-0/+7879