summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6805/m68705.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-6/+6
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-4/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-8/+8
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-22/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-36/+18
* more validation fixes (nw) Vas Crabb2017-03-041-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* tiny cleanup Vas Crabb2017-02-131-1/+1
* Fix [MT06499](http://mametesters.org/view.php?id=6499) - probelm with edge ca... Vas Crabb2017-02-101-1/+1
* helps to get the right file, doesn't it (nw) Vas Crabb2017-02-041-1/+0
* whoops, that's important (nw) Vas Crabb2017-02-041-0/+1
* m68hc05: implement edge-sensitive external interrupts Vas Crabb2017-02-041-0/+2
* m6805 updates: Vas Crabb2017-02-031-8/+8
* m6805: added skeleton CMOS devices Vas Crabb2017-01-301-2/+14
* confirm MC68705R3 bootstrap program matches M68705U3 (and U5 for that matter)... Vas Crabb2017-01-281-1/+1
* m6805: misc changes Vas Crabb2017-01-211-7/+19
* need LOG_GENERAL before VERBOSE (nw) Vas Crabb2017-01-211-0/+1
* add logmacro.h inspired by Edstrom's log macros Vas Crabb2017-01-201-14/+80
* completely eliminate the concrete 68705-without-peripherals class Vas Crabb2017-01-201-114/+75
* pitnrun: use new MC68705P5 device Vas Crabb2017-01-191-2/+66
* m68705: re-implement timer/counter Vas Crabb2017-01-161-106/+135
* m68705: add MC68705R3 for pipeline Vas Crabb2017-01-151-31/+216
* m68705: disassemble memory addresses symbolically Vas Crabb2017-01-141-1/+37
* m68705: save EPROM contents using NVRAM mechanism Vas Crabb2017-01-141-0/+15
* m6805: fix state of input lines being lost on reset Vas Crabb2017-01-131-10/+17
* arkanoid: convert 68705 interface to device, re-use same device for puzznic, ... Vas Crabb2017-01-131-3/+1
* fix copy/paste error - region size was right, load size was wrong (nw) Vas Crabb2017-01-131-1/+1
* taito_l: split giant state class up into family tree, reduce tagmap lookups Vas Crabb2017-01-131-10/+10
* m6805: refactoring and improvements Vas Crabb2017-01-121-0/+555