| Commit message (Expand) | Author | Age | Files | Lines |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -1/+1 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 1 | -15/+15 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -10/+34 |
| * | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 1 | -2/+2 |
| * | m68705.cpp: Spacing inconsistency, ugh (nw) |  AJR | 2020-03-27 | 1 | -4/+4 |
| * | m68705: Add more documentation of mask ROM versions; add HD6805S1 device for ... |  AJR | 2020-03-27 | 1 | -0/+20 |
| * | that should be the rest of the devcb arrays switched to new syntax (nw) |  Vas Crabb | 2020-02-08 | 1 | -4/+4 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -2/+2 |
| * | srcclean (nw) |  Vas Crabb | 2019-10-26 | 1 | -1/+1 |
| * | Add HD6805U1 type for future use (nw) |  AJR | 2019-09-26 | 1 | -0/+9 |
| * | m68705: fix prescaler update (nw) |  Patrick Mackinlay | 2019-05-05 | 1 | -1/+1 |
| * | m68705: Prevent registration of illegal debug states for nonexistent port lat... |  AJR | 2019-05-04 | 1 | -4/+6 |
| * | m68705: Use NVI for internal map to prevent segmentation fault (nw) |  AJR | 2019-04-15 | 1 | -16/+16 |
| * | Fix clang error: unused variable 'M6805_VECTOR_INT2' [-Werror,-Wunused-const-... |  AJR | 2019-04-15 | 1 | -6/+8 |
| * | m68705: added other hmos variants |  Patrick Mackinlay | 2019-04-15 | 1 | -280/+313 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -39/+39 |
| * | maps: Finish devices/cpu (nw) |  Olivier Galibert | 2018-04-20 | 1 | -59/+62 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -6/+6 |
| * | Blind faith fixed long names for almost all CPUs (nw) |  angelosa | 2018-03-15 | 1 | -4/+4 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 1 | -8/+8 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -22/+7 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -36/+18 |
| * | more validation fixes (nw) |  Vas Crabb | 2017-03-04 | 1 | -1/+1 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -4/+4 |
| * | tiny cleanup |  Vas Crabb | 2017-02-13 | 1 | -1/+1 |
| * | Fix [MT06499](http://mametesters.org/view.php?id=6499) - probelm with edge ca... |  Vas Crabb | 2017-02-10 | 1 | -1/+1 |
| * | helps to get the right file, doesn't it (nw) |  Vas Crabb | 2017-02-04 | 1 | -1/+0 |
| * | whoops, that's important (nw) |  Vas Crabb | 2017-02-04 | 1 | -0/+1 |
| * | m68hc05: implement edge-sensitive external interrupts |  Vas Crabb | 2017-02-04 | 1 | -0/+2 |
| * | m6805 updates: |  Vas Crabb | 2017-02-03 | 1 | -8/+8 |
| * | m6805: added skeleton CMOS devices |  Vas Crabb | 2017-01-30 | 1 | -2/+14 |
| * | confirm MC68705R3 bootstrap program matches M68705U3 (and U5 for that matter)... |  Vas Crabb | 2017-01-28 | 1 | -1/+1 |
| * | m6805: misc changes |  Vas Crabb | 2017-01-21 | 1 | -7/+19 |
| * | need LOG_GENERAL before VERBOSE (nw) |  Vas Crabb | 2017-01-21 | 1 | -0/+1 |
| * | add logmacro.h inspired by Edstrom's log macros |  Vas Crabb | 2017-01-20 | 1 | -14/+80 |
| * | completely eliminate the concrete 68705-without-peripherals class |  Vas Crabb | 2017-01-20 | 1 | -114/+75 |
| * | pitnrun: use new MC68705P5 device |  Vas Crabb | 2017-01-19 | 1 | -2/+66 |
| * | m68705: re-implement timer/counter |  Vas Crabb | 2017-01-16 | 1 | -106/+135 |
| * | m68705: add MC68705R3 for pipeline |  Vas Crabb | 2017-01-15 | 1 | -31/+216 |
| * | m68705: disassemble memory addresses symbolically |  Vas Crabb | 2017-01-14 | 1 | -1/+37 |
| * | m68705: save EPROM contents using NVRAM mechanism |  Vas Crabb | 2017-01-14 | 1 | -0/+15 |
| * | m6805: fix state of input lines being lost on reset |  Vas Crabb | 2017-01-13 | 1 | -10/+17 |
| * | arkanoid: convert 68705 interface to device, re-use same device for puzznic, ... |  Vas Crabb | 2017-01-13 | 1 | -3/+1 |
| * | fix copy/paste error - region size was right, load size was wrong (nw) |  Vas Crabb | 2017-01-13 | 1 | -1/+1 |
| * | taito_l: split giant state class up into family tree, reduce tagmap lookups |  Vas Crabb | 2017-01-13 | 1 | -10/+10 |
| * | m6805: refactoring and improvements |  Vas Crabb | 2017-01-12 | 1 | -0/+555 |