| Commit message (Expand) | Author | Age | Files | Lines |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | i8085: Make sure SOD outputs 0 upon the first reset |  AJR | 2020-11-24 | 1 | -1/+1 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -16/+16 |
| * | (nw) i8085.cpp: Remove leftover logerror() (#6698) |  Frank Palazzolo | 2020-05-14 | 1 | -1/+0 |
| * | i8085: Interrupt updates |  AJR | 2020-05-08 | 1 | -24/+43 |
| * | i8085: Stop in debugger after an interrupt is taken, not immediately before |  AJR | 2020-05-08 | 1 | -2/+2 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -1/+2 |
| * | emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... |  Olivier Galibert | 2018-05-11 | 1 | -6/+6 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -2/+2 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -2/+2 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -3/+3 |
| * | i8085: Clean up state registration (nw) |  AJR | 2018-01-07 | 1 | -4/+11 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -2/+2 |
| * | 8085 dasm: spacing (nw) |  hap | 2017-11-27 | 1 | -2/+2 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -3/+3 |
| * | i8085: Add opcode space (nw) |  AJR | 2017-11-14 | 1 | -2/+8 |
| * | i8085: finished with cleanups (nw) |  hap | 2017-11-14 | 1 | -355/+345 |
| * | i8085: change opcode macros to functions (nw) |  hap | 2017-11-14 | 1 | -279/+299 |
| * | i8085.cpp: Remove unused and totally unneeded constant (nw) |  AJR | 2017-11-14 | 1 | -1/+0 |
| * | i8085: shorthand variable types (nw) |  hap | 2017-11-14 | 1 | -22/+22 |
| * | i8085: make cputype an enum, change flags and stuff to constexpr (nw) |  hap | 2017-11-14 | 1 | -60/+52 |
| * | i8085: lowercase m_im,m_halt,m_status (i'll leave PAIR m_PC,m_SP,m_AF,m_BC,m_... |  hap | 2017-11-14 | 1 | -40/+40 |
| * | i8085: lowercase/rename some functions (nw) |  hap | 2017-11-14 | 1 | -92/+92 |
| * | i8085: move single-use opcodes to execute function (nw) |  hap | 2017-11-14 | 1 | -69/+47 |
| * | i8085: moved opcode macros to main file, will convert these to functions (nw) |  hap | 2017-11-14 | 1 | -67/+245 |
| * | rename misleading i8085cpu.h to i8085ops.hxx (nw) |  hap | 2017-11-14 | 1 | -1/+1 |
| * | i8085: code readability (just whitespace/comments cleanup here) (nw) |  hap | 2017-11-14 | 1 | -408/+753 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -0/+8 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -18/+10 |
| * | Mechanism for devices to generate clocks for other devices |  AJR | 2017-04-21 | 1 | -0/+15 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -3/+3 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -2/+2 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -18/+18 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -0/+1 |
| * | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+0 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -0/+1 |
| * | Replace strformat, strprintf and strcatprintf with type-safe steam_format and... |  Vas Crabb | 2016-02-28 | 1 | -1/+1 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -4/+4 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -4/+4 |
| * | Revert "remove const (nw)" |  Miodrag Milanovic | 2016-01-13 | 1 | -1/+1 |
| * | remove const (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
| * | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 1 | -1/+1 |
| * | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0168 |  Miodrag Milanovic | 2015-11-25 | 1 | -9/+9 |
| * | use statusflag macro here |  hap | 2015-11-11 | 1 | -1/+1 |