| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Augmenting help file |  Nathan Woods | 2017-01-16 | 1 | -0/+17 |
| | * | Created a new debugger command 'tracesym' |  Nathan Woods | 2017-01-15 | 5 | -13/+54 |
| * | | Augmenting help file |  Nathan Woods | 2017-01-16 | 1 | -6/+13 |
| * | | Added a facility to allow logerror output to reside in traces |  Nathan Woods | 2017-01-16 | 3 | -8/+45 |
| |/ |
|
| * | debugger: use 0o for octal prefix, and add support for binary with 0b a la C+... |  Vas Crabb | 2017-01-06 | 1 | -22/+43 |
| * | Merge pull request #980 from shattered/_ad3979c |  R. Belmont | 2017-01-05 | 1 | -0/+3 |
| |\ |
|
| | * | debugger: parse octal expressions (prefixed by '0') |  Sergey Svishchev | 2016-06-21 | 1 | -0/+3 |
| * | | XML refactoring: |  Vas Crabb | 2016-12-11 | 2 | -17/+17 |
| * | | dimemory: Remove the magic bypass [O. Galibert] |  Olivier Galibert | 2016-12-10 | 1 | -43/+0 |
| * | | sharc: Use standard memory maps [O. Galibert] |  Olivier Galibert | 2016-12-09 | 1 | -0/+4 |
| * | | One more command that lacked an 'o' version (nw) |  AJR | 2016-12-02 | 1 | -0/+2 |
| * | | Add 'o' variants to memory debugging commands to request decrypted opcodes space |  AJR | 2016-12-01 | 1 | -0/+10 |
| * | | Merge pull request #1317 from npwoods/disasm_stdstring |  Vas Crabb | 2016-11-21 | 3 | -14/+20 |
| |\ \ |
|
| | * | | Moving disasm.clear()/disasm.seekp(0) out of if statement, so the stream is a... |  Nathan Woods | 2016-11-20 | 1 | -2/+2 |
| | * | | Eliminated 'device_disasm_interface::disassemble(std::string &buffer, ...' |  Nathan Woods | 2016-11-20 | 3 | -10/+20 |
| | * | | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 3 | -12/+8 |
| * | | | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 2 | -4/+24 |
| |/ / |
|
| * | | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 2 | -24/+4 |
| * | | Fix for the nonstandard types when not using the broken precompiled headers. ... |  smf- | 2016-11-19 | 1 | -0/+1 |
| * | | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 25 | -644/+645 |
| * | | Fix Visual Studio build (nw) |  Miodrag Milanovic | 2016-11-16 | 1 | -1/+1 |
| * | | Turn xmlfile API into something that looks like C++ |  Vas Crabb | 2016-11-17 | 2 | -31/+31 |
| * | | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 3 | -3/+3 |
| * | | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 3 | -3/+3 |
| * | | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 2 | -2/+2 |
| * | | Moved device_memory_interface from driver_device to dummy_space_device. Expos... |  smf- | 2016-11-03 | 1 | -8/+7 |
| * | | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 5 | -49/+50 |
| * | | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 23 | -568/+568 |
| * | | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -3/+3 |
| * | | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 1 | -2/+2 |
| * | | Add row size as sixth parameter to debug dump command |  AJR | 2016-10-16 | 1 | -7/+17 |
| * | | Separate natural keyboard support from ioport.cpp (nw) |  AJR | 2016-10-02 | 1 | -0/+1 |
| * | | Fix various spelling fixes. |  Jordi Mallach | 2016-09-29 | 1 | -1/+1 |
| * | | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 3 | -5/+5 |
| * | | fix disassembly if 6809 is interrupted mid-instruction [smf] |  Vas Crabb | 2016-09-28 | 2 | -2/+2 |
| * | | Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]" |  Lord-Nightmare | 2016-09-27 | 2 | -2/+2 |
| * | | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 3 | -5/+5 |
| * | | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 3 | -5/+5 |
| * | | fix disassembly if 6809 is interrupted mid-instruction [smf] |  Vas Crabb | 2016-09-27 | 2 | -2/+2 |
| * | | Fixed trace command access a parameter beyond the list supplied, added an err... |  smf- | 2016-09-20 | 1 | -4/+7 |
| * | | Fix -debug -cheat crash, nw |  therealmogminer@gmail.com | 2016-08-27 | 1 | -9/+9 |
| * | | The 'trace' and 'traceover' commands were registered as having three argument... |  Nathan Woods | 2016-08-23 | 1 | -2/+2 |
| * | | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 1 | -1/+1 |
| * | | for bool type use true and false (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
| * | | cleanup of some conversions (nw) |  Miodrag Milanovic | 2016-07-31 | 1 | -2/+2 |
| * | | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 2 | -8/+8 |
| * | | Cleanups and version bump |  Miodrag Milanovic | 2016-07-27 | 2 | -2/+2 |
| * | | debugcpu: prevent nullptr exceptions when devices named in expressions lack m... |  AJR | 2016-07-25 | 1 | -22/+48 |
| * | | Make loop collation optional for debugger trace and traceover commands |  therealmogminer@gmail.com | 2016-07-14 | 5 | -47/+93 |
| * | | fix item hilighting in debugger state view when scrolling [Vas Crabb] |  Vas Crabb | 2016-07-13 | 2 | -113/+119 |