summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6805 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-094-24/+27
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* srcclean (nw) Vas Crabb2019-10-261-1/+1
* mw8080.cpp: add explosion lamps to internal artwork for seawolf (nw) Vas Crabb2019-10-111-2/+8
* Add HD6805U1 type for future use (nw) AJR2019-09-262-0/+18
* m68hc05l9: Add (somewhat provisional) model-specific register names (nw) AJR2019-09-191-2/+15
* m68hc05: Update notes (nw) AJR2019-08-031-5/+8
* Add very preliminary MC68HC705J1A device for potgoldu580 (nw) AJR2019-08-012-0/+93
* m6805: Eliminate the generic m6805_device type (nw) AJR2019-07-122-23/+0
* m6805: Allow vectors to be placed at an internal boundary other than the end ... AJR2019-07-125-7/+33
* comquest: CPU type identified (nw) AJR2019-07-122-1/+101
* geniusjr.cpp: Switch to more likely HC05 type, at least for gj4000 (nw) AJR2019-07-122-2/+100
* m6805: flag fix (nw) Patrick Mackinlay2019-06-041-1/+1
* 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-152-24/+25
* Fix clang error: unused variable 'M6805_VECTOR_INT2' [-Werror,-Wunused-const-... AJR2019-04-151-6/+8
* m68705: added other hmos variants Patrick Mackinlay2019-04-152-392/+538
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-143-67/+15
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-0/+7
* devcb3 Vas Crabb2018-07-072-16/+16
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-63/+63
* diexec: Interrupt API changes (nw) AJR2018-05-182-2/+4
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-112-4/+4
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-202-112/+118
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-256-24/+24
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-153-10/+10
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-28/+23
* Grammar police (nw) Olivier Galibert2018-02-241-7/+7
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-126-28/+28
* emumem: API change [O. Galibert] Olivier Galibert2017-11-292-5/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-269-325/+181
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-6/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-135/+57
* more validation fixes (nw) Vas Crabb2017-03-041-1/+1
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-7/+7
* Self-registering devices prep: Vas Crabb2017-02-273-10/+10
* 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
* m6805: clean up bih/bil handling Vas Crabb2017-02-105-68/+31
* helps to get the right file, doesn't it (nw) Vas Crabb2017-02-042-2/+16
* whoops, that's important (nw) Vas Crabb2017-02-041-0/+1
* m68hc05: implement edge-sensitive external interrupts Vas Crabb2017-02-045-94/+194
* m6805 updates: Vas Crabb2017-02-035-57/+967
* m6805: added skeleton CMOS devices Vas Crabb2017-01-308-393/+905
* confirm MC68705R3 bootstrap program matches M68705U3 (and U5 for that matter)... Vas Crabb2017-01-281-1/+1
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* m6805: misc changes Vas Crabb2017-01-216-637/+569