summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6805/m68705.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+4
* wswan: zerofill class variables, swap button orientation hap2023-10-271-2/+0
* m68705: add preliminary support for analog input ports hap2023-10-241-11/+28
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+2
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-5/+4
* Interrupt callback rationalization AJR2023-03-111-1/+2
* mc6805: Timer updates AJR2022-06-041-1/+9
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-6/+6
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+1
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-15/+15
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-10/+34
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-2/+2
* m68705.cpp: Spacing inconsistency, ugh (nw) AJR2020-03-271-4/+4
* m68705: Add more documentation of mask ROM versions; add HD6805S1 device for ... AJR2020-03-271-0/+20
* that should be the rest of the devcb arrays switched to new syntax (nw) Vas Crabb2020-02-081-4/+4
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* srcclean (nw) Vas Crabb2019-10-261-1/+1
* Add HD6805U1 type for future use (nw) AJR2019-09-261-0/+9
* m68705: fix prescaler update (nw) Patrick Mackinlay2019-05-051-1/+1
* m68705: Prevent registration of illegal debug states for nonexistent port lat... AJR2019-05-041-4/+6
* m68705: Use NVI for internal map to prevent segmentation fault (nw) AJR2019-04-151-16/+16
* Fix clang error: unused variable 'M6805_VECTOR_INT2' [-Werror,-Wunused-const-... AJR2019-04-151-6/+8
* m68705: added other hmos variants Patrick Mackinlay2019-04-151-280/+313
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-39/+39
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-59/+62
* 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