summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/i86/i286.cpp
Commit message (Expand)AuthorAgeFilesLines
* i86: don't clear physical irq pins state at reset hap2024-12-211-9/+5
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-0/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* m6801: add i/o ports tri-state callback, hap2023-06-161-1/+1
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-131-1/+4
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-1/+2
* Interrupt callback rationalization AJR2023-03-111-1/+1
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-1/+0
* i286: clear m_fire_trap before interrupt cracyc2021-05-171-1/+1
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-1/+2
* i86, i286: Update m_prev_ip (and therefore CURPC) after taking interrupt (nw) AJR2020-05-031-3/+3
* i86, i186, i286: Add byte registers to debugger state; improve tracking of pr... AJR2020-05-031-4/+4
* Correct a few CPU device names (nw) AJR2019-10-081-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-2/+1
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* i86: Memory stuff (nw) AJR2018-02-041-11/+0
* i386/i286: fix default cs flags (nw) cracyc2018-02-021-3/+3
* Flushing some stuff... (nw) Olivier Galibert2018-01-181-10/+10
* This is too contentious, please put it up for review Vas Crabb2017-08-011-2/+2
* Changes to debugger memory address translation AJR2017-08-011-2/+2
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-9/+13
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* i186: stuff (nw) cracyc2017-04-291-0/+1
* i86: Add decrypted opcodes space support [O. Galibert] Olivier Galibert2017-04-011-2/+13
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* remove tag() argument from logerror() calls in cpu/i86, floppy code Sergey Svishchev2017-02-201-6/+6
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* Don't change cs if new pc/curpc is within the current segment on i86/i186, fi... smf-2016-12-031-1/+40
* added halt to debugger state, so you can break out of a hlt instruction [smf] smf-2016-12-031-2/+4
* missed these (nw) smf-2016-12-031-1/+7
* Update disassembly if IP or CS are changed in the debugger. Also update IP & ... smf-2016-12-031-38/+33
* 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-221-109/+109
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+3
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-3/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+3
* tv990: WIP (nw) cracyc2016-07-231-1/+1
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* reverting: Miodrag Milanovic2016-01-201-7/+7
* tags are now strings (nw) Miodrag Milanovic2016-01-161-7/+7
* Revert "remove const (nw)" Miodrag Milanovic2016-01-131-1/+1
* remove const (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+2
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* Fix compile for Intel C++ 15 compiler (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1989